1. 08 2月, 2008 3 次提交
  2. 28 1月, 2008 1 次提交
  3. 26 1月, 2008 3 次提交
  4. 13 12月, 2007 4 次提交
  5. 06 12月, 2007 1 次提交
  6. 22 11月, 2007 1 次提交
  7. 10 11月, 2007 1 次提交
  8. 31 10月, 2007 1 次提交
    • R
      [ARM] Fix pxamci regression · d8cb70d1
      Russell King 提交于
      Fix:
      
      WARNING: at arch/arm/mach-pxa/clock.c:69 clk_disable()
      [<c002d7c8>] (dump_stack+0x0/0x14) from [<c00334f4>] (clk_disable+0x34/0xa0)
      [<c00334c0>] (clk_disable+0x0/0xa0) from [<c028a43c>] (pxamci_set_ios+0x74/0xf0)
      [<c028a3c8>] (pxamci_set_ios+0x0/0xf0) from [<c0281548>] (mmc_power_off+0x90/0x9c)
      [<c02814b8>] (mmc_power_off+0x0/0x9c) from [<c0281a30>] (mmc_start_host+0x18/0x28)
      [<c0281a18>] (mmc_start_host+0x0/0x28) from [<c02825a0>] (mmc_add_host+0xe8/0x104)
      [<c02824b8>] (mmc_add_host+0x0/0x104) from [<c028a7d0>] (pxamci_probe+0x24c/0x2f4)
      [<c028a584>] (pxamci_probe+0x0/0x2f4) from [<c01e5948>] (platform_drv_probe+0x20/0x24)
      ...
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      d8cb70d1
  9. 29 10月, 2007 1 次提交
  10. 28 10月, 2007 1 次提交
  11. 27 10月, 2007 2 次提交
  12. 24 10月, 2007 3 次提交
  13. 23 10月, 2007 1 次提交
  14. 18 10月, 2007 1 次提交
  15. 17 10月, 2007 2 次提交
  16. 15 10月, 2007 1 次提交
  17. 13 10月, 2007 1 次提交
  18. 12 10月, 2007 1 次提交
  19. 11 10月, 2007 1 次提交
    • N
      pxamci: support arbitrary block size · c783837b
      Nicolas Pitre 提交于
      The PXA has two transmit FIFOes, each32 byte deep.  when one FIFO is
      full and the other one has been transmitted, they are automatically
      swapped and DMA is triggered for another 32 byte burst.  However, when
      there is less than 32 bytes left to send, the FIFO swap has to be done
      manually. This is required for some SDIO transfers which are not
      required to be multiples of 32 bytes.
      
      A DMA completion interrupt is set for each descriptor which length isn't
      a multiple of 32 in order to force the FIFO swap.  While at it, the DMA
      interrupt handler has been made a bit more resilient against errors.
      Signed-off-by: NNicolas Pitre <nico@marvell.com>
      Signed-off-by: NPierre Ossman <drzeus@drzeus.cx>
      c783837b
  20. 04 10月, 2007 5 次提交
  21. 26 9月, 2007 4 次提交
  22. 25 9月, 2007 1 次提交