summaryrefslogtreecommitdiffstats
path: root/block/blk-integrity.c (unfollow)
Commit message (Expand)AuthorFilesLines
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: explain clock bindingsChris Brandt1-0/+13
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
2017-02-13mmc: host: tmio: SDIO_STATUS_QUIRK is rather SDIO_STATUS_SETBITSWolfram Sang3-9/+5
2017-02-13mmc: host: tmio: refactor calls to sdio irqWolfram Sang1-3/+2
2017-02-13mmc: pwrseq: add support for Marvell SD8787 chipMatt Ranostay3-0/+128
2017-02-13devicetree: document new marvell-8xxx and pwrseq-sd8787 optionsMatt Ranostay2-1/+22
2017-02-13mmc: host: tmio: disable clocks when unbindingWolfram Sang1-2/+9
2017-02-13mmc: sdhci-msm: Provide enhanced_strobe mode feature supportRitesh Harjani1-9/+25
2017-02-13mmc: sdhci-msm: Make HS400 tuning follow as per recommeneded HW sequenceRitesh Harjani1-2/+14
2017-02-13mmc: sdhci: Clear SDHCI_HS400_TUNING flag after platform_execute_tuningRitesh Harjani1-2/+4
2017-02-13mmc: sdhci-msm: configure CORE_CSR_CDC_DELAY_CFG to recommended valueSubhash Jadavani1-1/+1
2017-02-13mmc: sdhci-msm: Reset vendor specific func register on probeVenkat Gopalakrishnan1-11/+4
2017-02-13mmc: sdhci-msm: Factor out sdhci_msm_hs400Ritesh Harjani1-6/+26
2017-02-13mmc: sdhci-msm: Factor out function to set/get msm clock rateRitesh Harjani1-24/+40
2017-02-13mmc: sdhci-msm: Factor out sdhci_msm_hc_select_modeRitesh Harjani1-87/+114
2017-02-13mmc: mxs-mmc: Implement CMD23 supportStefan Wahren1-4/+12
2017-02-13mmc: wbsd: safer check if dma_addr is valid DMA addressAlexey Khoroshilov1-2/+5
2017-02-13mmc: sdhci-acpi: support deferred probeZhang Rui1-1/+4
2017-02-13mmc: core: Don't use extern declarations of public mmc functionsUlf Hansson1-8/+9
2017-02-13mmc: core: Move public functions from host.h to private headersUlf Hansson8-47/+56
2017-02-13mmc: core: Move public functions from card.h to private headersUlf Hansson16-242/+263
2017-02-13mmc: vub300: Don't use mmc_card_present() when validating for inserted cardUlf Hansson1-4/+2
2017-02-13mmc: omap: Don't use mmc_card_present() when validating for inserted cardUlf Hansson1-1/+1
2017-02-13mmc: core: Remove unused struct _mmc_csd from public mmc.h headerUlf Hansson1-44/+0
2017-02-13mmc: core: Move erase/trim/discard defines from public core.h to mmc.hUlf Hansson2-11/+12
2017-02-13mmc: core: Move some host specific public functions to host.hUlf Hansson2-6/+6
2017-02-13mmc: core: Move public functions from core.h to private headersUlf Hansson10-51/+58
2017-02-13mmc: core: First step in cleaning up private mmc header filesUlf Hansson13-4/+54
2017-02-13mmc: core: First step in cleaning up public mmc header filesUlf Hansson5-11/+8
2017-02-13mmc: s3cmci: include linux/interrupt.h for tasklet_structArnd Bergmann1-0/+1
2017-02-13MIPS: Alchemy: Don't rely on public mmc header to include interrupt.hUlf Hansson1-0/+1
2017-02-13ARM: davinci: Don't rely on public mmc header to include interrupt.hUlf Hansson1-0/+1
2017-02-13ARM: davinci: Don't rely on public mmc header to include leds.hUlf Hansson3-0/+3
2017-02-13ARM: pxa: Don't rely on public mmc header to include leds.hUlf Hansson7-0/+7
2017-02-13mmc: dt-bindings: Fix typo in mmcMasanari Iida4-4/+4
2017-02-13mmc: tmio: Remove redundant check of mmc->slot.cd_irqUlf Hansson1-2/+1
2017-02-13mmc: sdhci-of-esdhc: avoid clock glitch when frequency is changingyangbo lu2-3/+23
2017-02-13mmc: sdhci-pci: Add support for HS200 tuning mode on AMD, eMMC-4.5.1Shyam Sundar S K1-3/+91