summaryrefslogtreecommitdiff
path: root/drivers/mmc/zynq_sdhci.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
2018-03-01mmc: Added Kconfig support for CONFIG_ZYNQ_SDHCI_MIN_FREQVipul Kumar1-4/+0
2017-06-01dm: core: Replace of_offset with accessor (part 2)Simon Glass1-1/+1
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-1/+1
2017-02-17mmc: zynq: Add fdt max-frequency supportStefan Herbrechtsmeier1-1/+8
2017-02-17mmc: zynq: Determine base clock frequency via clock frameworkStefan Herbrechtsmeier1-2/+24
2017-01-23mmc: sdhci: Distinguish between base clock and maximum peripheral frequencyStefan Herbrechtsmeier1-1/+3
2016-10-10mmc: sdhci: use the host version value in sdhci_setup_cfgJaehoon Chung1-2/+0
2016-09-24mmc: squash lines for immediate returnMasahiro Yamada1-6/+1
2016-08-06zynq_sdhci.c: Fix warning in arasan_sdhci_probeTom Rini1-2/+0
2016-08-05mmc: sdhci: remove the unnecessary arguments for sdhci_setup_cfgJaehoon Chung1-4/+2
2016-08-05mmc: sdhci: remove the unused argument for sdhci_setup_cfgJaehoon Chung1-1/+1
2016-07-27dm: mmc: zynq: Convert zynq to use driver model for MMCSimon Glass1-5/+34
2016-05-17dm: mmc: Set up the device pointer when using the MMC uclassSimon Glass1-0/+1
2016-04-25mmc: sdhci: add const qualifier to the name of struct sdhci_hostMasahiro Yamada1-1/+1
2016-01-27mmc: zynq_sdhci: Added qurik to disable high speedSiva Durga Prasad Paladugu1-0/+5
2016-01-27sdhci: zynq: Remove hardcoded value zero as min frequencySiva Durga Prasad Paladugu1-1/+6
2015-12-07zynq: sdhci: Move driver to DMMichal Simek1-12/+32
2015-12-07zynq: sdhci: Remove zynq_sdhci_of_init()Michal Simek1-27/+0
2015-12-07zynq: sdhci: Calculate minimum frequency based on max frequencySiva Durga Prasad Paladugu1-1/+1
2015-11-19zynq: sdhci: Define max clock by macroMichal Simek1-1/+1
2015-08-18of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada1-1/+1
2015-05-05mmc: remove the MMC_MODE_HC flagRob Herring1-2/+0
2015-04-29zynqmp: sdhci: Remove the quirk SDHCI_QUIRK_NO_CDSiva Durga Prasad Paladugu1-1/+1
2015-01-21mmc: zynq: Use phys_addr_t for addressesMichal Simek1-2/+2
2014-03-04mmc: zynq: Add OF initialization supportMichal Simek1-0/+29
2014-02-07mmc: Enabled quirk SDHCI_QUIRK_BROKEN_R1BSiva Durga Prasad Paladugu1-1/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-8/+1
2013-04-30mmc: Add support for Xilinx Zynq sdhci controllerMichal Simek1-0/+40