summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/exynos_dw_mmc.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-samsung.gitTom Rini2021-01-221-56/+0
|\
| * mmc: exynos_dw_mmc: remove unused functionJaehoon Chung2021-01-131-56/+0
* | mmc: dwmmc: Change designware MMC 'clksel' callback function to return statusSiew Chin Lim2021-01-151-1/+3
|/
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-2/+2
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-1/+1
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-2/+2
* ARM: Odroid XU3: Modify exynos dw_mmc driver to support Odroid XU3 in DM MMCLukasz Majewski2018-08-061-0/+1
* ARM: Odroid XU3: Fix the dwmci_exynos *priv data assignment for DM_MMC (sdr_t...Lukasz Majewski2018-08-061-1/+5
* ARM: dw_mmc: Exclude dwmci Exynos priv_data allocation from exynos_dwmci_get_...Lukasz Majewski2018-08-061-15/+15
* 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
* drivers: mmc: Avoid memory leak in case of failureSuniel Mahesh2018-01-121-0/+3
* treewide: replace with error() with pr_err()Masahiro Yamada2017-10-041-1/+1
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-1/+1
* mmc: dw_mmc: remove the unnecessary arguments for dwmci_setup_cfgJaehoon Chung2016-10-101-2/+1
* mmc: squash lines for immediate returnMasahiro Yamada2016-09-231-6/+1
* mmc: dw_mmc: remove the duplicated header fileJaehoon Chung2016-08-051-1/+1
* mmc: exynos_dw_mmc: support the Driver mode for ExynosJaehoon Chung2016-07-121-0/+72
* mmc: exynos_dw_mmc: use the 4bit bus-width by defaultJaehoon Chung2016-07-121-6/+2
* mmc: exynos_dw_mmc: clean the unused and unnecessary codesJaehoon Chung2016-07-121-22/+9
* mmc: exynos_dw_mmc: add the error control for checking indexJaehoon Chung2016-07-121-0/+5
* mmc: exynos_dw_mmc: remove #ifdef for OF_CONTROLJaehoon Chung2016-07-121-2/+0
* mmc: exynos_dw_mmc: remove the unused functionJaehoon Chung2016-07-121-36/+0
* mmc: Support bypass mode with the get_mmc_clk() methodSimon Glass2015-09-021-1/+1
* of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada2015-08-181-1/+1
* mmc: exynos dwmmc: check boot mode before init dwmmcPrzemyslaw Marczak2015-02-231-1/+10
* mmc: exynos_dw_mmc: use the exynos specific data structureJaehoon Chung2015-02-231-13/+47
* mmc: exynos_dw_mmc: set to clksel_val into board-init functionJaehoon Chung2015-02-231-0/+4
* mmc: exynos_dw-mmc: change debug messageJaehoon Chung2014-12-121-10/+12
* mmc: exynos_dw_mmc: enable the DDR modeJaehoon Chung2014-05-161-0/+1
* mmc: exynos_dw_mmc: restore the property into hostJaehoon Chung2014-05-161-73/+131
* MMC: DWMMC: Correct the CLKDIV register valueRajeshwari S Shinde2014-02-071-2/+15
* mmc: dw_mmc: remove the exynos specific code in dw-mmc.cJaehoon Chung2013-12-081-0/+14
* DWMMC: SMDK5420: Disable SMU for eMMCRajeshwari Shinde2013-10-311-0/+3
* mmc: dw_mmc: change the callback function name.Jaehoon Chung2013-10-311-1/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-14/+1
* EXYNOS5: DWMMC: Added FDT support for DWMMCAmar2013-06-131-10/+117
* EXYNOS: mmc: support DesignWare Controller for Samsung-SoCJaehoon Chung2012-11-271-0/+57