aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core
Commit message (Expand)AuthorAgeFilesLines
* mmc: initialize struct mmc_request at declaration timeChris Ball2011-05-244-22/+8
* mmc: initialize struct mmc_data at declaration timeChris Ball2011-05-243-12/+6
* mmc: initialize struct mmc_command at declaration timeChris Ball2011-05-244-70/+26
* mmc: core: Fix use of uninitialized data in mmc_send_if_cond.Chris Ball2011-05-241-0/+2
* mmc: core: Fix use of uninitialized data in mmc_cmd_app.Andrei Warkentin2011-05-241-0/+2
* mmc: MMC boot partitions support.Andrei Warkentin2011-05-241-5/+17
* mmc: core: Allow setting CMD timeout for CMD6 (SWITCH).Andrei Warkentin2011-05-243-8/+23
* mmc: core: Rename erase_timeout to cmd_timeout_ms.Andrei Warkentin2011-05-241-18/+21
* mmc: quirks: Extends card quirks with MMC/SD quirks matching the CID.Andrei Warkentin2011-05-243-54/+43
* mmc: core: fix memory leak in mmc_add_hostWolfram Sang2011-05-241-2/+2
* mmc: quirks: wl1271 is MMC_QUIRK_DISABLE_CDOhad Ben-Cohen2011-05-241-0/+2
* mmc: add MMC_QUIRK_DISABLE_CDOhad Ben-Cohen2011-05-241-1/+1
* mmc: quirks: wl1271 is MMC_QUIRK_NONSTD_FUNC_IFOhad Ben-Cohen2011-05-241-0/+2
* mmc: add MMC_QUIRK_NONSTD_FUNC_IFOhad Ben-Cohen2011-05-241-0/+6
* mmc: do not switch to 1-bit mode if not requiredOhad Ben-Cohen2011-05-241-2/+2
* mmc: mmc_card_keep_power cleanupsOhad Ben-Cohen2011-05-242-7/+7
* mmc: Reliable write support.Andrei Warkentin2011-05-241-0/+5
* mmc: Ensure linux starts in eMMC user partitionPhilip Rakity2011-05-241-0/+10
* mmc: fix a race between card-detect rescan and clock-gate work instancesGuennadi Liakhovetski2011-04-271-5/+4
* mmc: core: mmc_add_card(): fix missing break in switch statementMichał Mirosław2011-04-271-0/+1
* Fix common misspellingsLucas De Marchi2011-03-313-3/+3
* mmc: fix mmc_app_send_scr() for dma transferYoshihiro Shimoda2011-03-251-1/+13
* mmc: core: reset card voltage after power offUlf Hansson2011-03-171-0/+7
* mmc: core: export function mmc_do_release_host()Ulf Hansson2011-03-171-1/+9
* mmc: sdio: remember new card RCA when redetecting cardStefan Nilsson XK2011-03-171-0/+8
* mmc: check if mmc cards < 2GB do sector addressingPhilip Rakity2011-03-161-1/+11
* mmc: core: comment on why sdio_reset is done at init timePhilip Rakity2011-03-161-0/+6
* mmc: Ensure prototypes for SD API are visible in sd.cMark Brown2011-03-151-0/+1
* mmc: remove BROKEN_CLK_GATING quirk for wl1271Pierre Tardy2011-03-151-1/+11
* mmc: add MMC_QUIRK_BROKEN_CLK_GATINGPierre Tardy2011-03-152-4/+14
* mmc: add per device quirk placeholderPierre Tardy2011-03-154-1/+66
* mmc: put the led blinking code after clock ungatingPierre Tardy2011-03-151-2/+1
* mmc: export eMMC4.4 enhanced area details to sysfsChuanxiao Dong2011-03-151-0/+74
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds2011-03-091-1/+1
|\
| * mmc: fix CONFIG_MMC_UNSAFE_RESUME regressionOhad Ben-Cohen2011-03-081-1/+1
* | mmc: sdio: Allow sdio operations in other threads during sdio_add_func()Dmitry Shmidt2011-03-071-2/+1
|/
* mmc: fix division by zero in MMC coreLinus Walleij2011-01-081-2/+3
* mmc: Register debugfs dir before calling card probe function.Viresh Kumar2011-01-081-4/+4
* 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: check for > 1 clk_requests when disabling gatingLinus Walleij2011-01-081-1/+2
* mmc: Test bus-width for old MMC devicesAries Lee2011-01-083-29/+149
* 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-083-1/+8
* mmc: Aggressive clock gating frameworkLinus Walleij2011-01-086-2/+305
* Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-01-071-1/+1
|\