aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/exynos_dw_mmc.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini1-1/+0
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-0/+1
2024-05-07mmc: Remove <common.h> and add needed includesTom Rini1-1/+0
2023-09-24common: Drop linux/printk.h from common headerSimon Glass1-0/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-22Merge https://gitlab.denx.de/u-boot/custodians/u-boot-samsung.gitTom Rini1-56/+0
2021-01-15mmc: dwmmc: Change designware MMC 'clksel' callback function to return statusSiew Chin Lim1-1/+3
2021-01-13mmc: exynos_dw_mmc: remove unused functionJaehoon Chung1-56/+0
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-2/+2
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-2/+2
2018-08-06ARM: Odroid XU3: Modify exynos dw_mmc driver to support Odroid XU3 in DM MMCLukasz Majewski1-0/+1
2018-08-06ARM: Odroid XU3: Fix the dwmci_exynos *priv data assignment for DM_MMC (sdr_t...Lukasz Majewski1-1/+5
2018-08-06ARM: dw_mmc: Exclude dwmci Exynos priv_data allocation from exynos_dwmci_get_...Lukasz Majewski1-15/+15
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
2018-01-12drivers: mmc: Avoid memory leak in case of failureSuniel Mahesh1-0/+3
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada1-1/+1
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-1/+1
2016-10-10mmc: dw_mmc: remove the unnecessary arguments for dwmci_setup_cfgJaehoon Chung1-2/+1
2016-09-23mmc: squash lines for immediate returnMasahiro Yamada1-6/+1
2016-08-05mmc: dw_mmc: remove the duplicated header fileJaehoon Chung1-1/+1
2016-07-12mmc: exynos_dw_mmc: support the Driver mode for ExynosJaehoon Chung1-0/+72
2016-07-12mmc: exynos_dw_mmc: use the 4bit bus-width by defaultJaehoon Chung1-6/+2
2016-07-12mmc: exynos_dw_mmc: clean the unused and unnecessary codesJaehoon Chung1-22/+9
2016-07-12mmc: exynos_dw_mmc: add the error control for checking indexJaehoon Chung1-0/+5
2016-07-12mmc: exynos_dw_mmc: remove #ifdef for OF_CONTROLJaehoon Chung1-2/+0
2016-07-12mmc: exynos_dw_mmc: remove the unused functionJaehoon Chung1-36/+0
2015-09-02mmc: Support bypass mode with the get_mmc_clk() methodSimon Glass1-1/+1
2015-08-18of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada1-1/+1
2015-02-23mmc: exynos dwmmc: check boot mode before init dwmmcPrzemyslaw Marczak1-1/+10
2015-02-23mmc: exynos_dw_mmc: use the exynos specific data structureJaehoon Chung1-13/+47
2015-02-23mmc: exynos_dw_mmc: set to clksel_val into board-init functionJaehoon Chung1-0/+4
2014-12-12mmc: exynos_dw-mmc: change debug messageJaehoon Chung1-10/+12
2014-05-16mmc: exynos_dw_mmc: enable the DDR modeJaehoon Chung1-0/+1
2014-05-16mmc: exynos_dw_mmc: restore the property into hostJaehoon Chung1-73/+131
2014-02-07MMC: DWMMC: Correct the CLKDIV register valueRajeshwari S Shinde1-2/+15
2013-12-08mmc: dw_mmc: remove the exynos specific code in dw-mmc.cJaehoon Chung1-0/+14
2013-10-31DWMMC: SMDK5420: Disable SMU for eMMCRajeshwari Shinde1-0/+3
2013-10-31mmc: dw_mmc: change the callback function name.Jaehoon Chung1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-14/+1
2013-06-13EXYNOS5: DWMMC: Added FDT support for DWMMCAmar1-10/+117
2012-11-27EXYNOS: mmc: support DesignWare Controller for Samsung-SoCJaehoon Chung1-0/+57