summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-10-23mmc: sdhci: allow for eMMC 74 clock generation by controllerPhilip Rakity2-0/+5
2010-10-23mmc: sdhci: highspeed: check for mmc as well as sd cardsPhilip Rakity1-2/+3
2010-10-23mmc: sdhci: Add Moorestown device supportAlan Cox1-0/+39
2010-10-23mmc: sdhci: Intel Medfield supportXiaochen Shen2-0/+55
2010-10-23mmc: sdhci: Allow the probe handler to override slotsAlan Cox1-0/+2
2010-10-23mmc: sdio: support suspend/resume while runtime suspendedOhad Ben-Cohen1-0/+29
2010-10-23mmc: sdio: ensure mmc_sdio_detect is poweredOhad Ben-Cohen1-0/+9
2010-10-23mmc: sdio: enable runtime PM for SDIO functionsOhad Ben-Cohen2-3/+40
2010-10-23mmc: sdio: enable runtime PM for SDIO cardsOhad Ben-Cohen1-0/+13
2010-10-23mmc: sdio: use the generic runtime PM handlersOhad Ben-Cohen1-0/+20
2010-10-23mmc: add runtime PM handlersOhad Ben-Cohen1-0/+37
2010-10-23mmc: sdio: add power_restore supportOhad Ben-Cohen1-0/+18
2010-10-23mmc: propagate power save/restore ops return valueOhad Ben-Cohen5-14/+30
2010-10-23mmc: sdio: fully reconfigure oldcard on resumeOhad Ben-Cohen1-9/+0
2010-10-23mmc: sdhci: split up sdhci.h for sdhci-pltfm usersGiuseppe Cavallaro2-131/+151
2010-10-23mmc: sdhci: fix "pwr may be used uninitialized" warningGiuseppe Cavallaro1-4/+2
2010-10-23mmc: sdhci-pltfm: add suspend/resume functionsGiuseppe Cavallaro1-0/+21
2010-10-23mmc: name mmc queue thread by host indexEthan Du1-1/+3
2010-10-23mmc: refine DDR supportAdrian Hunter4-8/+11
2010-10-23mmc: Fixes for Dual Data Rate (DDR) supportAdrian Hunter8-42/+53
2010-10-23mmc: MMC 4.4 DDR supportHanumath Prasad6-6/+60
2010-10-23mmc: Move regulator handling closer to coreLinus Walleij5-37/+101
2010-10-23mmc: sdhci: mmc_rescan: reduce verbosityEric BĂ©nard1-1/+2
2010-10-23mmc: Make ID freq configurableHein Tibosch2-45/+58
2010-10-23mmc: sdhci: disable MMC_CAP_NEEDS_POLL in nonremovable caseJaehoon Chung1-1/+2
2010-10-23mmc: Add helper function to check if a card is removableMatt Fleming5-3/+11
2010-10-23mmc: Makefile: Fix EXTRA_CFLAGS assignmentmatt mooney4-15/+1
2010-10-23mmc: sdhci: print out controller name for register debugPhilip Rakity1-1/+2
2010-10-23mmc: sdhci: add MMC_CAP_8_BIT_DATA in the host capabilitiesGiuseppe Cavallaro1-1/+1
2010-10-23mmc: sdhci: Enable high-speed support for MMC cardsZhangfei Gao1-1/+1
2010-10-23mmc: SDHC 3.0: correct f_min calculation for SD 3.0 specZhangfei Gao2-3/+12
2010-10-23mmc: SDHC 3.0: Base clock frequency change in spec 3.0Zhangfei Gao2-2/+8
2010-10-23mmc: SDHC 3.0: support 10-bit divided clock modeZhangfei Gao2-5/+25
2010-10-23mmc: sdhci: Make consistent use of CONFIG_MMC_DEBUG for "DEBUG"gingGeorge G. Davis1-1/+1
2010-10-23mmc_test: fix display of .5 KiBAdrian Hunter1-2/+2
2010-10-23mmc_test: fix memory allocation segment limitsAdrian Hunter1-6/+6
2010-10-23mmc_test: move files from sysfs to debugfsAndy Shevchenko1-35/+107
2010-10-23mmc_test: collect data and show it via sysfs by demandAndy Shevchenko1-2/+169
2010-10-23mmc_test: change simple_strtol() to strict_strtol()Andy Shevchenko1-2/+3
2010-10-23mmc_test: use API to check card typeAndy Shevchenko1-1/+1
2010-10-23mmc_test: fix performance tests that go over max_blk_countAdrian Hunter1-48/+135
2010-10-23mmc: Convert "mutex" to semaphoreThomas Gleixner1-1/+1
2010-10-23mmc: rename dev_to_mmc_card() to mmc_dev_to_card()Andy Shevchenko4-10/+10
2010-10-23mmc: make mmc_dev_to_card() macro publicAndy Shevchenko4-5/+4
2010-10-23mmc: Use snprintf, not sprintf.JiebingLi1-1/+2
2010-10-23mmc: USB SD Host Controller (USHC) driverDavid Vrabel3-0/+581
2010-10-23mmc: Remove distinction between hw and phys segmentsMartin K. Petersen24-52/+31
2010-10-23mmc: au1xmmc.c: use resource_size()H Hartley Sweeten1-1/+1
2010-10-23mmc: atmel-mci.c: use resource_size()H Hartley Sweeten1-1/+1
2010-10-23mmc: at91_mci.c: use resource_size()H Hartley Sweeten1-4/+4