summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* mmc: block: Fix 4K native sector checkAdrian Hunter2016-12-051-3/+5
* mmc: block: Restore line inadvertently removed with packed commandsAdrian Hunter2016-12-051-0/+2
* mmc: sdhci-of-esdhc: fix host version for T4240-R1.0-R2.0yangbo lu2016-11-292-0/+21
* mmc: block: delete packed command supportLinus Walleij2016-11-293-535/+20Star
* mmc: delete is_first_req parameter from pre-request callbackLinus Walleij2016-11-298-21/+11Star
* mmc: core: Update CMD13 polling policy when switch to HS DDR modeUlf Hansson2016-11-291-7/+6Star
* mmc: core: Allow CMD13 polling when switching to HS mode for mmcUlf Hansson2016-11-291-11/+13
* mmc: core: Enable __mmc_switch() to change bus speed timing for the hostUlf Hansson2016-11-294-17/+27
* mmc: core: Check SWITCH_ERROR bit from each CMD13 response when pollingUlf Hansson2016-11-291-4/+8
* mmc: core: Rename ignore_crc to retry_crc_err to reflect its purposeUlf Hansson2016-11-292-6/+6
* mmc: core: Remove redundant __mmc_send_status()Ulf Hansson2016-11-291-9/+1Star
* mmc: core: Retry instead of ignore at CRC errors when polling for busyUlf Hansson2016-11-291-3/+6
* mmc: sdhci-pci: Allow deferred probe for sd card detect gpioDavid E. Box2016-11-291-5/+10
* mmc: sdhci-pci: Add support for Intel GLKAdrian Hunter2016-11-292-1/+29
* sdhci: sdhci-msm: update dll configurationRitesh Harjani2016-11-291-2/+123
* mmc: sdhci-msm: Add calibration tuning for CDCLP533 circuitRitesh Harjani2016-11-291-0/+151
* mmc: sdhci-msm: Save the calculated tuning phaseRitesh Harjani2016-11-291-0/+10
* mmc: sdhci-msm: Add HS400 platform supportVenkat Gopalakrishnan2016-11-291-10/+112
* mmc: sdhci-msm: Add clock changes for DDR mode.Ritesh Harjani2016-11-291-4/+17
* mmc: sdhci-msm: Implement set_clock callback for sdhci-msmRitesh Harjani2016-11-291-1/+65
* mmc: sdhci: Factor out sdhci_enable_clkRitesh Harjani2016-11-292-11/+18
* mmc: sdhci-msm: Enable few quirksRitesh Harjani2016-11-291-1/+3
* mmc: sdhci-msm: Add get_min_clock() and get_max_clock() callbackRitesh Harjani2016-11-291-0/+17
* mmc: sdhci-msm: Update DLL reset sequenceVenkat Gopalakrishnan2016-11-291-0/+60
* mmc: sdhci-msm: Change poor style writel/readl of registersRitesh Harjani2016-11-291-30/+32
* mmc: dw_mmc: The "clock-freq-min-max" property was deprecatedJaehoon Chung2016-11-291-0/+2
* mmc: dw_mmc: remove the unnecessary mmc_data structureJaehoon Chung2016-11-291-4/+2Star
* mmc: dw_mmc: use the cookie's enum values for post/pre_req()Jaehoon Chung2016-11-291-20/+19Star
* mmc: dw_mmc: call the dw_mci_prep_stop_abort() by defaultJaehoon Chung2016-11-291-10/+5Star
* mmc: dw_mmc: use the hold register when send stop commandJaehoon Chung2016-11-291-0/+3
* mmc: dw_mmc: change the DW_MCI_FREQ_MIN from 400K to 100KJaehoon Chung2016-11-291-1/+1
* mmc: dw_mmc: fix the debug message for checking card's presentJaehoon Chung2016-11-291-5/+2Star
* mmc: dw_mmc: display the real register value on debugfsJaehoon Chung2016-11-291-6/+8
* mmc: dw_mmc: fix spelling mistake in dev_dbg messageColin Ian King2016-11-291-2/+2
* mmc: block: move packed command struct initLinus Walleij2016-11-293-46/+43Star
* mmc: block: rename data to blkdataLinus Walleij2016-11-292-11/+12
* mmc: block: use mmc_req_is_special()Linus Walleij2016-11-291-3/+1Star
* mmc: davinci: request gpios using gpio descriptorsahaslam@baylibre.com2016-11-291-1/+12
* mmc: davinci: use mmc_of_parse to parse common mmc configurationahaslam@baylibre.com2016-11-291-64/+55Star
* mmc: tmio: remove SDIO from TODO listWolfram Sang2016-11-291-1/+0Star
* mmc: tmio: fix wrong bitmask for SDIO irqsWolfram Sang2016-11-291-1/+1
* mmc: wbsd: implement check for dma mapping errorAlexey Khoroshilov2016-11-291-4/+7
* mmc: mmc_test: Uninitialized return valueDan Carpenter2016-11-291-1/+1
* mmc: sdhci: remove unneeded (void *) casts in sdhci_(pltfm_)priv()Masahiro Yamada2016-11-292-2/+2
* mmc: sdhci-iproc: support standard byte register accessesScott Branden2016-11-291-2/+33
* mmc: sh_mobile_sdhi: Add tuning supportSimon Horman2016-11-291-1/+264
* mmc: tmio: Add tuning supportAi Kyuse2016-11-292-0/+76
* mmc: tmio: Add hw reset supportAi Kyuse2016-11-292-0/+10
* mmc: tmio: document mandatory and optional callbacksSimon Horman2016-11-291-1/+4
* mmc: tmio: enhance illegal sequence handlingAi Kyuse2016-11-291-6/+9