summaryrefslogtreecommitdiff
path: root/drivers/mmc/pci_mmc.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-27mmc: pci_mmc.c should build with ACPIGEN=nHeinrich Schuchardt1-0/+3
2022-05-04pci: Add mask parameter to dm_pci_map_bar()Andrew Scull1-1/+1
2022-05-03pci: Map bars with offset and lengthAndrew Scull1-1/+1
2021-03-27mmc: pci_mmc: Set up the card detectSimon Glass1-1/+5
2021-01-28mmc: pci_mmc: Set the removable flagSimon Glass1-0/+8
2021-01-28mmc: pci_mmc: Only generate ACPI code for the SD cardSimon Glass1-1/+10
2021-01-18mmc: Only retrieve cd pin when GPIO is enabledHarm Berntsen1-2/+4
2021-01-05dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass1-1/+1
2020-12-14dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-2/+2
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-2/+2
2020-12-14dm: 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-07-17acpi: mmc: Generate ACPI info for the PCI SD CardSimon Glass1-1/+77
2019-08-09mmc: pci: fix uninitialized pointer deref on probePeng Fan1-2/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-03-30x86: mmc: Fix mapping of BAR memoryBernhard Messerklinger1-3/+2
2017-08-18mmc: Support generic PCI SD host controllerBin Meng1-6/+1
2017-08-01x86: Convert MMC to driver modelSimon Glass1-26/+60
2017-06-27Revert "x86: Convert MMC to driver model"Bin Meng1-60/+26
2017-05-17x86: Convert MMC to driver modelSimon Glass1-26/+60
2017-01-23mmc: sdhci: Distinguish between base clock and maximum peripheral frequencyStefan Herbrechtsmeier1-0/+1
2016-10-11mmc: Fix cast for 64-bit compilationSimon Glass1-1/+1
2016-04-25mmc: sdhci: add const qualifier to the name of struct sdhci_hostMasahiro Yamada1-1/+1
2016-01-12dm: Convert PCI MMC over to use DM PCI APISimon Glass1-8/+7
2015-02-06x86: mmc: Move common FSP functions into a common fileSimon Glass1-0/+42