summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* mmc: remove dw_mmc-zx driverArnd Bergmann2021-02-014-276/+0
* mmc: atmel-mci: Assign boolean values to a bool variableJiapeng Zhong2021-02-011-23/+23
* mmc: sdhci-iproc: Add ACPI bindings for the RPiJeremy Linton2021-02-011-0/+18
* mmc: test: clean up mmc_test_cleanup()Yue Hu2021-02-011-19/+5
* mmc: test: remove the shutdown functionYue Hu2021-02-011-5/+0
* mmc: core: remove unused host parameter of mmc_sd_get_csd()Yue Hu2021-02-013-4/+4
* mmc: sdhci-of-aspeed: Add KUnit tests for phase calculationsAndrew Jeffery2021-02-013-0/+116
* mmc: sdhci-of-aspeed: Add AST2600 bus clock supportAndrew Jeffery2021-02-011-4/+33
* mmc: sdhci-of-aspeed: Expose clock phase controlsAndrew Jeffery2021-02-011-8/+208
* mmc: core: Add helper for parsing clock phase propertiesAndrew Jeffery2021-02-011-0/+44
* mmc: omap_hsmmc: Simplify bool comparison and conversionYang Li2021-02-011-9/+9
* mmc: core: convert comma to semicolonZheng Yongjun2021-02-011-4/+4
* mmc: sdhci-pci-gli: Finetune HS400 RX delay for GL9763ERenius Chen2021-02-011-0/+9
* mmc: sdhci-of-arasan: Use dev_err_probe() to avoid spamming logsMuhammad Husaini Zulkifli2021-02-011-8/+6
* mmc: sdhci-of-arasan: Add structure device pointer in probe functionMuhammad Husaini Zulkifli2021-02-011-17/+17
* mmc: sdhci-of-arasan: Convert to use np instead of pdev->dev.of_nodeMuhammad Husaini Zulkifli2021-02-011-5/+3
* mmc: sdhci-of-arasan: use of_device_get_match_data()Muhammad Husaini Zulkifli2021-02-011-3/+1
* mmc: sdhci-pci-gli: Enlarge ASPM L1 entry delay of GL9763ERenius Chen2021-02-011-0/+10
* mmc: core: remove redundant card null check to mmc_can_sleep()Yue Hu2021-02-011-1/+1
* mmc: core: remove needless err = 0 in mmc_init_card()Yue Hu2021-02-011-4/+0
* mmc: sdhci_am654: Add Support for TI's AM64 SoCFaiz Abbas2021-02-011-0/+28
* mmc: rtsx: add delay before power onRicky Wu2021-02-011-0/+2
* mmc: sunxi-mmc: Ensure host is suspended during system sleepSamuel Holland2021-02-011-0/+2
* mmc: xenon: add AP807 compatible stringMarcin Wojtas2021-02-011-0/+1
* mmc: sdhci-of-arasan: Change code style of mapping the syscon fieldMuhammad Husaini Zulkifli2021-02-011-2/+2
* mmc: sdhci-of-arasan: Fixed kernel-doc format warningMuhammad Husaini Zulkifli2021-02-011-6/+5
* mmc: sdhci-pci-gli: Add a switch to enable/disable CQHCI supportRenius Chen2021-02-011-1/+3
* mmc: rtsx: Add MMC_CAP2_NO_SDIO flagRicky Wu2021-02-011-1/+2
* mmc: jz4740: remove unused struct component card_detect_irqH. Nikolaus Schaller2021-02-011-1/+0
* mmc: renesas_sdhi: Add a condition of cmd/data timeout for retuneYoshihiro Shimoda2021-02-013-5/+15
* mmc: tmio: Add data timeout error detectionMasaharu Hayakawa2021-02-011-2/+4
* mmc: meson-gx: check for scatterlist size alignment in block modeDmitry Lebed2021-02-011-15/+22
* mmc: mediatek: fix race condition between msdc_request_timeout and irqChaotian Jing2021-02-011-8/+10
* mmc: renesas_internal_dmac: add pre_req and post_req supportYoshihiro Shimoda2021-02-011-8/+83
* mmc: renesas_sdhi_internal_dmac: Fix DMA buffer alignment from 8 to 128-bytesTakeshi Saito2021-02-011-2/+2
* mmc: sdhci-msm: Actually set the actual clockDouglas Anderson2021-02-011-19/+16
* mmc: sdhci-msm: Warn about overclocking SD/MMCDouglas Anderson2021-02-011-2/+13
* mmc: sunxi: add support for A100 mmc controllerYangtao Li2021-02-011-3/+25
* mmc: sdhci-of-dwcmshc: set SDHCI_QUIRK2_PRESET_VALUE_BROKENJisheng Zhang2021-02-011-0/+1
* mmc: usdhi6rol0: Fix a resource leak in the error handling path of the probeChristophe JAILLET2021-02-011-1/+3
* mmc: sdhci-sprd: Fix some resource leaks in the remove functionChristophe JAILLET2021-02-011-3/+3
* mmc: owl-mmc: Fix a resource leak in an error handling path and in the remove...Christophe JAILLET2021-02-011-3/+6
* mmc: mxs-mmc: Fix a resource leak in an error handling path in 'mxs_mmc_probe()'Christophe JAILLET2021-02-011-1/+1
* Merge tag 'efi-urgent-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-01-311-4/+9
|\
| * efi/apple-properties: Reinstate support for boolean propertiesLukas Wunner2020-12-311-4/+9
* | Merge tag 'timers-urgent-2021-01-31' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-01-312-0/+15
|\ \
| * | rtc: mc146818: Detect and handle broken RTCsThomas Gleixner2021-01-272-0/+15
* | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-01-311-3/+16
|\ \ \
| * | | i2c: mediatek: Move suspend and resume handling to NOIRQ phaseQii Wang2021-01-281-3/+16
* | | | Merge branch 'for-rc-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-01-318-8/+431
|\ \ \ \