summaryrefslogtreecommitdiff
path: root/drivers/mmc/exynos_dw_mmc.c
AgeCommit message (Expand)Author
2024-08-19mmc: exynos_dw_mmc: Improve coding styleSam Protsenko
2024-08-19mmc: exynos_dw_mmc: Use dev->name as driver's displayed nameSam Protsenko
2024-08-19mmc: exynos_dw_mmc: Don't call dwmci_setup_cfg() after add_dwmci()Sam Protsenko
2024-08-19mmc: exynos_dw_mmc: Pull all init code into probe functionSam Protsenko
2024-08-19mmc: exynos_dw_mmc: Add support for ARM64 Exynos chipsSam Protsenko
2024-08-19mmc: exynos_dw_mmc: Set requested freq in get_mmc_clk() callbackSam Protsenko
2024-08-19mmc: exynos_dw_mmc: Read and use DDR timing when availableSam Protsenko
2024-08-19mmc: exynos_dw_mmc: Move quirks from struct dwmci_host to chip dataSam Protsenko
2024-08-19mmc: exynos_dw_mmc: Read common clock-frequency propertySam Protsenko
2024-08-19mmc: exynos_dw_mmc: Read common bus-width propertySam Protsenko
2024-08-19mmc: exynos_dw_mmc: Refactor fixed CIU clock dividerSam Protsenko
2024-08-19mmc: exynos_dw_mmc: Abstract CLKSEL registerSam Protsenko
2024-08-19mmc: exynos_dw_mmc: Read upstream SDR timing propertiesSam Protsenko
2024-08-19mmc: exynos_dw_mmc: Convert to use livetree APISam Protsenko
2024-08-19mmc: exynos_dw_mmc: Use .of_to_plat for device tree parsingSam Protsenko
2024-08-19mmc: exynos_dw_mmc: Obtain and use CIU clock via CCF APISam Protsenko
2024-08-19mmc: exynos_dw_mmc: Don't call pinmux functions on ARM64 chipsSam Protsenko
2024-08-19mmc: exynos_dw_mmc: Fix getting private data in exynos_dwmci_board_init()Sam Protsenko
2024-08-19mmc: exynos_dw_mmc: Fix obtaining the base address of controllerSam Protsenko
2024-08-19mmc: dw_mmc: Replace fifoth_val property with fifo-depthSam Protsenko
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-07mmc: Remove <common.h> and add needed includesTom Rini
2023-09-24common: Drop linux/printk.h from common headerSimon Glass
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-22Merge https://gitlab.denx.de/u-boot/custodians/u-boot-samsung.gitTom Rini
2021-01-15mmc: dwmmc: Change designware MMC 'clksel' callback function to return statusSiew Chin Lim
2021-01-13mmc: exynos_dw_mmc: remove unused functionJaehoon Chung
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2018-08-06ARM: Odroid XU3: Modify exynos dw_mmc driver to support Odroid XU3 in DM MMCLukasz Majewski
2018-08-06ARM: Odroid XU3: Fix the dwmci_exynos *priv data assignment for DM_MMC (sdr_t...Lukasz Majewski
2018-08-06ARM: dw_mmc: Exclude dwmci Exynos priv_data allocation from exynos_dwmci_get_...Lukasz Majewski
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
2018-01-12drivers: mmc: Avoid memory leak in case of failureSuniel Mahesh
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2016-10-10mmc: dw_mmc: remove the unnecessary arguments for dwmci_setup_cfgJaehoon Chung
2016-09-23mmc: squash lines for immediate returnMasahiro Yamada
2016-08-05mmc: dw_mmc: remove the duplicated header fileJaehoon Chung
2016-07-12mmc: exynos_dw_mmc: support the Driver mode for ExynosJaehoon Chung
2016-07-12mmc: exynos_dw_mmc: use the 4bit bus-width by defaultJaehoon Chung
2016-07-12mmc: exynos_dw_mmc: clean the unused and unnecessary codesJaehoon Chung
2016-07-12mmc: exynos_dw_mmc: add the error control for checking indexJaehoon Chung
2016-07-12mmc: exynos_dw_mmc: remove #ifdef for OF_CONTROLJaehoon Chung
2016-07-12mmc: exynos_dw_mmc: remove the unused functionJaehoon Chung
2015-09-02mmc: Support bypass mode with the get_mmc_clk() methodSimon Glass
2015-08-18of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada