1. 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
  2. 752993e mmc: at91_mci: correct kunmap_atomic() by Nicolas Ferre · 15 years ago
  3. 5b27a1a mmc: at91_mci: introduce per-mci-revision conditional code by Nicolas Ferre · 15 years ago
  4. 541e7ef mmc: at91_mci: Enable MMC_CAP_SDIO_IRQ only when it actually works. by Nicolas Ferre · 15 years ago
  5. 9af13be mmc: at91_mci: enable large data blocks by Wolfgang Muees · 15 years ago
  6. 86ee26f mmc: at91_mci: use DMA buffer for read by Wolfgang Muees · 15 years ago
  7. 3780d90 mmc: at91_mci: use one coherent DMA buffer by Wolfgang Muees · 15 years ago
  8. a04ac5b mmc: at91_mci: fix timeout errors by Wolfgang Muees · 15 years ago
  9. 0b3520f mmc: at91_mci: fix pointer errors by Wolfgang Muees · 15 years ago
  10. af2bd9d mmc: at91_mci: Don't include asm/mach/mmc.h by Uwe Kleine-König · 16 years ago
  11. 99ba040 mmc: at91_mci: reorder timer setup and mmc_add_host() call by Nicolas Ferre · 17 years ago
  12. e385ea6 mmc: at91_mci: don't use coherent dma buffers by David Brownell · 17 years ago
  13. a09e64f [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach by Russell King · 17 years ago
  14. 23af603 mmc: remove multiwrite capability by Pierre Ossman · 17 years ago
  15. 12bd257 at91_mci: Fix byte mode transitions. by Ville Syrjala · 17 years ago
  16. 9da3cba at91_mci: Cover more AT91RM9200 and AT91SAM9261 errata. by Ville Syrjala · 17 years ago
  17. 5385edc at91_mci: AT91SAM9260/9263 12 byte write erratum (v2) by Ville Syrjala · 17 years ago
  18. fa1fe01 at91_mci: manage cmd error and data error independently by Nicolas Ferre · 17 years ago
  19. ba7deee mmc: at91_mci: do not read irq status twice as it will forget some errors by Nicolas Ferre · 17 years ago
  20. 7a6588b mmc: at91_mci: add sdio irq management by Eric Benard · 17 years ago
  21. 3eb99a7 mmc: at91_mci: add multiwrite switch by Nicolas Ferre · 17 years ago
  22. 4ac24a8 mmc: at91_mci: update bytes_xfered value once xfer done by Nicolas Ferre · 17 years ago
  23. c5a89c6 mmc: at91_mci: avoid timeouts by Marc Pignat · 17 years ago
  24. e181dce mmc: at91_mci: show timeouts by Marc Pignat · 17 years ago
  25. 80f9254 mmc: at91_mci: support for block size not modulo 4 by Marc Pignat · 17 years ago
  26. 08f80bb mmc: change .get_ro() callback semantics by Anton Vorontsov · 17 years ago
  27. e5c0ef9 at91_mci: minor cleanup by Marc Pignat · 17 years ago
  28. bc65c72 mmc: fix platform driver hotplug/coldplug by Kay Sievers · 17 years ago
  29. 6e996ee at91_mci: use generic GPIO calls by David Brownell · 18 years ago
  30. 45711f1 [SG] Update drivers to use sg helpers by Jens Axboe · 18 years ago
  31. 9e3866b mmc: at91_mci: cleanup: use MCI_ERRORS by Andrew Victor · 18 years ago
  32. 1d4de9e mmc: at91_mci: disable handling of blocks with size not multiple of 4 bytes by Marc Pignat · 18 years ago
  33. be0192a mmc: remove confusing flag by Pierre Ossman · 18 years ago
  34. 255d01a mmc: remove BYTEBLOCK capability by Pierre Ossman · 18 years ago
  35. 17b0429 mmc: remove custom error codes by Pierre Ossman · 18 years ago
  36. e0cda54 bug in AT91 MCI suspend routines by Anti Sullin · 18 years ago
  37. 37b758e mmc: at91_mci: remove whitespace at the end of lines by Nicolas Ferre · 18 years ago
  38. 70f1048 mmc: update header file paths by Pierre Ossman · 18 years ago
  39. 63b6643 mmc: at91_mci: wakeup on card insertion (or removal) by Marc Pignat · 18 years ago
  40. ed99c54 mmc: at91_mci: fix hanging and rework to match flowcharts by Nicolas Ferre · 18 years ago
  41. e8d04d3 mmc: at91_mci typo by Nicolas Ferre · 18 years ago
  42. b6cedb3 mmc-atmel: remove linux/mmc/protocol.h dependencies by Marc Pignat · 18 years ago
  43. 1c6a071 mmc: Move host and card drivers to subdirs by Pierre Ossman · 19 years ago[Renamed from drivers/mmc/at91_mci.c]
  44. f74d132 mmc: Move OCR bit defines by Pierre Ossman · 19 years ago
  45. 59b8175c Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 18 years ago
  46. 93a3ddc [ARM] 4151/1: AT91 / AVR32: Move at91_pdc.h to linux/atmel_pdc.h by Andrew Victor · 19 years ago
  47. 55db890 mmc: Allow host drivers to specify max block count by Pierre Ossman · 19 years ago
  48. fe4a3c7 mmc: Allow host drivers to specify a max block size by Pierre Ossman · 19 years ago
  49. a26b498 MMC: at91 mmc linkage updates by David Brownell · 19 years ago
  50. 99eeb8d AT91 MMC update for 2.6.19 by Andrew Victor · 19 years ago
  51. f3a8efa AT91 MMC 5 : Minor cleanups by Andrew Victor · 19 years ago
  52. df05a30 AT91 MMC 4 : Interrupt handler cleanup by Andrew Victor · 19 years ago
  53. 3dd3b03 AT91 MMC 3 : Move global mci_clk variable by Andrew Victor · 19 years ago
  54. 17ea059 AT91 MMC 2 : Use platform resources by Andrew Victor · 19 years ago
  55. e0b19b8 AT91 MMC 1: Pass host structure. by Andrew Victor · 19 years ago
  56. ea14fad Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 19 years ago
  57. ab7aefd mmc: constify mmc_host_ops vectors by David Brownell · 19 years ago
  58. 55d8bae [ARM] 3954/1: AT91: Update drivers for new headers by Andrew Victor · 19 years ago
  59. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 19 years ago
  60. ebdea46 Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 19 years ago
  61. 7272991 [ARM] 3865/1: AT91RM9200 header updates by Andrew Victor · 19 years ago
  62. 42431ac [MMC] MMC_CAP_BYTEBLOCK flag for non-log2 block sizes capable hosts by Russell King · 19 years ago
  63. dace145 [PATCH] irq-flags: misc drivers: Use the new IRQF_ constants by Thomas Gleixner · 19 years ago
  64. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
  65. b44fb7a [ARM] 3565/1: AT91RM9200 MMC update by Andrew Victor · 19 years ago
  66. a3fd4a1 [MMC] Convert all hosts except mmci to use data->blksz by Russell King · 19 years ago
  67. 920e70c [MMC] Move set_ios debugging into mmc.c by Russell King · 19 years ago
  68. 65dbf34 [ARM] 3456/1: AT91RM9200 support for 2.6 (MMC/SD driver) by Andrew Victor · 19 years ago