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