aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/s5p_sdhci.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
2017-06-01dm: gpio: Add live tree supportSimon Glass1-4/+4
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-1/+1
2017-01-23mmc: sdhci: Distinguish between base clock and maximum peripheral frequencyStefan Herbrechtsmeier1-2/+3
2017-01-11mmc: sdhci: move the callback function into sdhci_opsJaehoon Chung1-3/+6
2017-01-11mmc: s5p_sdhci: add the s5p_set_clock functionJaehoon Chung1-1/+7
2016-12-01mmc: s5p_sdhci: fix to check proper pinmux idSeung-Woo Kim1-1/+1
2016-10-10mmc: sdhci: use the generic error numberJaehoon Chung1-4/+4
2016-10-10mmc: sdhci: use the host version value in sdhci_setup_cfgJaehoon Chung1-1/+0
2016-10-10mmc: s5p_sdhci: support the Driver model for ExynosJaehoon Chung1-0/+71
2016-08-05mmc: s5p_sdhci: unset the SDHCI_QUIRK_BROKEN_R1BJaehoon Chung1-1/+1
2015-11-02s5p sdhci: call pinmux for card's gpio pins before use themPrzemyslaw Marczak1-7/+7
2015-10-13exynos: more debug and cleanup in do_sdhci_init()Tobias Jakobi1-9/+11
2015-10-13exynos: be more verbose in process_nodes()Tobias Jakobi1-5/+7
2015-10-13exynos: Fix passing of errors in exynos_mmc_init()Tobias Jakobi1-6/+12
2015-10-13exynos: Properly zero initialize host in s5p_sdhci_init()Tobias Jakobi1-2/+2
2015-08-18of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada1-1/+1
2015-08-05exynos: Correct return value in exynos_mmc_init()Simon Glass1-1/+1
2015-05-05mmc: remove the MMC_MODE_HC flagRob Herring1-1/+0
2015-03-18mmc: s5p: properly mask SELBASECLKMatt Reimer1-1/+1
2015-01-29dm: mmc: Remove use of fdtdec GPIO supportSimon Glass1-12/+8
2014-10-27mmc: s5p: set SD detection pin as inputPrzemyslaw Marczak1-1/+1
2014-10-22dm: exynos: Make sure that GPIOs are requestedSimon Glass1-1/+6
2014-10-08samsung: Enable device tree for s5p_goniSimon Glass1-2/+0
2014-05-16mmc: s5p_sdhci: add the s5p_sdhci_core_init functionJaehoon Chung1-25/+17
2014-03-12drivers:mmc:sdhci: enable support for DTPiotr Wilczek1-0/+129
2013-09-17mmc: sdhci: use the SDHCI_QUIRK_USE_WIDE8 for samsung SoCJaehoon Chung1-1/+3
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-13/+1
2013-05-06mmc: sdhci: return error when failed add_sdhci().Jaehoon Chung1-2/+1
2012-10-22mmc: sdhci: Add a quirk to add delay during completion of sdhci_send_cmdTushar Behera1-1/+2
2012-09-05mmc: s5p_sdhci: add the set_mmc_clk for cmu controlJaehoon Chung1-0/+3
2012-09-05mmc: s5p_sdhci: fixed wrong function argumentJaehoon Chung1-3/+2
2012-09-05mmc: s5p_sdhci: set the SDHCI_QUIRK_BROKEN_R1BJaehoon Chung1-6/+4
2012-05-08mmc: support the sdhci instead of s5p_mmc for samsung-socJaehoon Chung1-0/+98