summaryrefslogtreecommitdiff
path: root/drivers/mmc/pic32_sdhci.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-021-0/+2
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-2/+2
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-1/+1
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-2/+2
* mmc: pic32: Refresh PIC32 MMC driverJohn Robertson2020-09-231-36/+50
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* dm: Fix up inclusion of common.hSimon Glass2017-06-011-1/+1
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-3/+3
* mmc: sdhci: Distinguish between base clock and maximum peripheral frequencyStefan Herbrechtsmeier2017-01-231-1/+3
* mmc: pic32_sdhci: rename {pci->pic}32_sdhci_get_cdMasahiro Yamada2017-01-131-2/+2
* mmc: sdhci: remove the SDHCI_QUIRK_NO_CDJaehoon Chung2017-01-111-1/+1
* mmc: pic32_sdhci: move the code to pic32_sdhci.cJaehoon Chung2017-01-111-0/+15
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-231-1/+1
* dm: mmc: Set up the device pointer when using the MMC uclassSimon Glass2016-05-171-1/+6
* mmc: sdhci: add const qualifier to the name of struct sdhci_hostMasahiro Yamada2016-04-251-1/+1
* drivers: mmc: add driver for Microchip PIC32 SDHCI controller.Andrei Pistirica2016-02-011-0/+58