aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/pic32_sdhci.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+2
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-2/+2
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-2/+2
2020-09-23mmc: pic32: Refresh PIC32 MMC driverJohn Robertson1-36/+50
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-06-01dm: Fix up inclusion of common.hSimon Glass1-1/+1
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-3/+3
2017-01-23mmc: sdhci: Distinguish between base clock and maximum peripheral frequencyStefan Herbrechtsmeier1-1/+3
2017-01-13mmc: pic32_sdhci: rename {pci->pic}32_sdhci_get_cdMasahiro Yamada1-2/+2
2017-01-11mmc: sdhci: remove the SDHCI_QUIRK_NO_CDJaehoon Chung1-1/+1
2017-01-11mmc: pic32_sdhci: move the code to pic32_sdhci.cJaehoon Chung1-0/+15
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-05-17dm: mmc: Set up the device pointer when using the MMC uclassSimon Glass1-1/+6
2016-04-25mmc: sdhci: add const qualifier to the name of struct sdhci_hostMasahiro Yamada1-1/+1
2016-02-01drivers: mmc: add driver for Microchip PIC32 SDHCI controller.Andrei Pistirica1-0/+58