1. 3d203be mmc_test: fix memory allocation segment limits by Adrian Hunter · 14 years ago
  2. 130067e mmc_test: move files from sysfs to debugfs by Andy Shevchenko · 14 years ago
  3. 3183aa1 mmc_test: collect data and show it via sysfs by demand by Andy Shevchenko · 14 years ago
  4. 5c25aee mmc_test: change simple_strtol() to strict_strtol() by Andy Shevchenko · 14 years ago
  5. 63be54c mmc_test: use API to check card type by Andy Shevchenko · 14 years ago
  6. c8c8c1b mmc_test: fix performance tests that go over max_blk_count by Adrian Hunter · 14 years ago
  7. 632cf92 mmc: Convert "mutex" to semaphore by Thomas Gleixner · 14 years ago
  8. 265cdc9 mmc: rename dev_to_mmc_card() to mmc_dev_to_card() by Andy Shevchenko · 14 years ago
  9. 453722b mmc: make mmc_dev_to_card() macro public by Andy Shevchenko · 14 years ago
  10. 12578f6 mmc: Use snprintf, not sprintf. by JiebingLi · 14 years ago
  11. 53f3a9e mmc: USB SD Host Controller (USHC) driver by David Vrabel · 14 years ago
  12. a36274e mmc: Remove distinction between hw and phys segments by Martin K. Petersen · 14 years ago
  13. 7a5ea56a mmc: au1xmmc.c: use resource_size() by H Hartley Sweeten · 15 years ago
  14. e8e3f6c mmc: atmel-mci.c: use resource_size() by H Hartley Sweeten · 15 years ago
  15. af2a85f mmc: at91_mci.c: use resource_size() by H Hartley Sweeten · 15 years ago
  16. a288709 Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  17. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  18. c37927d Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  19. b515316 Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 14 years ago
  20. b653788 Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 by Linus Torvalds · 14 years ago
  21. fa251f89 Merge branch 'v2.6.36-rc8' into for-2.6.37/barrier by Jens Axboe · 14 years ago
  22. 23beab7 Merge branches 'at91', 'dcache', 'ftrace', 'hwbpt', 'misc', 'mmci', 's3c', 'st-ux' and 'unwind' into devel by Russell King · 14 years ago
  23. 1c8cf9c mmc: sdio: fix SDIO suspend/resume regression by Ohad Ben-Cohen · 14 years ago
  24. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  25. 725343f ARM: 6437/2: mmci: add some register defines for ST Micro variants by Linus Walleij · 14 years ago
  26. 73c5ef1 Merge branches 'devel-omap1' and 'devel-omap2plus' into omap-for-linus by Tony Lindgren · 14 years ago
  27. 2a48fc0 block: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 14 years ago
  28. 63509e3 omap: Keep nwires for omap1 and 2420 MMC controller by Tony Lindgren · 14 years ago
  29. 64be978 omap4 hsmmc: Update ocr mask for MMC2 for regulator to use by kishore kadiyala · 14 years ago
  30. 91a0b08 omap4 hsmmc: Register offset handling by kishore kadiyala · 14 years ago
  31. 07ad64b OMAP4 ES2: HSMMC soft reset change by Madhusudhan Chikkature · 14 years ago
  32. 2e9b981 pcmcia: move driver name to struct pcmcia_driver by Dominik Brodowski · 14 years ago
  33. 1ac71e5 pcmcia: convert pcmcia_request_configuration to pcmcia_enable_device by Dominik Brodowski · 14 years ago
  34. 3a63833 omap: mmc: extended to pass host capabilities from board file by Sukumar Ghorai · 14 years ago
  35. 9320f7c mmc: sdhci-s3c: fix NULL ptr access in sdhci_s3c_remove by Marek Szyprowski · 14 years ago
  36. 06fe577 mmc: sdhci-s3c: fix incorrect spinlock usage after merge by Marek Szyprowski · 14 years ago
  37. 18a06301 ARM: 6370/1: mmci: use _cansleep GPIO functions by Linus Walleij · 14 years ago
  38. 4b8caec ARM: 6309/1: mmci: allow neither ->status nor gpio_cd to be specified by Rabin Vincent · 14 years ago
  39. 148b8b3 ARM: 6308/1: mmci: support card detection interrupts by Rabin Vincent · 14 years ago
  40. 4913efe block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush() by Tejun Heo · 14 years ago
  41. 7c5367f drivers/mmc/host/imxmmc.c: adjust confusing if indentation by Julia Lawall · 14 years ago
  42. e7cb756 omap hsmmc: fix a racing case between kmmcd and omap_hsmmc_suspend by Ethan Du · 14 years ago
  43. 23ef309 mmc: at91_mci: add missing linux/highmem.h include by Marc Kleine-Budde · 14 years ago
  44. 16d9b13 omap_hsmmc: remove unused local `state' by Sergio Aguirre · 14 years ago
  45. 60c2c0d ARM: SAMSUNG: MMC: fix build error when both DMA and PIO mode selected by Jiri Pinkava · 14 years ago
  46. 5600efb mmc: fix the use of kunmap_atomic() in tmio_mmc.h by Guennadi Liakhovetski · 14 years ago
  47. b78d6c5 tmio_mmc: don't clear unhandled pending interrupts by Yusuke Goda · 14 years ago
  48. f3c65b2 mmc: avoid getting CID on SDIO-only cards by David Vrabel · 14 years ago
  49. 8301bb6 ARM: 6310/1: mmci: support different FIFO sizes by Rabin Vincent · 14 years ago
  50. 2971944 ARM: 6307/1: mmci: allow the card detect GPIO value not to be inverted by Rabin Vincent · 14 years ago
  51. f522886 drivers/mmc/host/sdhci-s3c.c: use the correct mutex and card detect function by Kyungmin Park · 14 years ago
  52. 5193250 sdhci: add no hi-speed bit quirk support by Kyungmin Park · 14 years ago
  53. 930a6f7 s5pc110: SDHCI-s3c support on s5pc110 by Kyungmin Park · 14 years ago
  54. 81ca03a mmc: build fix: mmc_pm_notify is only available with CONFIG_PM=y by Uwe Kleine-König · 14 years ago
  55. b171aa2 Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  56. eb3bbf8 Merge branch 'msm-mmc_sdcc' of git://codeaurora.org/quic/kernel/dwalker/linux-msm by Linus Torvalds · 14 years ago
  57. ce4327d Merge branch 'msm-core' of git://codeaurora.org/quic/kernel/dwalker/linux-msm by Linus Torvalds · 14 years ago
  58. 58d4ea6 Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  59. fec4dcc mmc_test: fix large memory allocation by Adrian Hunter · 14 years ago
  60. 64f7120 mmc_test: add performance tests by Adrian Hunter · 14 years ago
  61. 4980454 mmc_block: add support for secure discard by Adrian Hunter · 14 years ago
  62. 93caf8e69 omap_hsmmc: add erase capability by Adrian Hunter · 14 years ago
  63. bd788c9 mmc_block: add discard support by Adrian Hunter · 14 years ago
  64. dfe86cb mmc: add erase, secure erase, trim and secure trim operations by Adrian Hunter · 14 years ago
  65. 568133e mmc: add ricoh e822 pci id by Pablo Castillo · 14 years ago
  66. c4512f7 sdhci: add auto CMD12 support for eSDHC driver by Jerry Huang · 14 years ago
  67. 9bea3c8 sdhci: add regulator support by Marek Szyprowski · 14 years ago
  68. 17866e1 sdhci-s3c: add support for new card detection methods by Marek Szyprowski · 14 years ago
  69. a1d5646 sdhci-s3c: enable SDHCI_QUIRK_NO_HISPD_BIT quirk by Marek Szyprowski · 14 years ago
  70. ce5f036 sdhci-s3c: add support for the non standard minimal clock value by Marek Szyprowski · 14 years ago
  71. 3fe42e0 sdhci-s3c: add SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK quirk by Hyuk Lee · 14 years ago
  72. f3584e5 omap hsmmc: fix processing of all dma interrupts as block completion by Venkatraman S · 14 years ago
  73. 762333e drivers/mmc/host/msm-sdcc: remove dead config options by Christian Dietrich · 14 years ago
  74. 4816858 omap_hsmmc: add init_card pass-through callback by Grazvydas Ignotas · 14 years ago
  75. 6f51be3 sdio: allow non-standard SDIO cards by Grazvydas Ignotas · 14 years ago
  76. 20b1597b sdhci-pltfm: add support for CNS3xxx SoC devices by Anton Vorontsov · 14 years ago
  77. 845e3f4 sdhci-pltfm: reorganize Makefile entries to support SoC devices by Anton Vorontsov · 14 years ago
  78. 515033f sdhci-pltfm: switch to module device table matching by Anton Vorontsov · 14 years ago
  79. 27151dc mmc: omap: fix for bus width which improves SD card's peformance. by Kishore Kadiyala · 14 years ago
  80. fc8a098 mmc: only set blockaddressed for > 2GiB cards by Hanumath Prasad · 14 years ago
  81. c1f5977 sdhci: don't assign mmc->caps at SDHCI directly by Kyungmin Park · 14 years ago
  82. ae6d6c9 sdhci: 8-bit data transfer width support by Kyungmin Park · 14 years ago
  83. cfd1f82 sdhci: remove useless set_clock() check by Kyungmin Park · 14 years ago
  84. ccc92c2 mmc: make sdhci work with ricoh mmc controller by Maxim Levitsky · 14 years ago
  85. 4c2ef25 mmc: fix all hangs related to mmc/sd card insert/removal during suspend/resume by Maxim Levitsky · 14 years ago
  86. 7310ece8 mmc: implement SD-combo (IO+mem) support by Michal Miroslaw · 14 years ago
  87. 71578a1 mmc: split mmc_sd_init_card() by Michal Miroslaw · 14 years ago
  88. 6da24b7 mmc: recognize CSD structure by Kyungmin Park · 14 years ago
  89. 2f9e825 Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  90. eba3f13 mmc: msm_sdcc: Rename config MMC_MSM7X00A to MMC_MSM by Sahitya Tummala · 14 years ago
  91. edd4dd0 mmc: msm_sdcc: Compile the driver for msm7x30 by Sahitya Tummala · 14 years ago
  92. b5d643d msm: mmc: Add msm prefix to platform data structure by Sahitya Tummala · 14 years ago
  93. fbe0f83 mmc_spi: Fix unterminated of_match_table by Anton Vorontsov · 14 years ago
  94. 6e9624b block: push down BKL into .open and .release by Arnd Bergmann · 14 years ago
  95. 00fff26 block: remove q->prepare_flush_fn completely by FUJITA Tomonori · 14 years ago
  96. 33659eb block: remove wrappers for request type/flags by Christoph Hellwig · 14 years ago
  97. 1685e63 Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 by Linus Torvalds · 14 years ago
  98. 2dc1158 of/device: Replace struct of_device with struct platform_device by Grant Likely · 14 years ago
  99. 03c0c29 Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  100. c3d1f17 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 14 years ago