1. 11 12月, 2008 1 次提交
    • R
      [ARM] dma: rejig DMA initialization · 2f757f2a
      Russell King 提交于
      Rather than having the central DMA multiplexer call the architecture
      specific DMA initialization function, have each architecture DMA
      initialization function use core_initcall(), and register each DMA
      channel separately with the multiplexer.
      
      This removes the array of dma structures in the central multiplexer,
      replacing it with an array of pointers instead; this is more flexible
      since it allows the drivers to wrap the DMA structure (eventually
      allowing us to transition non-ISA DMA drivers away.)
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      2f757f2a
  2. 09 12月, 2008 1 次提交
  3. 08 12月, 2008 1 次提交
  4. 30 11月, 2008 3 次提交
  5. 29 11月, 2008 19 次提交
  6. 28 11月, 2008 15 次提交