summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host
Commit message (Expand)AuthorAgeFilesLines
...
| * mmc: sh_mmcif: fix a race, causing an Oops on SMPGuennadi Liakhovetski2013-02-111-3/+36
| * mmc: sh_mmcif: (cosmetic) simplify boolean return blocksGuennadi Liakhovetski2013-02-111-7/+2
| * mmc: sh_mmcif: Terminate DMA transactions when detecting timeout or errorTeppei Kamijou2013-02-111-14/+17
| * mmc: sh_mmcif: fix missing and consolidate IO completion timeoutsGuennadi Liakhovetski2013-02-111-23/+22
| * mmc: sh_mmcif: Avoid unnecessary mmc_delay() at mmc_card_sleepawake()Teppei Kamijou2013-02-111-1/+3
| * mmc: sh_mmcif: Use msecs_to_jiffies() for host->timeoutTeppei Kamijou2013-02-111-1/+1
| * mmc: sh_mmcif: Add support for eMMC Dual Data RateTeppei Kamijou2013-02-111-0/+14
| * mmc: sh_mmcif: add support for bundled MMCIF IRQsShinya Kuribayashi2013-02-111-9/+16
| * mmc: sh_mmcif: ensure run-time suspend call is processed before suspendTeppei Kamijou2013-02-111-1/+1
| * mmc: sh_mmcif: force to fail CMD52 immediatelyTeppei Kamijou2013-02-111-0/+1
| * mmc: sdhci-esdhc-imx: use slot-gpio helpers for CD and WPShawn Guo2013-02-111-40/+16
| * mmc: remove unncessary mmc_gpio_free_cd() call from slot-gpio usersShawn Guo2013-02-113-19/+0
| * mmc: sdhci: query card presence from cd-gpio before asking SDHCIShawn Guo2013-02-111-13/+16
* | Merge tag 'mfd-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2013-02-241-0/+18
|\ \
| * | mfd: rtsx: Fix issue that booting OS with SD card insertedWei WANG2013-02-141-0/+18
| |/
* | Merge tag 'char-misc-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-02-211-1/+1
|\ \
| * | drivers/misc/cb710: add missing GENERIC_HARDIRQS dependencyHeiko Carstens2013-02-081-1/+1
* | | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-214-22/+18
|\ \ \
| * \ \ Merge 3.8-rc5 into driver-core-nextGreg Kroah-Hartman2013-01-251-62/+30
| |\ \ \ | | |/ /
| * | | mmc: Convert to devm_ioremap_resource()Thierry Reding2013-01-253-10/+10
| * | | drivers/mmc/host: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-111-12/+8
* | | | Merge branches 'fixes' and 'mmci' into for-linusRussell King2013-02-202-126/+183
|\ \ \ \ | |_|_|/ |/| | |
| * | | ARM: 7630/1: mmc: mmci: Fixup and cleanup code for DMA handlingUlf Hansson2013-01-281-82/+105
| * | | ARM: 7631/1: mmc: mmci: Add new VE MMCI variantPawel Moll2013-01-282-0/+15
| * | | ARM: 7623/1: mmc: mmci: Fixup clock gating when freq is 0 for ST-variantsUlf Hansson2013-01-231-0/+13
| * | | ARM: 7622/1: mmc: mmci: Gate the clock in runtime suspend to save powerUlf Hansson2013-01-231-0/+29
| * | | ARM: 7620/1: mmc: mmci: Convert to use mmc_regulator_get_supplyUlf Hansson2013-01-082-44/+11
| * | | ARM: 7618/1: mmc: mmci: Support MMC_PM_KEEP_POWERUlf Hansson2013-01-081-0/+4
| * | | ARM: 7617/1: mmc: mmci: Support for DDR modeUlf Hansson2013-01-081-0/+6
* | | | Merge tag 'mfd-for-linus-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-01-281-25/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | mmc: rtsx: Call MFD hook to switch output voltageWei WANG2013-01-271-25/+5
| | |/ | |/|
* | | Merge tag 'mvebu_fixes_for_v3.8-rc5' of git://git.infradead.org/users/jcooper...Olof Johansson2013-01-231-62/+30
|\ \ \ | |/ / |/| |
| * | mmc: mvsdio: use devm_ API to simplify/correct error paths.Andrew Lunn2013-01-231-62/+30
| |/
* | Drivers: mmc: remove __dev* attributes.Greg Kroah-Hartman2013-01-034-7/+7
|/
* Merge tag 'mfd-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2012-12-162-2/+4
|\
| * mmc: rtsx: Explicitely include slab.h in rtsx_pci_sdmmc.cWei WANG2012-11-211-0/+1
| * mmc: rtsx: Configure SD_CFG2 register in sd_rw_multiWei WANG2012-11-211-0/+1
| * mmc: rtsx: Remove a duplicate command in sd_rw_multiWei WANG2012-11-201-2/+0
| * mmc: Add realtek pcie sdmmc host driverWei WANG2012-11-083-0/+1357
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-131-1/+1
|\ \
| * | treewide: Fix typos in various KconfigMasanari Iida2012-12-031-1/+1
| |/
* | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-121-2/+29
|\ \
| * \ Merge branch 'omap/headers4' into next/cleanupArnd Bergmann2012-11-152-12/+27
| |\ \
| * \ \ Merge branch 'cleanups/dma' into next/cleanupArnd Bergmann2012-11-1314-94/+140
| |\ \ \
| * | | | mmc: mxcmmc: remove cpu_is_xxx by using platform_device_idShawn Guo2012-10-151-2/+29
| | |_|/ | |/| |
* | | | Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-123-13/+28
|\ \ \ \
| * \ \ \ Merge tag 'for-3.8-at91_header_clean' of git://github.com/at91linux/linux-at9...Arnd Bergmann2012-11-121-1/+1
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | arm: at91: move platfarm_data to include/linux/platform_data/atmel.hJean-Christophe PLAGNIOL-VILLARD2012-11-061-1/+1
| | |/ /
| * | | Merge branch 'omap-for-v3.8/cleanup-headers-mmc' into omap-for-v3.8/cleanup-h...Tony Lindgren2012-10-172-12/+17
| |\ \ \
| | * | | mmc: omap: Remove cpu_is_omap usage from the driverTony Lindgren2012-10-151-8/+15
OpenPOWER on IntegriCloud