summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2017-02-13mmc: mxcmmc: Include interrupt.h in the platform data headerUlf Hansson1-0/+1
2017-02-13mmc: vub300: Remove bogus check of irqs_queuedShawn Lin1-2/+0
2017-02-13mmc: sdio: don't use rocr to check if the card could support UHS modeShawn Lin1-7/+17
2017-02-13mmc: sdio: Factor out retry init card helper functionShawn Lin1-4/+10
2017-02-13mmc: core: Use kmalloc_array() in mmc_alloc_sg()Markus Elfring1-1/+1
2017-02-13mmc: mmc_test: Use kcalloc() in mmc_test_alloc_mem()Markus Elfring1-2/+1
2017-02-13mmc: mmc_test: Improve a size determination in five functionsMarkus Elfring1-6/+5
2017-02-13mmc: mmc_test: Combine substrings for 5 messagesMarkus Elfring1-10/+5
2017-02-13mmc: mmc_test: Add some spaces for better code readabilityMarkus Elfring1-21/+21
2017-02-13mmc: mmc_test: Use seq_puts() in mtf_testlist_show()Markus Elfring1-1/+1
2017-02-13mmc: mmc_test: Fix a typo in a comment lineMarkus Elfring1-1/+1
2017-02-13mmc: mmc_test: Use kmalloc_array() in mmc_test_area_init()Markus Elfring1-1/+1
2017-02-13mmc: host: tmio: drop superfluous exit pathWolfram Sang1-14/+6
2017-02-13mmc: slot-gpio: Don't override con_id when request descriptorAndy Shevchenko1-6/+0
2017-02-13mmc: sdhci-pci: Remove unused member cd_con_idAndy Shevchenko2-3/+1
2017-02-13mmc: mediatek: correct the implementation of msdc_card_busyyong mao1-5/+2
2017-02-13mmc: sdhci-of-esdhc: remove default broken-cd for ARMyangbo lu1-8/+10
2017-02-13mmc: sdhci-esdhc: clean up register definitionsyangbo lu1-19/+20
2017-02-13mmc: dw_mmc: zx: Initial support for ZX mmc controllerJun Nie4-0/+282
2017-02-13mmc: dt-bindings: add ZTE ZX296718 MMC bindingsJun Nie1-0/+33
2017-02-13mmc: dw_mmc: Add fifo watermark alignment propertyJun Nie2-2/+12
2017-02-13mmc: dw_mmc: Add fifo address propertyJun Nie2-1/+7
2017-02-13Documentation: synopsys-dw-mshc: add binding for fifo quirksJun Nie1-0/+13
2017-02-13mmc: host: Include interrupt.h in mmc host drivers that depends on itUlf Hansson8-0/+8
2017-02-13mmc: sdhci: Include leds.hUlf Hansson1-0/+1
2017-02-13mmc: sdhci-cadence: Include mmc.hUlf Hansson1-0/+1
2017-02-13mmc: dw_mmc: Remove the public dw_mmc header fileUlf Hansson9-281/+257
2017-02-13mmc: sh_mmcif: Remove unused clk_ctrl2_present from the platform dataUlf Hansson2-2/+1
2017-02-13mmc: sh_mmcif: Remove unused ccs_unsupported from the platform dataUlf Hansson2-2/+1
2017-02-13mmc: sh_mmcif: Remove unused ->get_cd() platform callbackUlf Hansson2-18/+1
2017-02-13mmc: sh_mmcif: Remove unused use_cd_gpio/cd_gpio from platform dataUlf Hansson2-8/+0
2017-02-13mmc: Removed the unused public mmc boot.h headerUlf Hansson1-7/+0
2017-02-13sh: sh7724: Don't use a public mmc header for MMC_PROGRESS*Ulf Hansson1-5/+11