summaryrefslogtreecommitdiff
path: root/drivers/mmc/s5p_sdhci.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* mmc: s5p_sdhci: Read generic MMC properties from DTMarek Szyprowski2020-01-231-0/+5
* mmc: s5p: fix uninitialized pointer deref on probePeng Fan2019-08-091-2/+2
* samsung: mmc: Drop old MMC init codeSimon Glass2019-02-091-50/+0
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-051-1/+1
* dm: gpio: Add live tree supportSimon Glass2017-06-011-4/+4
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-1/+1
* mmc: sdhci: Distinguish between base clock and maximum peripheral frequencyStefan Herbrechtsmeier2017-01-231-2/+3
* mmc: sdhci: move the callback function into sdhci_opsJaehoon Chung2017-01-111-3/+6
* mmc: s5p_sdhci: add the s5p_set_clock functionJaehoon Chung2017-01-111-1/+7
* mmc: s5p_sdhci: fix to check proper pinmux idSeung-Woo Kim2016-12-011-1/+1
* mmc: sdhci: use the generic error numberJaehoon Chung2016-10-101-4/+4
* mmc: sdhci: use the host version value in sdhci_setup_cfgJaehoon Chung2016-10-101-1/+0
* mmc: s5p_sdhci: support the Driver model for ExynosJaehoon Chung2016-10-101-0/+71
* mmc: s5p_sdhci: unset the SDHCI_QUIRK_BROKEN_R1BJaehoon Chung2016-08-051-1/+1
* s5p sdhci: call pinmux for card's gpio pins before use themPrzemyslaw Marczak2015-11-021-7/+7
* exynos: more debug and cleanup in do_sdhci_init()Tobias Jakobi2015-10-131-9/+11
* exynos: be more verbose in process_nodes()Tobias Jakobi2015-10-131-5/+7
* exynos: Fix passing of errors in exynos_mmc_init()Tobias Jakobi2015-10-131-6/+12
* exynos: Properly zero initialize host in s5p_sdhci_init()Tobias Jakobi2015-10-131-2/+2
* of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada2015-08-181-1/+1
* exynos: Correct return value in exynos_mmc_init()Simon Glass2015-08-051-1/+1
* mmc: remove the MMC_MODE_HC flagRob Herring2015-05-051-1/+0
* mmc: s5p: properly mask SELBASECLKMatt Reimer2015-03-181-1/+1
* dm: mmc: Remove use of fdtdec GPIO supportSimon Glass2015-01-291-12/+8
* mmc: s5p: set SD detection pin as inputPrzemyslaw Marczak2014-10-271-1/+1
* dm: exynos: Make sure that GPIOs are requestedSimon Glass2014-10-221-1/+6
* samsung: Enable device tree for s5p_goniSimon Glass2014-10-081-2/+0
* mmc: s5p_sdhci: add the s5p_sdhci_core_init functionJaehoon Chung2014-05-161-25/+17
* drivers:mmc:sdhci: enable support for DTPiotr Wilczek2014-03-121-0/+129
* mmc: sdhci: use the SDHCI_QUIRK_USE_WIDE8 for samsung SoCJaehoon Chung2013-09-171-1/+3
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-13/+1
* mmc: sdhci: return error when failed add_sdhci().Jaehoon Chung2013-05-061-2/+1
* mmc: sdhci: Add a quirk to add delay during completion of sdhci_send_cmdTushar Behera2012-10-221-1/+2
* mmc: s5p_sdhci: add the set_mmc_clk for cmu controlJaehoon Chung2012-09-051-0/+3
* mmc: s5p_sdhci: fixed wrong function argumentJaehoon Chung2012-09-051-3/+2
* mmc: s5p_sdhci: set the SDHCI_QUIRK_BROKEN_R1BJaehoon Chung2012-09-051-6/+4
* mmc: support the sdhci instead of s5p_mmc for samsung-socJaehoon Chung2012-05-081-0/+98