summaryrefslogtreecommitdiff
path: root/drivers/mmc/zynq_sdhci.c
Commit message (Expand)AuthorAgeFilesLines
* dm: core: Replace of_offset with accessor (part 2)Simon Glass2017-06-011-1/+1
* dm: Rename dev_addr..() functionsSimon Glass2017-06-011-1/+1
* mmc: zynq: Add fdt max-frequency supportStefan Herbrechtsmeier2017-02-171-1/+8
* mmc: zynq: Determine base clock frequency via clock frameworkStefan Herbrechtsmeier2017-02-171-2/+24
* mmc: sdhci: Distinguish between base clock and maximum peripheral frequencyStefan Herbrechtsmeier2017-01-231-1/+3
* mmc: sdhci: use the host version value in sdhci_setup_cfgJaehoon Chung2016-10-101-2/+0
* mmc: squash lines for immediate returnMasahiro Yamada2016-09-231-6/+1
* zynq_sdhci.c: Fix warning in arasan_sdhci_probeTom Rini2016-08-051-2/+0
* mmc: sdhci: remove the unnecessary arguments for sdhci_setup_cfgJaehoon Chung2016-08-051-4/+2
* mmc: sdhci: remove the unused argument for sdhci_setup_cfgJaehoon Chung2016-08-051-1/+1
* dm: mmc: zynq: Convert zynq to use driver model for MMCSimon Glass2016-07-271-5/+34
* dm: mmc: Set up the device pointer when using the MMC uclassSimon Glass2016-05-171-0/+1
* mmc: sdhci: add const qualifier to the name of struct sdhci_hostMasahiro Yamada2016-04-251-1/+1
* mmc: zynq_sdhci: Added qurik to disable high speedSiva Durga Prasad Paladugu2016-01-271-0/+5
* sdhci: zynq: Remove hardcoded value zero as min frequencySiva Durga Prasad Paladugu2016-01-271-1/+6
* zynq: sdhci: Move driver to DMMichal Simek2015-12-071-12/+32
* zynq: sdhci: Remove zynq_sdhci_of_init()Michal Simek2015-12-071-27/+0
* zynq: sdhci: Calculate minimum frequency based on max frequencySiva Durga Prasad Paladugu2015-12-071-1/+1
* zynq: sdhci: Define max clock by macroMichal Simek2015-11-191-1/+1
* of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada2015-08-181-1/+1
* mmc: remove the MMC_MODE_HC flagRob Herring2015-05-051-2/+0
* zynqmp: sdhci: Remove the quirk SDHCI_QUIRK_NO_CDSiva Durga Prasad Paladugu2015-04-291-1/+1
* mmc: zynq: Use phys_addr_t for addressesMichal Simek2015-01-211-2/+2
* mmc: zynq: Add OF initialization supportMichal Simek2014-03-041-0/+29
* mmc: Enabled quirk SDHCI_QUIRK_BROKEN_R1BSiva Durga Prasad Paladugu2014-02-071-1/+2
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-8/+1
* mmc: Add support for Xilinx Zynq sdhci controllerMichal Simek2013-04-301-0/+40