1. 99eeb8d AT91 MMC update for 2.6.19 by Andrew Victor · 18 years ago
  2. a98087c mmc: Change SDHCI iomem error to a warning by Pierre Ossman · 18 years ago
  3. 7b30d28 mmc: fix "prev->state: 2 != TASK_RUNNING??" problem on SD/MMC card removal by Vitaly Wool · 18 years ago
  4. f3a8efa AT91 MMC 5 : Minor cleanups by Andrew Victor · 18 years ago
  5. df05a30 AT91 MMC 4 : Interrupt handler cleanup by Andrew Victor · 18 years ago
  6. 3dd3b03 AT91 MMC 3 : Move global mci_clk variable by Andrew Victor · 18 years ago
  7. 17ea059 AT91 MMC 2 : Use platform resources by Andrew Victor · 18 years ago
  8. e0b19b8 AT91 MMC 1: Pass host structure. by Andrew Victor · 18 years ago
  9. 1709775 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc by Linus Torvalds · 18 years ago
  10. f0d1b0b [PATCH] LOG2: Implement a general integer log2 facility in the kernel by David Howells · 18 years ago
  11. ea14fad Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 18 years ago
  12. 4c1ac1b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  13. bf8c80a mmc: fix au1xmmc build error by Yoichi Yuasa · 18 years ago
  14. 9e86619 mmc: pxamci compilation fix by Sascha Hauer · 18 years ago
  15. cdb54fa Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/drzeus/mmc by Linus Torvalds · 18 years ago
  16. 4549df8 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 18 years ago
  17. fcaf71f Driver core: convert mmc code to use struct device by Greg Kroah-Hartman · 18 years ago
  18. 8b7feff mmc: correct request error handling by Pierre Ossman · 18 years ago
  19. 89b4e13 mmc: Flush block queue when removing card by Pierre Ossman · 18 years ago
  20. 077df88 mmc: sdhci high speed support by Pierre Ossman · 18 years ago
  21. 7ccd266 mmc: Support for high speed SD cards by Pierre Ossman · 18 years ago
  22. 7377812 mmc: Fix mmc_delay() function by Pierre Ossman · 18 years ago
  23. e45a1bd mmc: Add support for mmc v4 wide-bus modes by Philip Langdale · 18 years ago
  24. bce40a3 [PATCH] mmc: Add support for mmc v4 high speed mode by Philip Langdale · 18 years ago
  25. 9c9c261 trivial change for mmc/Kconfig: MMC_PXA does not mean only PXA255 by Marcin Juszkiewicz · 18 years ago
  26. c5cb431 Make general code cleanups by Juha Yrjola juha.yrjola · 18 years ago
  27. f4204fd Add MMC_CAP_{MULTIWRITE,BYTEBLOCK} flags by Tony Lindgren tony · 18 years ago
  28. 81ca703 Platform device error handling cleanup by Juha Yrjola juha.yrjola · 18 years ago
  29. 0551f4d Move register definitions away from the header file by Juha Yrjola juha.yrjola · 18 years ago
  30. 3342ee8 Change OMAP_MMC_{READ,WRITE} macros to use the host pointer by Juha Yrjola juha.yrjola · 18 years ago
  31. 89783b1e4 Replace base with virt_base and phys_base by Juha Yrjola juha.yrjola · 18 years ago
  32. ab7aefd mmc: constify mmc_host_ops vectors by David Brownell · 18 years ago
  33. 87598a2 mmc: remove kernel_thread() by Christoph Hellwig · 18 years ago
  34. 58a0cd7 [ARM] 3963/1: AT91: Update configuration files by Andrew Victor · 18 years ago
  35. 55d8bae [ARM] 3954/1: AT91: Update drivers for new headers by Andrew Victor · 18 years ago
  36. d99c590 BUG_ON conversion for drivers/mmc/omap.c by Eric Sesterhenn · 18 years ago
  37. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  38. 63ef731 MMC: Do not set unsupported bits in OCR response by Timo Teras · 18 years ago
  39. 25a122f MMC: Poll card status after rescanning cards by Timo Teras · 18 years ago
  40. 2099c99 [PATCH] missing includes of io.h by Al Viro · 18 years ago
  41. e4cad1b [PATCH] passing pointer to setup_timer() should be via unsigned long by Al Viro · 18 years ago
  42. e069d79 [PATCH] tifm __iomem annotations, NULL noise removal by Al Viro · 18 years ago
  43. ec5a19d [PATCH] mmc: multi sector write transfers by Pierre Ossman · 18 years ago
  44. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  45. 176f00f [PATCH] mmc: properly use the new multi block-write error handling by Pierre Ossman · 18 years ago
  46. 7104e2d [PATCH] mmc: use own work queue by Pierre Ossman · 18 years ago
  47. 8a4da14 [PATCH] mmc: avoid some resets without card by Pierre Ossman · 18 years ago
  48. 5f25a66 [PATCH] mmc: fix MMIO vs memory races in sdhci by Pierre Ossman · 18 years ago
  49. f956512 [PATCH] mmc: driver for TI FlashMedia card reader - Kconfig/Makefile by Alex Dubov · 18 years ago
  50. 4020f2d [PATCH] mmc: driver for TI FlashMedia card reader - source by Alex Dubov · 18 years ago
  51. 643f720 [PATCH] mmc (mainly): add "or later" clause to licence statement. by Pierre Ossman · 18 years ago
  52. 9361401 [PATCH] BLOCK: Make it possible to disable the block layer [try #6] by David Howells · 18 years ago
  53. 4aff5e2 [PATCH] Split struct request ->flags into two parts by Jens Axboe · 18 years ago
  54. ebdea46 Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 18 years ago
  55. fecf340 Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-mmc by Linus Torvalds · 18 years ago
  56. 7272991 [ARM] 3865/1: AT91RM9200 header updates by Andrew Victor · 18 years ago
  57. 53e62d3 [PATCH] Alchemy: Delete unused pt_regs * argument from au1xxx_dbdma_chan_alloc by Ralf Baechle · 18 years ago
  58. 2ed6d22 [MMC] Don't check READY_FOR_DATA when reading by Russell King · 18 years ago
  59. 42431ac [MMC] MMC_CAP_BYTEBLOCK flag for non-log2 block sizes capable hosts by Russell King · 18 years ago
  60. db53f28 [MMC] Add multi block-write capability by Russell King · 18 years ago
  61. 132919b [MMC] Remove data->blksz_bits member by Russell King · 18 years ago
  62. 3bc87f2 [MMC] Convert mmci to use data->blksz rather than data->blksz_bits by Russell King · 18 years ago
  63. 6fe9feb [MMC] Always use a sector size of 512 bytes by Pierre Ossman · 18 years ago
  64. d773d72 [MMC] Cleanup 385e3227d4d83ab13d7767c4bb3593b0256bf246 by Russell King · 18 years ago
  65. 148f93d [ARM] 3751/1: i.MX/MX1 SD/MMC use 512 bytes request for SCR read by Pavel Pisa · 18 years ago
  66. 385e322 [MMC] Fix SD timeout calculation by Pierre Ossman · 18 years ago
  67. dd2c609 [MMC] Another stray 'io' reference by Pierre Ossman · 18 years ago
  68. 916f3ac [MMC] Fix base address configuration in wbsd by Pierre Ossman · 18 years ago
  69. c723e08a [ARM] 3744/1: MMC: mmcqd gets stuck when block queue is plugged by Juha [êölä · 18 years ago
  70. 8b1b218 [MMC] Change SDHCI version error to a warning by Pierre Ossman · 18 years ago
  71. fb61e28 [MMC] Fix incorrect register access by Pierre Ossman · 18 years ago
  72. 0afffc7 [PATCH] lockdep: annotate on-stack completions, mmc by Ingo Molnar · 18 years ago
  73. f82bc17 Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-mmc by Linus Torvalds · 18 years ago
  74. a8c4c20 Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 18 years ago
  75. 168d04b Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-mmc by Linus Torvalds · 18 years ago
  76. dace145 [PATCH] irq-flags: misc drivers: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  77. 4cca56c [MMC] sdhci: remove duplicate error message by Pierre Ossman · 18 years ago
  78. 9860807 [MMC] sdhci: force DMA on some controllers by Pierre Ossman · 18 years ago
  79. 645289d [MMC] sdhci: quirk for broken reset by Pierre Ossman · 18 years ago
  80. 2c5f394 [MMC] sdhci: version bump sdhci by Pierre Ossman · 18 years ago
  81. df673b2 [MMC] sdhci: support controller specific quirks by Pierre Ossman · 18 years ago
  82. 6743527 [MMC] sdhci: more DMA capabilities tests by Pierre Ossman · 18 years ago
  83. d96649e [MMC] sdhci: reset sdhci controller early by Pierre Ossman · 18 years ago
  84. 4a96550 [MMC] sdhci: check controller version by Pierre Ossman · 18 years ago
  85. fd2208d [MMC] sdhci: check only relevant inhibit bits by Pierre Ossman · 18 years ago
  86. 1d676e0 [MMC] sdhci: Test for invalid block size by Pierre Ossman · 18 years ago
  87. bab7696 [MMC] sdhci: Avoid sdhci DMA boundaries by Pierre Ossman · 18 years ago
  88. a406f5a [MMC] Fix sdhci PIO routines by Pierre Ossman · 18 years ago
  89. 3192a28 [MMC] sdhci: fix interrupt handling by Pierre Ossman · 18 years ago
  90. c7fa996 [MMC] sdhci: correct register order by Pierre Ossman · 18 years ago
  91. 1c8cde9 [MMC] sdhci: proper timeout handling by Pierre Ossman · 18 years ago
  92. e16514d [MMC] sdhci: fix sdhci reset timeout by Pierre Ossman · 18 years ago
  93. 7cb2c76 [MMC] sdhci: fix timeout loops in sdhci by Pierre Ossman · 18 years ago
  94. 146ad66 [MMC] sdhci: support for multiple voltages by Pierre Ossman · 18 years ago
  95. 51f82bc [MMC] sdhci: print device id by Pierre Ossman · 18 years ago
  96. 8ef1a14 [MMC] sdhci: check SDHCI base clock by Pierre Ossman · 18 years ago
  97. ce9c1a8 [ARM] 3678/1: MMC: Make OMAP MMC work by Tony Lindgren · 18 years ago
  98. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  99. 602cada Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6 by Linus Torvalds · 18 years ago
  100. e29419f [PATCH] 64bit resource: fix up printks for resources in misc drivers by Greg Kroah-Hartman · 18 years ago