aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)Author
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2011-01-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds
2011-01-10Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2011-01-09mmc: davinci: add support for SDIO irq handlingAlagu Sankar
2011-01-08mmc: fix division by zero in MMC coreLinus Walleij
2011-01-08mmc: tmio_mmc: fix CMD irq handlingArnd Hannemann
2011-01-08mmc: tmio_mmc: handle missing HW interruptsArnd Hannemann
2011-01-08mmc: tmio_mmc: implement SDIO IRQ supportArnd Hannemann
2011-01-08mmc: tmio_mmc: silence compiler warningsArnd Hannemann
2011-01-08mmc: tmio_mmc: implement a bounce buffer for unaligned DMAGuennadi Liakhovetski
2011-01-08mmc: tmio_mmc: merge the private header into the driverGuennadi Liakhovetski
2011-01-08mmc: tmio_mmc: fix PIO fallback on DMA descriptor allocation failureGuennadi Liakhovetski
2011-01-08mmc: tmio_mmc: allow multi-element scatter-gather listsGuennadi Liakhovetski
2011-01-08mmc: Register debugfs dir before calling card probe function.Viresh Kumar
2011-01-08mmc: MMC_BLOCK_MINORS should depend on MMC_BLOCK.Chris Ball
2011-01-08mmc: Explain why we make adjacent mmc_bus_{put,get} calls during rescan.Chris Ball
2011-01-08mmc: Fix sd/sdio/mmc initialization frequency retriesAndy Ross
2011-01-08mmc: fix mmc_set_bus_width_ddr() call without bus-width-test capTakashi Iwai
2011-01-08mmc: dw_mmc: Add Synopsys DesignWare mmc host driver.Will Newton
2011-01-08mmc: add sdhci-tegra driver for Tegra SoCsOlof Johansson
2011-01-08mmc: sdhci: add quirk for max len ADMA descriptorsOlof Johansson
2011-01-08mmc: check for > 1 clk_requests when disabling gatingLinus Walleij
2011-01-08mmc: sdhci-s3c: Support controllers with no internal clock dividerJeongbae Seo
2011-01-08mmc: sdhci-s3c: Support additional host capabilitiesJeongbae Seo
2011-01-08mmc: sdhci: Enable bus-width test for JMicron controllersTakashi Iwai
2011-01-08mmc: Test bus-width for old MMC devicesAries Lee
2011-01-08mmc: fix detection of memory part of SD-combo card with broken SDIOMichal Miroslaw
2011-01-08mmc: sdio: don't reinitialize nonremovable powered-resumed cardsOhad Ben-Cohen
2011-01-08mmc: sdio: don't power up cards on system suspendOhad Ben-Cohen
2011-01-08mmc: skip detection of nonremovable cards on rescanOhad Ben-Cohen
2011-01-08mmc: Add support for JMicron 388 SD/MMC controllerTakashi Iwai
2011-01-08mmc: davinci_mmc: Remove unnecessary semicolonJoe Perches
2011-01-08mmc: sdhci: print SD Command and CAPABILITY_1 when dumping registersPhilip Rakity
2011-01-08mmc: Aggressive clock gating frameworkLinus Walleij
2011-01-08mmc: sdhci: Disable ADMA on some O2Micro SD/MMC parts.Jennifer Li
2011-01-08mmc: mxcmmc: remove a unnecessary release_resource() callAxel Lin
2011-01-08mmc: mxcmmc: update the regulator support code to the latest APIAlberto Panizzo
2011-01-08mmc: mxcmmc: Allow binding a regulator to manage the MMC card voltageAlberto Panizzo
2011-01-08mmc: Add support for the Marvell Dove SDHCI controllerMike Rapoport
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2011-01-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...Paul Mundt
2011-01-06Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2011-01-06Merge branch 'for-linus' of git://codeaurora.org/quic/kernel/davidb/linux-msmLinus Torvalds
2011-01-05Merge branches 'mmci' and 'pl011-dma' into develRussell King
2011-01-05Merge branches 'rmobile/mmcif', 'rmobile/ag5' and 'rmobile/mackerel' into rmo...Paul Mundt
2011-01-05mmc: sh_mmcif: make DMA support by the driver unconditionalGuennadi Liakhovetski
2011-01-03of: Fixes for OF probing on little endian systemsRob Herring
2011-01-03of: make drivers depend on CONFIG_OF instead of CONFIG_PPC_OFRob Herring
2010-12-30ARM: mmci: Clean up MMCI announcement printkRussell King
2010-12-24mmc: update workqueue usagesTejun Heo