summaryrefslogtreecommitdiff
path: root/drivers/mmc/core
AgeCommit message (Expand)AuthorFilesLines
2011-05-25mmc: core: Rename erase_timeout to cmd_timeout_ms.Andrei Warkentin1-18/+21
2011-05-25mmc: quirks: Extends card quirks with MMC/SD quirks matching the CID.Andrei Warkentin3-54/+43
2011-05-25mmc: core: fix memory leak in mmc_add_hostWolfram Sang1-2/+2
2011-05-25mmc: quirks: wl1271 is MMC_QUIRK_DISABLE_CDOhad Ben-Cohen1-0/+2
2011-05-25mmc: add MMC_QUIRK_DISABLE_CDOhad Ben-Cohen1-1/+1
2011-05-25mmc: quirks: wl1271 is MMC_QUIRK_NONSTD_FUNC_IFOhad Ben-Cohen1-0/+2
2011-05-25mmc: add MMC_QUIRK_NONSTD_FUNC_IFOhad Ben-Cohen1-0/+6
2011-05-25mmc: do not switch to 1-bit mode if not requiredOhad Ben-Cohen1-2/+2
2011-05-25mmc: mmc_card_keep_power cleanupsOhad Ben-Cohen2-7/+7
2011-05-25mmc: Reliable write support.Andrei Warkentin1-0/+5
2011-05-25mmc: Ensure linux starts in eMMC user partitionPhilip Rakity1-0/+10
2011-05-16Revert "mmc: fix a race between card-detect rescan and clock-gate work instan...Chris Ball1-4/+5
2011-04-28mmc: fix a race between card-detect rescan and clock-gate work instancesGuennadi Liakhovetski1-5/+4
2011-04-28mmc: core: mmc_add_card(): fix missing break in switch statementMichał Mirosław1-0/+1
2011-03-31Fix common misspellingsLucas De Marchi3-3/+3
2011-03-25mmc: fix mmc_app_send_scr() for dma transferYoshihiro Shimoda1-1/+13
2011-03-17mmc: core: reset card voltage after power offUlf Hansson1-0/+7
2011-03-17mmc: core: export function mmc_do_release_host()Ulf Hansson1-1/+9
2011-03-17mmc: sdio: remember new card RCA when redetecting cardStefan Nilsson XK1-0/+8
2011-03-16mmc: check if mmc cards < 2GB do sector addressingPhilip Rakity1-1/+11
2011-03-16mmc: core: comment on why sdio_reset is done at init timePhilip Rakity1-0/+6
2011-03-15mmc: Ensure prototypes for SD API are visible in sd.cMark Brown1-0/+1
2011-03-15mmc: remove BROKEN_CLK_GATING quirk for wl1271Pierre Tardy1-1/+11
2011-03-15mmc: add MMC_QUIRK_BROKEN_CLK_GATINGPierre Tardy2-4/+14
2011-03-15mmc: add per device quirk placeholderPierre Tardy4-1/+66
2011-03-15mmc: put the led blinking code after clock ungatingPierre Tardy1-2/+1
2011-03-15mmc: export eMMC4.4 enhanced area details to sysfsChuanxiao Dong1-0/+74
2011-03-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds1-1/+1
2011-03-09mmc: fix CONFIG_MMC_UNSAFE_RESUME regressionOhad Ben-Cohen1-1/+1
2011-03-08mmc: sdio: Allow sdio operations in other threads during sdio_add_func()Dmitry Shmidt1-2/+1
2011-01-09mmc: fix division by zero in MMC coreLinus Walleij1-2/+3
2011-01-09mmc: Register debugfs dir before calling card probe function.Viresh Kumar1-4/+4
2011-01-09mmc: Explain why we make adjacent mmc_bus_{put,get} calls during rescan.Chris Ball1-2/+4
2011-01-09mmc: Fix sd/sdio/mmc initialization frequency retriesAndy Ross5-99/+68
2011-01-09mmc: fix mmc_set_bus_width_ddr() call without bus-width-test capTakashi Iwai1-2/+2
2011-01-09mmc: check for > 1 clk_requests when disabling gatingLinus Walleij1-1/+2
2011-01-09mmc: Test bus-width for old MMC devicesAries Lee3-29/+149
2011-01-09mmc: fix detection of memory part of SD-combo card with broken SDIOMichal Miroslaw1-0/+5
2011-01-09mmc: sdio: don't reinitialize nonremovable powered-resumed cardsOhad Ben-Cohen1-2/+14
2011-01-09mmc: sdio: don't power up cards on system suspendOhad Ben-Cohen2-32/+13
2011-01-09mmc: skip detection of nonremovable cards on rescanOhad Ben-Cohen1-2/+6
2011-01-09mmc: Add support for JMicron 388 SD/MMC controllerTakashi Iwai3-1/+8
2011-01-09mmc: Aggressive clock gating frameworkLinus Walleij6-2/+305
2011-01-08Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2010-12-24mmc: update workqueue usagesTejun Heo1-1/+1
2010-12-21mmc: Fix re-probing with PM_POST_RESTORE notificationTakashi Iwai1-0/+1
2010-11-20mmc: sdio: fix runtime PM anomalies by introducing MMC_CAP_POWER_OFF_CARDOhad Ben-Cohen2-25/+45
2010-11-20mmc: sdio: fix nasty oops in mmc_sdio_detectOhad Ben-Cohen1-3/+13
2010-11-12mmc: fix rmmod race for hosts using card-detection pollingGuennadi Liakhovetski1-1/+1
2010-11-08mmc: Fix printing of card DDR typePhilip Rakity1-2/+6