summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* mmc: core: Move public functions from core.h to private headersUlf Hansson2017-02-139-1/+58
* mmc: core: First step in cleaning up private mmc header filesUlf Hansson2017-02-1313-4/+54
* mmc: s3cmci: include linux/interrupt.h for tasklet_structArnd Bergmann2017-02-131-0/+1
* mmc: tmio: Remove redundant check of mmc->slot.cd_irqUlf Hansson2017-02-131-2/+1
* 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: vub300: Remove bogus check of irqs_queuedShawn Lin2017-02-131-2/+0
* 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/+1
* mmc: mmc_test: Improve a size determination in five functionsMarkus Elfring2017-02-131-6/+5
* mmc: mmc_test: Combine substrings for 5 messagesMarkus Elfring2017-02-131-10/+5
* 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/+6
* mmc: slot-gpio: Don't override con_id when request descriptorAndy Shevchenko2017-02-131-6/+0
* mmc: sdhci-pci: Remove unused member cd_con_idAndy Shevchenko2017-02-132-3/+1
* mmc: mediatek: correct the implementation of msdc_card_busyyong mao2017-02-131-5/+2
* 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: dw_mmc: Add fifo watermark alignment propertyJun Nie2017-02-132-2/+12
* mmc: dw_mmc: Add fifo address propertyJun Nie2017-02-132-1/+7
* 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-137-6/+257
* mmc: sh_mmcif: Remove unused clk_ctrl2_present from the platform dataUlf Hansson2017-02-131-1/+1
* mmc: sh_mmcif: Remove unused ccs_unsupported from the platform dataUlf Hansson2017-02-131-1/+1
* mmc: sh_mmcif: Remove unused ->get_cd() platform callbackUlf Hansson2017-02-131-17/+1
* mmc: sh_mmcif: Remove unused use_cd_gpio/cd_gpio from platform dataUlf Hansson2017-02-131-6/+0
* 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
* mmc: block: Replace "goto retry" by a proper do / while loopGeert Uytterhoeven2017-02-131-15/+13
* mmc: block: Avoid uninitialized warning in mmc_blk_issue_discard_rq()Geert Uytterhoeven2017-02-131-1/+2
* mmc: core: Export device lifetime information through sysfsJungseung Lee2017-02-131-0/+12
* mmc: sh_mobile_sdhi: enable HS200Wolfram Sang2017-02-131-1/+3
* mmc: sh_mobile_sdhi: remove superfluous check in SCC error checkWolfram Sang2017-02-131-6/+1
* mmc: sh_mobile_sdhi: remove superfluous check in init_tuningWolfram Sang2017-02-131-3/+0
* mmc: sh_mobile_sdhi: remove superfluous check in hw_resetWolfram Sang2017-02-131-3/+0
* mmc: sh_mobile_sdhi: improve prerequisites for tuningWolfram Sang2017-02-131-5/+6
* mmc: sh_mobile_sdhi: improve prerequisite for hw_resetWolfram Sang2017-02-131-16/+14
* mmc: sh_mobile_sdhi: simplify accessing DT dataWolfram Sang2017-02-131-10/+4
* mmc: tmio: use SDIO master interrupt bit only when allowedWolfram Sang2017-02-131-3/+4
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-02-112-9/+23
|\
| * Merge tag 'irqchip-fixes-4.10' of git://git.infradead.org/users/jcooper/linux...Thomas Gleixner2017-02-102-9/+23
| |\