summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-02-14mmc: meson-gx: remove unneeded checks in removeHeiner Kallweit1-6/+2
2017-02-14mmc: meson-gx: reduce bounce buffer sizeHeiner Kallweit1-1/+1
2017-02-14mmc: meson-gx: set max block count and request sizeHeiner Kallweit1-0/+3
2017-02-14mmc: meson-gx: improve interrupt handlingHeiner Kallweit1-5/+4
2017-02-14mmc: meson-gx: improve meson_mmc_irq_threadHeiner Kallweit1-9/+6
2017-02-14mmc: meson-gx: improve meson_mmc_clk_setHeiner Kallweit1-18/+24
2017-02-14mmc: meson-gx: minor improvements in meson_mmc_set_iosHeiner Kallweit1-2/+0
2017-02-14mmc: meson: Assign the minimum clk rate as close to 400KHz as possibleUlf Hansson1-14/+6
2017-02-14mmc: core: start to break apart mmc_start_areq()Linus Walleij1-22/+43
2017-02-14mmc: block: respect bool returned from blk_end_request()Linus Walleij1-25/+24
2017-02-14mmc: block: return errorcode from mmc_sd_num_wr_blocks()Linus Walleij1-8/+11
2017-02-13mmc: queue: turn queue flags into boolsLinus Walleij3-12/+11
2017-02-13mmc: block: rename mmc_active to areqLinus Walleij2-8/+8
2017-02-13mmc: block: refactor mmc_blk_rw_try_restart()Linus Walleij1-14/+21
2017-02-13mmc: core: rename mmc_start_req() to *areq()Linus Walleij3-15/+15
2017-02-13mmc: block: rename rqc and reqLinus Walleij1-28/+28
2017-02-13mmc: block: inline the command abort and start new goto:sLinus Walleij1-19/+27
2017-02-13mmc: core: switch to ida_simple_ functions in block.cHeiner Kallweit1-26/+5
2017-02-13mmc: host: omap_hsmmc: avoid possible overflow of timeout valueRavikumar Kattekola1-4/+5
2017-02-13mmc: host: omap_hsmmc: use generic_cmd6_time to program timeout value for CMD6Kishon Vijay Abraham I1-6/+14
2017-02-13mmc: host: omap_hsmmc: reset cmd line on ceb errorRavikumar Kattekola1-1/+1
2017-02-13mmc: dw_mmc: silent verbose log when calling from PM contextShawn Lin1-5/+7
2017-02-13mmc: core/mmci: restore pre/post_req behaviourLinus Walleij3-11/+8
2017-02-13mmc: sunxi: Add more debug informationsMaxime Ripard1-4/+19
2017-02-13mmc: sunxi: Add EMMC (MMC2) controller compatibleMaxime Ripard1-0/+8
2017-02-13mmc: sunxi: Mask DATA0 when updating the clockMaxime Ripard1-1/+13
2017-02-13mmc: sunxi: Enable the new timings for the A64 MMC controllersMaxime Ripard1-0/+6
2017-02-13mmc: sunxi: Always set signal delay to 0 for A64Maxime Ripard1-33/+17
2017-02-13mmc: sunxi: Gate the clock when rate is 0Maxime Ripard1-1/+4
2017-02-13mmc: sunxi: Fix clock frequency change sequenceMaxime Ripard1-4/+4
2017-02-13mmc: core: fix error path in mmc_host_allocHeiner Kallweit1-0/+2
2017-02-13mmc: core: simplify ida handlingHeiner Kallweit1-16/+4
2017-02-13mmc: sdhci-msm: Remove unnecessary comments of CDC init sequenceRitesh Harjani1-13/+1
2017-02-13mmc: sdhci-msm: Remove platform_execute_tuning from sdhci_msm_opsRitesh Harjani1-3/+4
2017-02-13mmc: core: Extend mmc_of_parse() to check for mmc-ddr-3_3vUlf Hansson1-0/+2
2017-02-13mmc: core: Invent MMC_CAP_3_3V_DDRUlf Hansson1-4/+7
2017-02-13mmc: core: Rename __mmc_set_signal_voltage() to mmc_set_signal_voltage()Ulf Hansson3-14/+14
2017-02-13mmc: core: Clarify usage of mmc_set_signal_voltage()Ulf Hansson4-7/+5
2017-02-13mmc: core: Remove redundant code in mmc_set_signal_voltage()Ulf Hansson1-7/+0
2017-02-13mmc: sh_mobile_sdhi: add support for 2 clocksChris Brandt1-0/+23
2017-02-13mmc: meson: cleanup stray debug messagesKevin Hilman1-3/+4
2017-02-13mmc: block: stop passing around pointless return valuesLinus Walleij2-25/+15
2017-02-13mmc: block: introduce new_areq and old_areqLinus Walleij1-6/+8
2017-02-13mmc: block: inline command abortionsLinus Walleij1-5/+13
2017-02-13mmc: block: do not assign mq_rq when aborting commandLinus Walleij1-1/+0
2017-02-13mmc: block: break out mmc_blk_rw_start_new()Linus Walleij1-10/+17
2017-02-13mmc: block: break out mmc_blk_rw_cmd_abort()Linus Walleij1-5/+12
2017-02-13mmc: sdhci-s3c: use the bitops API for bit operationJaehoon Chung1-20/+21
2017-02-13mmc: sdhci-s3c: remove the sdhci-s3c-regs header fileJaehoon Chung2-88/+69
2017-02-13mmc: tmio: discard obsolete SDIO irqs before enabling irqsWolfram Sang2-2/+13