summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mmc-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2018-04-0328-257/+842
|\
| * mmc: renesas_sdhi: replace EXT_ACC with HOST_MODEMasaharu Hayakawa2018-03-221-3/+3
| * mmc: update sdio_claim_irq documentationJoel Cunningham2018-03-221-2/+2
| * mmc: Export host capabilities to debugfs.Abbas Raza2018-03-221-0/+6
| * Merge branch 'fixes' into nextUlf Hansson2018-03-211-1/+1
| |\
| * \ Merge branch 'fixes' into nextUlf Hansson2018-03-161-2/+4
| |\ \
| * \ \ Merge branch 'fixes' into nextUlf Hansson2018-03-151-1/+7
| |\ \ \
| * | | | mmc: core: Disable HPI for certain Micron (Numonyx) eMMC cardsDirk Behme2018-03-152-0/+7
| * | | | mmc: block: fix updating ext_csd caches on ioctl callBastian Stender2018-03-151-0/+19
| * | | | mmc: sunxi: Set our device drvdata earlierMaxime Ripard2018-03-151-1/+1
| * | | | mmc: sunxi: Move the reset deassertion before enabling the clocksMaxime Ripard2018-03-151-18/+18
| * | | | mmc: sunxi: Move resources management to separate functionsMaxime Ripard2018-03-151-60/+82
| * | | | mmc: dw_mmc: add support for hi3798cv200 specific extensions of dw-mshctianshuliang2018-03-154-0/+218
| * | | | mmc: core: Export card RCA register via sysfsHarish Jenny K N2018-03-152-0/+4
| * | | | mmc: renesas_sdhi: fix WP detectionWolfram Sang2018-03-152-4/+0Star
| * | | | mmc: core: Use memdup_user() rather than duplicating its implementationMarkus Elfring2018-03-151-11/+4Star
| * | | | mmc: dw_mmc-rockchip: correct property names in debugJohn Keeping2018-03-151-2/+2
| * | | | mmc: sd: Remove redundant err assignment from mmc_read_switchShawn Lin2018-03-151-2/+0Star
| * | | | mmc: sdio: Check the return value of sdio_enable_4bit_busShawn Lin2018-03-151-5/+4Star
| * | | | mmc: core: Don't try UHS-I mode if 4-bit mode isn't supportedShawn Lin2018-03-152-12/+7Star
| * | | | mmc: dw_mmc: remove the deprecated "num-slots"Jaehoon Chung2018-03-153-7/+0Star
| * | | | mmc: dw_mmc: remove the deprecated "clock-freq-min-max" propertyJaehoon Chung2018-03-151-11/+4Star
| * | | | Merge branch 'fixes' into nextUlf Hansson2018-03-051-3/+6
| |\ \ \ \
| * | | | | mmc: mediatek: add support for MT7622 SoCSean Wang2018-03-051-0/+12
| * | | | | mmc: sdhci-pci: Respect PM flags when enabling card detect GPIO IRQ wakeupAdrian Hunter2018-03-052-6/+19
| * | | | | mmc: slot-gpio: Add a function to enable/disable card detect IRQ wakeupAdrian Hunter2018-03-052-2/+22
| * | | | | mmc: sdhci: Do not unnecessarily enable wakeup for SDIO card interruptAdrian Hunter2018-03-051-2/+7
| * | | | | mmc: sdhci: Do not unnecessarily enable wakeup for card detect interruptAdrian Hunter2018-03-051-1/+9
| * | | | | mmc: sdhci-pci: Get rid of glk_cqe_enable()Adrian Hunter2018-03-051-19/+1Star
| * | | | | mmc: ushc: Remove bogus check of usb_submit_urbShawn Lin2018-03-051-2/+0Star
| * | | | | mmc: dw_mmc: update kernel-doc comments for dw_mciAlexey Roslyakov2018-03-051-10/+9Star
| * | | | | mmc: dw_mmc: Remove prev_state and state assignment for STATE_SENDING_CMDShawn Lin2018-03-051-1/+0Star
| * | | | | mmc: dw_mmc: Convert to use DEFINE_SHOW_ATTRIBUTEShawn Lin2018-03-051-26/+2Star
| * | | | | mmc: core: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko2018-03-051-12/+1Star
| * | | | | mmc: tmio: remove useless TMIO_MASK_CMD handling in tmio_mmc_host_probe()Masahiro Yamada2018-03-051-3/+0Star
| * | | | | mmc: tmio: clear force_pio flag before starting data transferMasahiro Yamada2018-03-051-3/+1Star
| * | | | | mmc: tmio: move TMIO_MASK_{READOP, WRITEOP} handling to correct placeMasahiro Yamada2018-03-053-20/+10Star
| * | | | | mmc: tmio: fix never-detected card insertion bugMasahiro Yamada2018-03-051-4/+8
| * | | | | mmc: tmio: support IP-builtin card detection logicMasahiro Yamada2018-03-051-1/+12
| * | | | | mmc: tmio: deprecate "toshiba, mmc-wrprotect-disable" DT propertyMasahiro Yamada2018-03-051-0/+5
| * | | | | mmc: tmio: remove TMIO_MMC_WRPROTECT_DISABLEMasahiro Yamada2018-03-051-3/+2Star
| * | | | | mmc: tmio: use MMC_CAP2_NO_WRITE_PROTECT instead of TMIO own flagMasahiro Yamada2018-03-051-3/+3
| * | | | | mmc: renesas_sdhi: use MMC_CAP2_NO_WRITE_PROTECT instead of TMIO own flagMasahiro Yamada2018-03-052-11/+11
| * | | | | mmc: sdhci-iproc: Disable preset values for BCM2835Stefan Wahren2018-03-051-0/+1
| * | | | | mmc: core: optimize mmc_calc_max_discardSergio Valverde2018-03-051-1/+1
| * | | | | mmc: sh_mmcif: remove some cruftWolfram Sang2018-03-051-8/+0Star
| * | | | | mmc: sdhci_omap: Fix sdhci-omap quirksKishon Vijay Abraham I2018-03-051-2/+2
| * | | | | mmc: sdhci_omap: Add support to set IODELAY valuesKishon Vijay Abraham I2018-03-051-0/+148
| * | | | | mmc: sdhci-omap: Workaround for Errata i802Kishon Vijay Abraham I2018-03-051-0/+13
| * | | | | mmc: sdhci-omap: Add tuning supportKishon Vijay Abraham I2018-03-051-0/+130