1. 10 9月, 2006 4 次提交
  2. 31 8月, 2006 2 次提交
  3. 28 8月, 2006 1 次提交
  4. 18 8月, 2006 1 次提交
    • B
      [ARM] 3753/1: S3C24XX: DMA fixes · f57e1abd
      Ben Dooks 提交于
      Patch from Ben Dooks
      
      A number of small issues with the S3C24XX DMA have
      cropped up, which this patch fixes. These are:
      
        - check wether we can load another buff in start
        - update state handling in s3c2410_dma_lastxfer
        - only reload in irq if channel is not idle
        - more informative timeout errors (add source)
        - do not call request_irq() with irqs locked
        - added waitforstop function
      
      The patch also adds a S3C2410_DMAOP_STARTED for
      the occasions when the driver wants to ensure that
      the DMA system load state is resynced after loading.
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      f57e1abd
  5. 29 6月, 2006 1 次提交
  6. 27 6月, 2006 1 次提交
  7. 25 6月, 2006 4 次提交
  8. 23 6月, 2006 1 次提交
  9. 19 6月, 2006 1 次提交
  10. 18 6月, 2006 1 次提交
  11. 22 5月, 2006 2 次提交
  12. 26 4月, 2006 1 次提交
  13. 11 4月, 2006 1 次提交
  14. 02 4月, 2006 1 次提交
  15. 28 3月, 2006 1 次提交
  16. 22 3月, 2006 3 次提交
  17. 11 2月, 2006 1 次提交
  18. 02 2月, 2006 1 次提交
  19. 26 1月, 2006 1 次提交
  20. 04 1月, 2006 2 次提交
    • R
      [ARM] Remove definition of MAX_DMA_CHANNELS to zero · 95ba9fb0
      Russell King 提交于
      Since we now only build arch/arm/kernel/dma.c on machine types
      which set ISA_DMA_API, we don't need to define MAX_DMA_CHANNELS
      to 0 to indicate this - this definition becomes superfluous.
      Remove it.
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      95ba9fb0
    • R
      [ARM] Cleanup ARM includes · 78ff18a4
      Russell King 提交于
      arch/arm/kernel/entry-armv.S has contained a comment suggesting
      that asm/hardware.h and asm/arch/irqs.h should be moved into the
      asm/arch/entry-macro.S include.  So move the includes to these
      two files as required.
      
      Add missing includes (asm/hardware.h, asm/io.h) to asm/arch/system.h
      includes which use those facilities, and remove asm/io.h from
      kernel/process.c.
      
      Remove other unnecessary includes from arch/arm/kernel, arch/arm/mm
      and arch/arm/mach-footbridge.
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      78ff18a4
  21. 29 11月, 2005 1 次提交
  22. 09 11月, 2005 1 次提交
  23. 02 11月, 2005 1 次提交
  24. 30 10月, 2005 1 次提交
  25. 28 10月, 2005 3 次提交
  26. 21 10月, 2005 2 次提交