index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/test/py/pytest-9.0.3
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
exynos_dw_mmc.c
Age
Commit message (
Expand
)
Author
2025-11-07
mmc: exynos_dw_mmc: Disable FMP for Exynos850 chip
Sam Protsenko
2025-11-07
mmc: exynos_dw_mmc: Add exynos850 compatible
Sam Protsenko
2025-11-07
mmc: exynos_dw_mmc: Add quirk for disabling FMP
Sam Protsenko
2025-11-07
mmc: exynos_dw_mmc: Improve coding style
Sam Protsenko
2025-11-07
mmc: exynos_dw_mmc: Extend dm_dwmci_ops without code duplication
Sam Protsenko
2025-10-30
mmc: exynos_dw_mmc: guard execute_tuning
Peng Fan
2025-10-30
mmc: exynos_dw_mmc: add compatible for exynos7870-dw-mshc-smu
Kaustabh Chakraborty
2025-10-30
mmc: exynos_dw_mmc: add support for SD UHS mode
Kaustabh Chakraborty
2025-10-30
mmc: exynos_dw_mmc: add support for MMC HS200 and HS400 modes
Kaustabh Chakraborty
2025-10-30
mmc: exynos_dw_mmc: Add compatible string for Exynos5250
Lukas Timmermann
2025-07-24
mmc: exynos_dw_mmc: add exynos5420 compatibles
Jaehoon Chung
2024-08-19
mmc: exynos_dw_mmc: Improve coding style
Sam Protsenko
2024-08-19
mmc: exynos_dw_mmc: Use dev->name as driver's displayed name
Sam Protsenko
2024-08-19
mmc: exynos_dw_mmc: Don't call dwmci_setup_cfg() after add_dwmci()
Sam Protsenko
2024-08-19
mmc: exynos_dw_mmc: Pull all init code into probe function
Sam Protsenko
2024-08-19
mmc: exynos_dw_mmc: Add support for ARM64 Exynos chips
Sam Protsenko
2024-08-19
mmc: exynos_dw_mmc: Set requested freq in get_mmc_clk() callback
Sam Protsenko
2024-08-19
mmc: exynos_dw_mmc: Read and use DDR timing when available
Sam Protsenko
2024-08-19
mmc: exynos_dw_mmc: Move quirks from struct dwmci_host to chip data
Sam Protsenko
2024-08-19
mmc: exynos_dw_mmc: Read common clock-frequency property
Sam Protsenko
2024-08-19
mmc: exynos_dw_mmc: Read common bus-width property
Sam Protsenko
2024-08-19
mmc: exynos_dw_mmc: Refactor fixed CIU clock divider
Sam Protsenko
2024-08-19
mmc: exynos_dw_mmc: Abstract CLKSEL register
Sam Protsenko
2024-08-19
mmc: exynos_dw_mmc: Read upstream SDR timing properties
Sam Protsenko
2024-08-19
mmc: exynos_dw_mmc: Convert to use livetree API
Sam Protsenko
2024-08-19
mmc: exynos_dw_mmc: Use .of_to_plat for device tree parsing
Sam Protsenko
2024-08-19
mmc: exynos_dw_mmc: Obtain and use CIU clock via CCF API
Sam Protsenko
2024-08-19
mmc: exynos_dw_mmc: Don't call pinmux functions on ARM64 chips
Sam Protsenko
2024-08-19
mmc: exynos_dw_mmc: Fix getting private data in exynos_dwmci_board_init()
Sam Protsenko
2024-08-19
mmc: exynos_dw_mmc: Fix obtaining the base address of controller
Sam Protsenko
2024-08-19
mmc: dw_mmc: Replace fifoth_val property with fifo-depth
Sam Protsenko
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-07
mmc: Remove <common.h> and add needed includes
Tom Rini
2023-09-24
common: Drop linux/printk.h from common header
Simon Glass
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
2021-01-22
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-samsung.git
Tom Rini
2021-01-15
mmc: dwmmc: Change designware MMC 'clksel' callback function to return status
Siew Chin Lim
2021-01-13
mmc: exynos_dw_mmc: remove unused function
Jaehoon Chung
2020-12-13
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
Simon Glass
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2018-08-06
ARM: Odroid XU3: Modify exynos dw_mmc driver to support Odroid XU3 in DM MMC
Lukasz Majewski
2018-08-06
ARM: Odroid XU3: Fix the dwmci_exynos *priv data assignment for DM_MMC (sdr_t...
Lukasz Majewski
2018-08-06
ARM: dw_mmc: Exclude dwmci Exynos priv_data allocation from exynos_dwmci_get_...
Lukasz Majewski
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-03-05
libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>
Masahiro Yamada
2018-01-12
drivers: mmc: Avoid memory leak in case of failure
Suniel Mahesh
2017-10-04
treewide: replace with error() with pr_err()
Masahiro Yamada
2017-02-08
dm: core: Replace of_offset with accessor
Simon Glass
[next]