1. 23af603 mmc: remove multiwrite capability by Pierre Ossman · 16 years ago
  2. 97067d5 wbsd: fix bad dma_addr_t conversion by Pierre Ossman · 16 years ago
  3. 9eeebd2 mmc: wbsd.c fix shadowing of 'dma' variable by Tomas Winkler · 16 years ago
  4. 08f80bb mmc: change .get_ro() callback semantics by Anton Vorontsov · 16 years ago
  5. cef3340 mmc: wbsd: initialize tasklets before requesting interrupt by Chuck Ebbert · 16 years ago
  6. bc65c72 mmc: fix platform driver hotplug/coldplug by Kay Sievers · 16 years ago
  7. bd6dee6 mmc: sg fallout by Jens Axboe · 17 years ago
  8. 45711f1 [SG] Update drivers to use sg helpers by Jens Axboe · 17 years ago
  9. 255d01a mmc: remove BYTEBLOCK capability by Pierre Ossman · 17 years ago
  10. 17b0429 mmc: remove custom error codes by Pierre Ossman · 17 years ago
  11. b3627bb wbsd: fix section mismatch warnings by Gabriel C · 17 years ago
  12. 462f104 mmc: remove redundant debug information from sdhci and wbsd by Pierre Ossman · 17 years ago
  13. 70f1048 mmc: update header file paths by Pierre Ossman · 17 years ago
  14. b2670b1 wbsd: check for data opcode earlier by Pierre Ossman · 17 years ago
  15. 1c6a071 mmc: Move host and card drivers to subdirs by Pierre Ossman · 18 years ago[Renamed from drivers/mmc/wbsd.c]
  16. f74d132 mmc: Move OCR bit defines by Pierre Ossman · 18 years ago
  17. 5721dbf wbsd: remove block crc test by Pierre Ossman · 17 years ago
  18. 14d836e mmc: cull sg list to match mmc request size by Alex Dubov · 17 years ago
  19. abc7166 mmc: wbsd: Remove stray kunmap_atomic() by Pierre Ossman · 18 years ago
  20. 1615cc2 mmc: wbsd: Remove driver version by Pierre Ossman · 18 years ago
  21. 4a0ddbd mmc: wbsd: replace kmap with page_address by Pierre Ossman · 18 years ago
  22. 5ba593a mmc: Handle wbsd's stupid command list by Pierre Ossman · 18 years ago
  23. 55db890 mmc: Allow host drivers to specify max block count by Pierre Ossman · 18 years ago
  24. fe4a3c7 mmc: Allow host drivers to specify a max block size by Pierre Ossman · 18 years ago
  25. cdb54fa Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/drzeus/mmc by Linus Torvalds · 18 years ago
  26. fcaf71f Driver core: convert mmc code to use struct device by Greg Kroah-Hartman · 18 years ago
  27. ab7aefd mmc: constify mmc_host_ops vectors by David Brownell · 18 years ago
  28. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  29. 643f720 [PATCH] mmc (mainly): add "or later" clause to licence statement. by Pierre Ossman · 18 years ago
  30. 42431ac [MMC] MMC_CAP_BYTEBLOCK flag for non-log2 block sizes capable hosts by Russell King · 18 years ago
  31. db53f28 [MMC] Add multi block-write capability by Russell King · 18 years ago
  32. dd2c609 [MMC] Another stray 'io' reference by Pierre Ossman · 18 years ago
  33. 916f3ac [MMC] Fix base address configuration in wbsd by Pierre Ossman · 18 years ago
  34. dace145 [PATCH] irq-flags: misc drivers: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  35. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  36. 2c171bf [ARM] 3531/1: i.MX/MX1 SD/MMC ensure, that clock are stopped before new command and cleanups by Pavel Pisa · 18 years ago
  37. 920e70c [MMC] Move set_ios debugging into mmc.c by Russell King · 18 years ago
  38. c656317 [MMC] Pass -DDEBUG on compiler command line if MMC_DEBUG selected by Russell King · 18 years ago
  39. e922517 [MMC] Add MMC command type flags by Russell King · 19 years ago
  40. cfa7f52 [MMC] Lindent wbsd driver by Pierre Ossman · 19 years ago
  41. 5e68d95 [MMC] wbsd pnp suspend by Pierre Ossman · 19 years ago
  42. 21500bb [MMC] wbsd: convert to the new platfrom device interface by Dmitry Torokhov · 19 years ago
  43. 63648fb [MMC] wbsd: make use of ARRAY_SIZE() macro by Dmitry Torokhov · 19 years ago
  44. 5643f00 Merge master.kernel.org:/home/rmk/linux-2.6-drvmodel by Linus Torvalds · 19 years ago
  45. 402771c [MMC] wbsd version 1.5 by Pierre Ossman · 19 years ago
  46. de1d09e [MMC] Add MODULE_AUTHOR to wbsd by Pierre Ossman · 19 years ago
  47. 93968d7 [MMC] Use __devexit_p in wbsd by Pierre Ossman · 19 years ago
  48. 3ae5eae [DRIVER MODEL] Convert platform drivers to use struct platform_driver by Russell King · 19 years ago
  49. 6044ec8 [PATCH] kfree cleanup: misc remaining drivers by Jesper Juhl · 19 years ago
  50. d191634 [MMC] Use controller id instead of driver name for printks by Pierre Ossman · 19 years ago
  51. 25cc5e5 [MMC] Fix chip config in wbsd by Pierre Ossman · 19 years ago
  52. d052d1b Create platform_device.h to contain all the platform device details. by Russell King · 19 years ago
  53. 19c1f3c [MMC] wbsd suspend support by Pierre Ossman · 19 years ago
  54. 9480e30 [PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacks by Russell King · 19 years ago
  55. 210ce2a [MMC] Clean up wbsd detection handling by Pierre Ossman · 19 years ago
  56. fecf92b [MMC] Remove trailing whitespace in wbsd by Pierre Ossman · 19 years ago
  57. c4a72cb [MMC] Add mmc_detect_change() delay support for wbsd driver by Russell King · 19 years ago
  58. 8dc0033 [MMC] Allow detection/removal to be delayed by Richard Purdie · 19 years ago
  59. 65ae211 [PATCH] mmc: wbsd Secure Digital support by Pierre Ossman · 19 years ago
  60. 1656fa5 [MMC] support for mmc chip select in wbsd by Pierre Ossman · 19 years ago
  61. d366b64 [MMC] Add mmc_hostname() macro by Russell King · 19 years ago
  62. 3462b92 [PATCH] wbsd version bump by Pierre Ossman · 19 years ago
  63. 77933d7 [PATCH] clean up inline static vs static inline by Jesper Juhl · 19 years ago
  64. 3eee0d0 [PATCH] MMC: wbsd cleanups by Adrian Bunk · 19 years ago
  65. 6e6293d [PATCH] MMC: wbsd delayed insertion by Pierre Ossman · 19 years ago
  66. 85bcc13 [PATCH] MMC: wbsd update by Pierre Ossman · 19 years ago
  67. e5378ca [PATCH] fix u32 vs. pm_message_t in drivers/mmc,mtd,scsi by Pavel Machek · 19 years ago
  68. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago