aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* mmc: sdhci-of: fix build on non-powerpc platformsRob Herring2011-01-141-0/+9
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-134-5/+5
|\
| * Merge branch 'master' into for-nextJiri Kosina2010-12-2211-62/+174
| |\
| * | tree-wide: fix comment/printk typosUwe Kleine-König2010-11-014-5/+5
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds2011-01-1130-490/+3790
|\ \ \
| * | | mmc: davinci: add support for SDIO irq handlingAlagu Sankar2011-01-091-5/+73
| * | | mmc: fix division by zero in MMC coreLinus Walleij2011-01-081-2/+3
| * | | mmc: tmio_mmc: fix CMD irq handlingArnd Hannemann2011-01-081-2/+4
| * | | mmc: tmio_mmc: handle missing HW interruptsArnd Hannemann2011-01-081-4/+86
| * | | mmc: tmio_mmc: implement SDIO IRQ supportArnd Hannemann2011-01-081-0/+79
| * | | mmc: tmio_mmc: silence compiler warningsArnd Hannemann2011-01-081-2/+6
| * | | mmc: tmio_mmc: implement a bounce buffer for unaligned DMAGuennadi Liakhovetski2011-01-081-6/+83
| * | | mmc: tmio_mmc: merge the private header into the driverGuennadi Liakhovetski2011-01-082-231/+210
| * | | mmc: tmio_mmc: fix PIO fallback on DMA descriptor allocation failureGuennadi Liakhovetski2011-01-082-46/+25
| * | | mmc: tmio_mmc: allow multi-element scatter-gather listsGuennadi Liakhovetski2011-01-081-2/+7
| * | | mmc: Register debugfs dir before calling card probe function.Viresh Kumar2011-01-081-4/+4
| * | | mmc: MMC_BLOCK_MINORS should depend on MMC_BLOCK.Chris Ball2011-01-081-0/+1
| * | | mmc: Explain why we make adjacent mmc_bus_{put,get} calls during rescan.Chris Ball2011-01-081-2/+4
| * | | mmc: Fix sd/sdio/mmc initialization frequency retriesAndy Ross2011-01-085-99/+68
| * | | mmc: fix mmc_set_bus_width_ddr() call without bus-width-test capTakashi Iwai2011-01-081-2/+2
| * | | mmc: dw_mmc: Add Synopsys DesignWare mmc host driver.Will Newton2011-01-084-0/+1981
| * | | mmc: add sdhci-tegra driver for Tegra SoCsOlof Johansson2011-01-085-0/+272
| * | | mmc: sdhci: add quirk for max len ADMA descriptorsOlof Johansson2011-01-081-3/+7
| * | | mmc: check for > 1 clk_requests when disabling gatingLinus Walleij2011-01-081-1/+2
| * | | mmc: sdhci-s3c: Support controllers with no internal clock dividerJeongbae Seo2011-01-081-0/+62
| * | | mmc: sdhci-s3c: Support additional host capabilitiesJeongbae Seo2011-01-081-0/+4
| * | | mmc: sdhci: Enable bus-width test for JMicron controllersTakashi Iwai2011-01-081-0/+2
| * | | mmc: Test bus-width for old MMC devicesAries Lee2011-01-085-30/+156
| * | | mmc: fix detection of memory part of SD-combo card with broken SDIOMichal Miroslaw2011-01-081-0/+5
| * | | mmc: sdio: don't reinitialize nonremovable powered-resumed cardsOhad Ben-Cohen2011-01-081-2/+14
| * | | mmc: sdio: don't power up cards on system suspendOhad Ben-Cohen2011-01-082-32/+13
| * | | mmc: skip detection of nonremovable cards on rescanOhad Ben-Cohen2011-01-081-2/+6
| * | | mmc: Add support for JMicron 388 SD/MMC controllerTakashi Iwai2011-01-085-12/+67
| * | | mmc: davinci_mmc: Remove unnecessary semicolonJoe Perches2011-01-081-1/+1
| * | | mmc: sdhci: print SD Command and CAPABILITY_1 when dumping registersPhilip Rakity2011-01-082-2/+5
| * | | mmc: Aggressive clock gating frameworkLinus Walleij2011-01-086-2/+305
| * | | mmc: sdhci: Disable ADMA on some O2Micro SD/MMC parts.Jennifer Li2011-01-081-0/+112
| * | | mmc: mxcmmc: remove a unnecessary release_resource() callAxel Lin2011-01-081-1/+0
| * | | mmc: mxcmmc: update the regulator support code to the latest APIAlberto Panizzo2011-01-081-8/+12
| * | | mmc: mxcmmc: Allow binding a regulator to manage the MMC card voltageAlberto Panizzo2011-01-081-6/+42
| * | | mmc: Add support for the Marvell Dove SDHCI controllerMike Rapoport2011-01-085-0/+86
* | | | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-01-102-3/+5
|\ \ \ \ | |/ / / |/| | |
| * | | of: Fixes for OF probing on little endian systemsRob Herring2011-01-031-2/+2
| * | | of: make drivers depend on CONFIG_OF instead of CONFIG_PPC_OFRob Herring2011-01-031-1/+3
| | |/ | |/|
* | | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-01-073-8/+20
|\ \ \
| * | | mmc: update workqueue usagesTejun Heo2010-12-243-8/+20
| | |/ | |/|
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...Paul Mundt2011-01-077-74/+321
|\ \ \
| * \ \ Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-01-062-30/+186
| |\ \ \
| | | \ \
| | | \ \
| | *-. \ \ Merge branches 'mmci' and 'pl011-dma' into develRussell King2011-01-052-30/+186
| | |\ \ \ \ | | | | |/ /
| | | * | | ARM: mmci: Clean up MMCI announcement printkRussell King2010-12-301-4/+4