1. 914af7c mmc: atmel-mci: Remove redundant suspend and resume callbacks by Ulf Hansson · 11 years ago
  2. fbd986c mmc: atmel-mci: fix oops in atmci_tasklet_func by Rodolfo Giometti · 11 years ago
  3. c1fa342 mmc: atmel-mci: abort transfer on timeout error by Ludovic Desroches · 11 years ago
  4. b3894f2 mmc: atmel-mci: prepare clk before calling enable by Boris BREZILLON · 11 years ago
  5. 4d156d5 mmc: atmel-mci: remove include <mach/cpu.h> by Nicolas Ferre · 11 years ago
  6. 113a87f mmc: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  7. 5a942b6 mmc: atmel-mci: add CONFIG_PM_SLEEP to suspend/resume functions by Jingoo Han · 11 years ago
  8. 8c964df mmc: atmel-mci: convert to dma_request_slave_channel_compat() by Ludovic Desroches · 11 years ago
  9. bdbc5d0 mmc: atmel-mci: pio hang on block errors by Terry Barnaby · 11 years ago
  10. 91cf54f mmc: at91/avr32/atmel-mci: fix DMA-channel leak on module unload by Johan Hovold · 11 years ago
  11. 8287361 Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  12. c3be1ef mmc: remove use of __devinit by Bill Pemberton · 12 years ago
  13. bcd2360 arm: at91: move platfarm_data to include/linux/platform_data/atmel.h by Jean-Christophe PLAGNIOL-VILLARD · 12 years ago
  14. 943c2ac Merge tag 'mmc-merge-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 12 years ago
  15. 6bf2af8 mmc: atmel-mci: AP700x PDC is not connected to MCI by Hein_Tibosch · 12 years ago
  16. ccdfe61 mmc: atmel-mci: DMA can be used with other controllers by Hein_Tibosch · 12 years ago
  17. 99dbb16 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  18. e919fd2 mmc: atmel-mci: add device tree support by Ludovic Desroches · 12 years ago
  19. 077d407 mmc: atmel-mci: not busy flag has also to be used for read operations by Ludovic Desroches · 12 years ago
  20. 7122bbb mmc: fix comment typos by Masanari Iida · 12 years ago
  21. 8a4de07 mmc: atmel-mci: modify CLKDIV displaying in debugfs by Nicolas Ferre · 12 years ago
  22. 41b4e9a mmc: atmel-mci: fix incorrect setting of host->data to NULL by Nicolas Ferre · 12 years ago
  23. 693e5e2 mmc: atmel-mci: fix burst/chunk size modification by Nicolas Ferre · 12 years ago
  24. b87cc1b mmc: atmel-mci: fix data timeout issue by Ludovic Desroches · 12 years ago
  25. 6801c41 mmc: atmel-mci: add debug logs by Ludovic Desroches · 12 years ago
  26. 24011f3 mmc: atmel-mci: add support for version lower than v2xx by Ludovic Desroches · 12 years ago
  27. f517754 mmc: atmel-mci: change the state machine for compatibility with old IP by Ludovic Desroches · 12 years ago
  28. 7a90dcc mmc: atmel-mci: the r/w proof capability lack was not well managed by Ludovic Desroches · 12 years ago
  29. faf8180 mmc: atmel-mci: add support for odd clock dividers by Ludovic Desroches · 12 years ago
  30. 33ab4bb mmc: atmel-mci: r/w proof capability only available since v2xx by Ludovic Desroches · 12 years ago
  31. 66292ad mmc: atmel-mci: correct data timeout computation by Ludovic Desroches · 12 years ago
  32. ef08e78 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 12 years ago
  33. b81cfc4 mmc: atmel-mci: fix typo by Ludovic Desroches · 13 years ago
  34. 1605282 dmaengine/dma_slave: introduce inline wrappers by Alexandre Bounine · 12 years ago
  35. ef87819 mmc: atmel-mci: don't use dma features when using DMA with no chan available by Ludovic Desroches · 13 years ago
  36. e2b35f3 dmaengine/dw_dmac: Fix dw_dmac user drivers to adapt to slave_config changes by Viresh Kumar · 13 years ago
  37. 18ee684 mmc: atmel-mci: save and restore sdioirq when soft reset is performed by Ludovic Desroches · 13 years ago
  38. e0d23ef Merge branch 'dma_slave_direction' into next_test_dirn by Vinod Koul · 13 years ago
  39. 05f5799 mmc-host: move to dma_transfer_direction by Vinod Koul · 13 years ago
  40. 7e8ba22 mmc: atmel-mci: fix a potential issue about pending PDC interrupts by Ludovic Desroches · 13 years ago
  41. 341fa4c mmc: atmel-mci: correct sg buffer size evaluation by Ludovic Desroches · 13 years ago
  42. 1ebbe3d mmc: atmel-mci: use ATMEL_PDC_SCND_BUF_OFF instead of a literal value by Ludovic Desroches · 13 years ago
  43. 11d1488 mmc: atmel-mci: change atmci_start_command to atmci_send_command by Ludovic Desroches · 13 years ago
  44. 796211b mmc: atmel-mci: add pdc support and runtime capabilities detection by Ludovic Desroches · 13 years ago
  45. 03fc9a7 mmc: atmel-mci: change atmci_readl and atmci_writel macros by Ludovic Desroches · 13 years ago
  46. 2c96a29 mmc: atmel-mci: change namespace by Ludovic Desroches · 13 years ago
  47. 5c2f2b9 mmc: atmel-mci: add suspend/resume support by Nicolas Ferre · 13 years ago
  48. e05503e Haavard Skinnemoen has left Atmel by Jean Delvare · 13 years ago
  49. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  50. 5328906 mmc: atmel-mci: use dmaengine helper functions by Linus Walleij · 14 years ago
  51. 88ce4db3 mmc: atmel-mci: conform to DMA-API by Linus Walleij · 14 years ago
  52. 266ac3f mmc: atmel-mci: map DMA sglist on the DMA engine by Linus Walleij · 14 years ago
  53. 2f1d791 mmc: atmel-mci: fix multiblock SDIO transfers by Nicolas Ferre · 14 years ago
  54. a36274e mmc: Remove distinction between hw and phys segments by Martin K. Petersen · 14 years ago
  55. e8e3f6c mmc: atmel-mci.c: use resource_size() by H Hartley Sweeten · 15 years ago
  56. 88ff82e mmc: atmel-mci: Add support for SDIO interrupts by Anders Grahn · 14 years ago
  57. 99ddffd mmc: atmel-mci: enable SD high speed support by Nicolas Ferre · 14 years ago
  58. 6f68fba Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 14 years ago
  59. 0b28330 Merge branch 'ioat' into dmaengine by Dan Williams · 14 years ago
  60. 0582763 DMAENGINE: extend the control command to include an arg by Linus Walleij · 14 years ago
  61. d586ebb mmc: atmel-mci: fix in debugfs: response value printing by Nicolas Ferre · 14 years ago
  62. abc2c9fd mmc: atmel-mci: remove data error interrupt after xfer by Nicolas Ferre · 14 years ago
  63. 009a891 mmc: atmel-mci: prevent kernel oops while removing card by Nicolas Ferre · 14 years ago
  64. ebb1fea mmc: atmel-mci: fix two parameters swapped by Nicolas Ferre · 14 years ago
  65. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  66. c3635c7 DMAENGINE: generic slave control v2 by Linus Walleij · 14 years ago
  67. 74791a2 mmc: atmel-mci: new MCI2 module support in atmel-mci driver by Nicolas Ferre · 15 years ago
  68. 2635d1b atmel-mci: change use of dma slave interface by Nicolas Ferre · 15 years ago
  69. a487b67 Merge branch 'for-linus' of git://neil.brown.name/md by Linus Torvalds · 15 years ago
  70. 04d699c atmel-mci: unified Atmel MCI drivers (AVR32 & AT91) by Rob Emanuele · 15 years ago
  71. 657a77fa dmaengine: Move all map_sg/unmap_sg for slave channel to its client by Atsushi Nemoto · 15 years ago
  72. 1c1452b atmel-mci: Add support for inverted detect pin by Jonas Larsson · 15 years ago
  73. 32ab83a atmel-mci: fix sdc_reg typo by Hans-Christian Egtvedt · 15 years ago
  74. 89c8aa2 mmc: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  75. 287d859 atmel-mci: fix initialization of dma slave data by Dan Williams · 16 years ago
  76. d9e8a3a Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 16 years ago
  77. 7dd6025 dmaengine: kill enum dma_state_client by Dan Williams · 16 years ago
  78. aa1e6f1 dmaengine: kill struct dma_client and supporting infrastructure by Dan Williams · 16 years ago
  79. 74465b4 atmel-mci: convert to dma_request_channel and down-level dma_slave by Dan Williams · 16 years ago
  80. 6f49a57 dmaengine: up-level reference counting to the module level by Dan Williams · 16 years ago
  81. c42aa77 atmel-mci: move atmel-mci.h file to include/linux by Nicolas Ferre · 16 years ago
  82. 5e7184a atmel-mci: Add missing flush_dcache_page() in PIO transfer code by Haavard Skinnemoen · 16 years ago
  83. ca55f46 atmel-mci: Don't overwrite error bits when NOTBUSY is set by Haavard Skinnemoen · 16 years ago
  84. 65e8b08 atmel-mci: Add experimental DMA support by Haavard Skinnemoen · 16 years ago
  85. 965ebf3 atmel-mci: support multiple mmc slots by Haavard Skinnemoen · 16 years ago
  86. 6b91865 atmel-mci: Platform code for supporting multiple mmc slots by Haavard Skinnemoen · 16 years ago
  87. 945533b atmel-mci: Don't stop the clock between transfers by Haavard Skinnemoen · 16 years ago
  88. c06ad25 atmel-mci: Implement tasklet as a state machine by Haavard Skinnemoen · 16 years ago
  89. a252e3e atmel-mci: Initialize BLKR before sending data transfer command by Haavard Skinnemoen · 16 years ago
  90. da45b66 atmel-mci: Set MMC_CAP_NEEDS_POLL if no detect_pin by Haavard Skinnemoen · 16 years ago
  91. 75d33cc atmel-mci: Fix bogus debugfs file size by Haavard Skinnemoen · 16 years ago
  92. b17339a atmel-mci: Fix memory leak in atmci_regs_show by Haavard Skinnemoen · 16 years ago
  93. 87e60f2 atmel-mci: debugfs: enable clock before dumping regs by Haavard Skinnemoen · 16 years ago
  94. 3663b73 avr32: Use <mach/foo.h> instead of <asm/arch/foo.h> by Haavard Skinnemoen · 16 years ago
  95. 3c26e17 avr32: some mmc/sd cleanups by David Brownell · 16 years ago
  96. eda3d8f Merge commit 'upstream/master' by Haavard Skinnemoen · 16 years ago
  97. deec9ae atmel-mci: debugfs support by Haavard Skinnemoen · 16 years ago
  98. fbfca4b avr32: clean up mci platform code by Ben Nizette · 16 years ago
  99. 23af603 mmc: remove multiwrite capability by Pierre Ossman · 16 years ago
  100. 7d2be07 atmel-mci: Driver for Atmel on-chip MMC controllers by Haavard Skinnemoen · 16 years ago