aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds1-1/+1
2011-03-08mmc: fix CONFIG_MMC_UNSAFE_RESUME regressionOhad Ben-Cohen1-1/+1
2011-03-07mmc: sdio: Allow sdio operations in other threads during sdio_add_func()Dmitry Shmidt1-2/+1
2011-01-31ARM: mmci: round down the bytes transferred on errorRussell King1-3/+4
2011-01-31ARM: mmci: complete the transaction on errorRussell King1-1/+1
2011-01-27ARM: 6642/1: mmci: calculate remaining bytes at error correctlyLinus Walleij1-2/+2
2011-01-26mmc: bfin_sdh: fix alloc size for private dataSonic Zhang1-1/+1
2011-01-26mmc: sdhci-s3c: add platform_8bit_width() hookJaehoon Chung1-0/+36
2011-01-25mmc: jz4740: don't treat NULL clk as an errorJamie Iles1-2/+3
2011-01-25mmc: mmci: don't read command response when invalidRussell King - ARM Linux1-5/+5
2011-01-25mmc: ushc: Remove duplicate include of usb.hJesper Juhl1-1/+0
2011-01-26Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2-82/+21
2011-01-24ARM: 6632/3: mmci: stop using the blockend interruptsLinus Walleij2-82/+21
2011-01-21drivers: mmc: msm: remove clock disable in probeDaniel Walker1-3/+0
2011-01-21mmc: msm: fix dma usage not to use internal APIsDaniel Walker1-27/+22
2011-01-14mmc: sdhci-of: fix build on non-powerpc platformsRob Herring1-0/+9
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds4-5/+5
2011-01-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds30-490/+3790
2011-01-10Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2-3/+5
2011-01-09mmc: davinci: add support for SDIO irq handlingAlagu Sankar1-5/+73
2011-01-08mmc: fix division by zero in MMC coreLinus Walleij1-2/+3
2011-01-08mmc: tmio_mmc: fix CMD irq handlingArnd Hannemann1-2/+4
2011-01-08mmc: tmio_mmc: handle missing HW interruptsArnd Hannemann1-4/+86
2011-01-08mmc: tmio_mmc: implement SDIO IRQ supportArnd Hannemann1-0/+79
2011-01-08mmc: tmio_mmc: silence compiler warningsArnd Hannemann1-2/+6
2011-01-08mmc: tmio_mmc: implement a bounce buffer for unaligned DMAGuennadi Liakhovetski1-6/+83
2011-01-08mmc: tmio_mmc: merge the private header into the driverGuennadi Liakhovetski2-231/+210
2011-01-08mmc: tmio_mmc: fix PIO fallback on DMA descriptor allocation failureGuennadi Liakhovetski2-46/+25
2011-01-08mmc: tmio_mmc: allow multi-element scatter-gather listsGuennadi Liakhovetski1-2/+7
2011-01-08mmc: Register debugfs dir before calling card probe function.Viresh Kumar1-4/+4
2011-01-08mmc: MMC_BLOCK_MINORS should depend on MMC_BLOCK.Chris Ball1-0/+1
2011-01-08mmc: Explain why we make adjacent mmc_bus_{put,get} calls during rescan.Chris Ball1-2/+4
2011-01-08mmc: Fix sd/sdio/mmc initialization frequency retriesAndy Ross5-99/+68
2011-01-08mmc: fix mmc_set_bus_width_ddr() call without bus-width-test capTakashi Iwai1-2/+2
2011-01-08mmc: dw_mmc: Add Synopsys DesignWare mmc host driver.Will Newton4-0/+1981
2011-01-08mmc: add sdhci-tegra driver for Tegra SoCsOlof Johansson5-0/+272
2011-01-08mmc: sdhci: add quirk for max len ADMA descriptorsOlof Johansson1-3/+7
2011-01-08mmc: check for > 1 clk_requests when disabling gatingLinus Walleij1-1/+2
2011-01-08mmc: sdhci-s3c: Support controllers with no internal clock dividerJeongbae Seo1-0/+62
2011-01-08mmc: sdhci-s3c: Support additional host capabilitiesJeongbae Seo1-0/+4
2011-01-08mmc: sdhci: Enable bus-width test for JMicron controllersTakashi Iwai1-0/+2
2011-01-08mmc: Test bus-width for old MMC devicesAries Lee5-30/+156
2011-01-08mmc: fix detection of memory part of SD-combo card with broken SDIOMichal Miroslaw1-0/+5
2011-01-08mmc: sdio: don't reinitialize nonremovable powered-resumed cardsOhad Ben-Cohen1-2/+14
2011-01-08mmc: sdio: don't power up cards on system suspendOhad Ben-Cohen2-32/+13
2011-01-08mmc: skip detection of nonremovable cards on rescanOhad Ben-Cohen1-2/+6
2011-01-08mmc: Add support for JMicron 388 SD/MMC controllerTakashi Iwai5-12/+67
2011-01-08mmc: davinci_mmc: Remove unnecessary semicolonJoe Perches1-1/+1
2011-01-08mmc: sdhci: print SD Command and CAPABILITY_1 when dumping registersPhilip Rakity2-2/+5
2011-01-08mmc: Aggressive clock gating frameworkLinus Walleij6-2/+305