1. e0d23ef Merge branch 'dma_slave_direction' into next_test_dirn by Vinod Koul · 13 years ago
  2. 05f5799 mmc-host: move to dma_transfer_direction by Vinod Koul · 13 years ago
  3. 7e8ba22 mmc: atmel-mci: fix a potential issue about pending PDC interrupts by Ludovic Desroches · 13 years ago
  4. 341fa4c mmc: atmel-mci: correct sg buffer size evaluation by Ludovic Desroches · 13 years ago
  5. 1ebbe3d mmc: atmel-mci: use ATMEL_PDC_SCND_BUF_OFF instead of a literal value by Ludovic Desroches · 13 years ago
  6. 11d1488 mmc: atmel-mci: change atmci_start_command to atmci_send_command by Ludovic Desroches · 13 years ago
  7. 796211b mmc: atmel-mci: add pdc support and runtime capabilities detection by Ludovic Desroches · 13 years ago
  8. 03fc9a7 mmc: atmel-mci: change atmci_readl and atmci_writel macros by Ludovic Desroches · 13 years ago
  9. 2c96a29 mmc: atmel-mci: change namespace by Ludovic Desroches · 13 years ago
  10. 5c2f2b9 mmc: atmel-mci: add suspend/resume support by Nicolas Ferre · 13 years ago
  11. e05503e Haavard Skinnemoen has left Atmel by Jean Delvare · 13 years ago
  12. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  13. 5328906 mmc: atmel-mci: use dmaengine helper functions by Linus Walleij · 14 years ago
  14. 88ce4db mmc: atmel-mci: conform to DMA-API by Linus Walleij · 14 years ago
  15. 266ac3f mmc: atmel-mci: map DMA sglist on the DMA engine by Linus Walleij · 14 years ago
  16. 2f1d791 mmc: atmel-mci: fix multiblock SDIO transfers by Nicolas Ferre · 14 years ago
  17. a36274e mmc: Remove distinction between hw and phys segments by Martin K. Petersen · 14 years ago
  18. e8e3f6c mmc: atmel-mci.c: use resource_size() by H Hartley Sweeten · 15 years ago
  19. 88ff82e mmc: atmel-mci: Add support for SDIO interrupts by Anders Grahn · 14 years ago
  20. 99ddffd mmc: atmel-mci: enable SD high speed support by Nicolas Ferre · 14 years ago
  21. 6f68fba Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 14 years ago
  22. 0b28330 Merge branch 'ioat' into dmaengine by Dan Williams · 14 years ago
  23. 0582763 DMAENGINE: extend the control command to include an arg by Linus Walleij · 14 years ago
  24. d586ebb mmc: atmel-mci: fix in debugfs: response value printing by Nicolas Ferre · 14 years ago
  25. abc2c9f mmc: atmel-mci: remove data error interrupt after xfer by Nicolas Ferre · 14 years ago
  26. 009a891 mmc: atmel-mci: prevent kernel oops while removing card by Nicolas Ferre · 14 years ago
  27. ebb1fea mmc: atmel-mci: fix two parameters swapped by Nicolas Ferre · 14 years ago
  28. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  29. c3635c7 DMAENGINE: generic slave control v2 by Linus Walleij · 15 years ago
  30. 74791a2 mmc: atmel-mci: new MCI2 module support in atmel-mci driver by Nicolas Ferre · 15 years ago
  31. 2635d1b atmel-mci: change use of dma slave interface by Nicolas Ferre · 15 years ago
  32. a487b67 Merge branch 'for-linus' of git://neil.brown.name/md by Linus Torvalds · 15 years ago
  33. 04d699c atmel-mci: unified Atmel MCI drivers (AVR32 & AT91) by Rob Emanuele · 15 years ago
  34. 657a77f dmaengine: Move all map_sg/unmap_sg for slave channel to its client by Atsushi Nemoto · 15 years ago
  35. 1c1452b atmel-mci: Add support for inverted detect pin by Jonas Larsson · 16 years ago
  36. 32ab83a atmel-mci: fix sdc_reg typo by Hans-Christian Egtvedt · 16 years ago
  37. 89c8aa2 mmc: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  38. 287d859 atmel-mci: fix initialization of dma slave data by Dan Williams · 16 years ago
  39. d9e8a3a Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 16 years ago
  40. 7dd6025 dmaengine: kill enum dma_state_client by Dan Williams · 16 years ago
  41. aa1e6f1 dmaengine: kill struct dma_client and supporting infrastructure by Dan Williams · 16 years ago
  42. 74465b4 atmel-mci: convert to dma_request_channel and down-level dma_slave by Dan Williams · 16 years ago
  43. 6f49a57 dmaengine: up-level reference counting to the module level by Dan Williams · 16 years ago
  44. c42aa77 atmel-mci: move atmel-mci.h file to include/linux by Nicolas Ferre · 16 years ago
  45. 5e7184a atmel-mci: Add missing flush_dcache_page() in PIO transfer code by Haavard Skinnemoen · 16 years ago
  46. ca55f46 atmel-mci: Don't overwrite error bits when NOTBUSY is set by Haavard Skinnemoen · 16 years ago
  47. 65e8b08 atmel-mci: Add experimental DMA support by Haavard Skinnemoen · 16 years ago
  48. 965ebf3 atmel-mci: support multiple mmc slots by Haavard Skinnemoen · 16 years ago
  49. 6b91865 atmel-mci: Platform code for supporting multiple mmc slots by Haavard Skinnemoen · 16 years ago
  50. 945533b atmel-mci: Don't stop the clock between transfers by Haavard Skinnemoen · 16 years ago
  51. c06ad25 atmel-mci: Implement tasklet as a state machine by Haavard Skinnemoen · 16 years ago
  52. a252e3e atmel-mci: Initialize BLKR before sending data transfer command by Haavard Skinnemoen · 16 years ago
  53. da45b66 atmel-mci: Set MMC_CAP_NEEDS_POLL if no detect_pin by Haavard Skinnemoen · 16 years ago
  54. 75d33cc atmel-mci: Fix bogus debugfs file size by Haavard Skinnemoen · 16 years ago
  55. b17339a atmel-mci: Fix memory leak in atmci_regs_show by Haavard Skinnemoen · 16 years ago
  56. 87e60f2 atmel-mci: debugfs: enable clock before dumping regs by Haavard Skinnemoen · 16 years ago
  57. 3663b73 avr32: Use <mach/foo.h> instead of <asm/arch/foo.h> by Haavard Skinnemoen · 16 years ago
  58. 3c26e17 avr32: some mmc/sd cleanups by David Brownell · 16 years ago
  59. eda3d8f Merge commit 'upstream/master' by Haavard Skinnemoen · 16 years ago
  60. deec9ae atmel-mci: debugfs support by Haavard Skinnemoen · 16 years ago
  61. fbfca4b avr32: clean up mci platform code by Ben Nizette · 16 years ago
  62. 23af603 mmc: remove multiwrite capability by Pierre Ossman · 16 years ago
  63. 7d2be07 atmel-mci: Driver for Atmel on-chip MMC controllers by Haavard Skinnemoen · 16 years ago