summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* mmc: sdhci: allow for eMMC 74 clock generation by controllerPhilip Rakity2010-10-232-0/+5
* mmc: sdhci: highspeed: check for mmc as well as sd cardsPhilip Rakity2010-10-231-2/+3
* mmc: sdhci: Add Moorestown device supportAlan Cox2010-10-231-0/+39
* mmc: sdhci: Intel Medfield supportXiaochen Shen2010-10-231-0/+48
* mmc: sdhci: Allow the probe handler to override slotsAlan Cox2010-10-231-0/+2
* mmc: sdio: support suspend/resume while runtime suspendedOhad Ben-Cohen2010-10-231-0/+29
* mmc: sdio: ensure mmc_sdio_detect is poweredOhad Ben-Cohen2010-10-231-0/+9
* mmc: sdio: enable runtime PM for SDIO functionsOhad Ben-Cohen2010-10-232-3/+40
* mmc: sdio: enable runtime PM for SDIO cardsOhad Ben-Cohen2010-10-231-0/+13
* mmc: sdio: use the generic runtime PM handlersOhad Ben-Cohen2010-10-231-0/+20
* mmc: add runtime PM handlersOhad Ben-Cohen2010-10-231-0/+37
* mmc: sdio: add power_restore supportOhad Ben-Cohen2010-10-231-0/+18
* mmc: propagate power save/restore ops return valueOhad Ben-Cohen2010-10-234-12/+28
* mmc: sdio: fully reconfigure oldcard on resumeOhad Ben-Cohen2010-10-231-9/+0Star
* mmc: sdhci: split up sdhci.h for sdhci-pltfm usersGiuseppe Cavallaro2010-10-231-131/+7Star
* mmc: sdhci: fix "pwr may be used uninitialized" warningGiuseppe Cavallaro2010-10-231-4/+2Star
* mmc: sdhci-pltfm: add suspend/resume functionsGiuseppe Cavallaro2010-10-231-0/+21
* mmc: name mmc queue thread by host indexEthan Du2010-10-231-1/+3
* mmc: refine DDR supportAdrian Hunter2010-10-233-7/+9
* mmc: Fixes for Dual Data Rate (DDR) supportAdrian Hunter2010-10-236-41/+46
* mmc: MMC 4.4 DDR supportHanumath Prasad2010-10-232-5/+42
* mmc: Move regulator handling closer to coreLinus Walleij2010-10-234-36/+80
* mmc: sdhci: mmc_rescan: reduce verbosityEric BĂ©nard2010-10-231-1/+2
* mmc: Make ID freq configurableHein Tibosch2010-10-231-45/+57
* mmc: sdhci: disable MMC_CAP_NEEDS_POLL in nonremovable caseJaehoon Chung2010-10-231-1/+2
* mmc: Add helper function to check if a card is removableMatt Fleming2010-10-234-3/+3
* mmc: Makefile: Fix EXTRA_CFLAGS assignmentmatt mooney2010-10-234-15/+1Star
* mmc: sdhci: print out controller name for register debugPhilip Rakity2010-10-231-1/+2
* mmc: sdhci: add MMC_CAP_8_BIT_DATA in the host capabilitiesGiuseppe Cavallaro2010-10-231-1/+1
* mmc: sdhci: Enable high-speed support for MMC cardsZhangfei Gao2010-10-231-1/+1
* mmc: SDHC 3.0: correct f_min calculation for SD 3.0 specZhangfei Gao2010-10-232-3/+12
* mmc: SDHC 3.0: Base clock frequency change in spec 3.0Zhangfei Gao2010-10-232-2/+8
* mmc: SDHC 3.0: support 10-bit divided clock modeZhangfei Gao2010-10-232-5/+25
* mmc: sdhci: Make consistent use of CONFIG_MMC_DEBUG for "DEBUG"gingGeorge G. Davis2010-10-231-1/+1
* mmc_test: fix display of .5 KiBAdrian Hunter2010-10-231-2/+2
* mmc_test: fix memory allocation segment limitsAdrian Hunter2010-10-231-6/+6
* mmc_test: move files from sysfs to debugfsAndy Shevchenko2010-10-231-35/+107
* mmc_test: collect data and show it via sysfs by demandAndy Shevchenko2010-10-231-2/+169
* mmc_test: change simple_strtol() to strict_strtol()Andy Shevchenko2010-10-231-2/+3
* mmc_test: use API to check card typeAndy Shevchenko2010-10-231-1/+1
* mmc_test: fix performance tests that go over max_blk_countAdrian Hunter2010-10-231-48/+135
* mmc: Convert "mutex" to semaphoreThomas Gleixner2010-10-231-1/+1
* mmc: rename dev_to_mmc_card() to mmc_dev_to_card()Andy Shevchenko2010-10-233-9/+9
* mmc: make mmc_dev_to_card() macro publicAndy Shevchenko2010-10-233-5/+2Star
* mmc: Use snprintf, not sprintf.JiebingLi2010-10-231-1/+2
* mmc: USB SD Host Controller (USHC) driverDavid Vrabel2010-10-233-0/+581
* mmc: Remove distinction between hw and phys segmentsMartin K. Petersen2010-10-2323-50/+30Star
* mmc: au1xmmc.c: use resource_size()H Hartley Sweeten2010-10-231-1/+1
* mmc: atmel-mci.c: use resource_size()H Hartley Sweeten2010-10-231-1/+1
* mmc: at91_mci.c: use resource_size()H Hartley Sweeten2010-10-231-4/+4