summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mmc: core: Move erase/trim/discard defines from public core.h to mmc.hUlf Hansson2017-02-132-11/+12
* mmc: core: Move some host specific public functions to host.hUlf Hansson2017-02-132-6/+6
* mmc: core: Move public functions from core.h to private headersUlf Hansson2017-02-1310-51/+58
* mmc: core: First step in cleaning up private mmc header filesUlf Hansson2017-02-1313-4/+54
* mmc: core: First step in cleaning up public mmc header filesUlf Hansson2017-02-135-11/+8Star
* mmc: s3cmci: include linux/interrupt.h for tasklet_structArnd Bergmann2017-02-131-0/+1
* MIPS: Alchemy: Don't rely on public mmc header to include interrupt.hUlf Hansson2017-02-131-0/+1
* ARM: davinci: Don't rely on public mmc header to include interrupt.hUlf Hansson2017-02-131-0/+1
* ARM: davinci: Don't rely on public mmc header to include leds.hUlf Hansson2017-02-133-0/+3
* ARM: pxa: Don't rely on public mmc header to include leds.hUlf Hansson2017-02-137-0/+7
* mmc: dt-bindings: Fix typo in mmcMasanari Iida2017-02-134-4/+4
* mmc: tmio: Remove redundant check of mmc->slot.cd_irqUlf Hansson2017-02-131-2/+1Star
* mmc: sdhci-of-esdhc: avoid clock glitch when frequency is changingyangbo lu2017-02-132-3/+23
* mmc: sdhci-pci: Add support for HS200 tuning mode on AMD, eMMC-4.5.1Shyam Sundar S K2017-02-131-3/+91
* mmc: mxcmmc: Include interrupt.h in the platform data headerUlf Hansson2017-02-131-0/+1
* mmc: vub300: Remove bogus check of irqs_queuedShawn Lin2017-02-131-2/+0Star
* mmc: sdio: don't use rocr to check if the card could support UHS modeShawn Lin2017-02-131-7/+17
* mmc: sdio: Factor out retry init card helper functionShawn Lin2017-02-131-4/+10
* mmc: core: Use kmalloc_array() in mmc_alloc_sg()Markus Elfring2017-02-131-1/+1
* mmc: mmc_test: Use kcalloc() in mmc_test_alloc_mem()Markus Elfring2017-02-131-2/+1Star
* mmc: mmc_test: Improve a size determination in five functionsMarkus Elfring2017-02-131-6/+5Star
* mmc: mmc_test: Combine substrings for 5 messagesMarkus Elfring2017-02-131-10/+5Star
* mmc: mmc_test: Add some spaces for better code readabilityMarkus Elfring2017-02-131-21/+21
* mmc: mmc_test: Use seq_puts() in mtf_testlist_show()Markus Elfring2017-02-131-1/+1
* mmc: mmc_test: Fix a typo in a comment lineMarkus Elfring2017-02-131-1/+1
* mmc: mmc_test: Use kmalloc_array() in mmc_test_area_init()Markus Elfring2017-02-131-1/+1
* mmc: host: tmio: drop superfluous exit pathWolfram Sang2017-02-131-14/+6Star
* mmc: slot-gpio: Don't override con_id when request descriptorAndy Shevchenko2017-02-131-6/+0Star
* mmc: sdhci-pci: Remove unused member cd_con_idAndy Shevchenko2017-02-132-3/+1Star
* mmc: mediatek: correct the implementation of msdc_card_busyyong mao2017-02-131-5/+2Star
* mmc: sdhci-of-esdhc: remove default broken-cd for ARMyangbo lu2017-02-131-8/+10
* mmc: sdhci-esdhc: clean up register definitionsyangbo lu2017-02-131-19/+20
* mmc: dw_mmc: zx: Initial support for ZX mmc controllerJun Nie2017-02-134-0/+282
* mmc: dt-bindings: add ZTE ZX296718 MMC bindingsJun Nie2017-02-131-0/+33
* mmc: dw_mmc: Add fifo watermark alignment propertyJun Nie2017-02-132-2/+12
* mmc: dw_mmc: Add fifo address propertyJun Nie2017-02-132-1/+7
* Documentation: synopsys-dw-mshc: add binding for fifo quirksJun Nie2017-02-131-0/+13
* mmc: host: Include interrupt.h in mmc host drivers that depends on itUlf Hansson2017-02-138-0/+8
* mmc: sdhci: Include leds.hUlf Hansson2017-02-131-0/+1
* mmc: sdhci-cadence: Include mmc.hUlf Hansson2017-02-131-0/+1
* mmc: dw_mmc: Remove the public dw_mmc header fileUlf Hansson2017-02-139-281/+257Star
* mmc: sh_mmcif: Remove unused clk_ctrl2_present from the platform dataUlf Hansson2017-02-132-2/+1Star
* mmc: sh_mmcif: Remove unused ccs_unsupported from the platform dataUlf Hansson2017-02-132-2/+1Star
* mmc: sh_mmcif: Remove unused ->get_cd() platform callbackUlf Hansson2017-02-132-18/+1Star
* mmc: sh_mmcif: Remove unused use_cd_gpio/cd_gpio from platform dataUlf Hansson2017-02-132-8/+0Star
* mmc: Removed the unused public mmc boot.h headerUlf Hansson2017-02-131-7/+0Star
* sh: sh7724: Don't use a public mmc header for MMC_PROGRESS*Ulf Hansson2017-02-131-5/+11
* mmc: sdhci-iproc: Increase max_blk_size for bcm2835Stefan Wahren2017-02-131-1/+3
* mmc: sdhci-iproc: Apply caps from bcm2835-mmc driverStefan Wahren2017-02-131-3/+6
* mmc: use empty initializer list to zero-clear structuresMasahiro Yamada2017-02-1310-73/+73