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
/
socfpga_dw_mmc.c
Age
Commit message (
Expand
)
Author
2026-02-14
Replace TARGET namespace and cleanup properly
Tien Fong Chee
2025-12-01
mmc: socfpga_dw_mmc: Restore legacy clkmgr address retrieval
Alif Zakuan Yuslaimi
2025-09-30
mmc: socfpga_dw_mmc: Enable/disable SDMMC clock via API
Alif Zakuan Yuslaimi
2025-07-02
mmc: socfpga_dw_mmc: Retrieve clock manager address via DT
Alif Zakuan Yuslaimi
2024-10-11
drivers: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD
Simon Glass
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
2024-01-29
treewide: Remove clk_free
Sean Anderson
2021-06-22
mmc: dwmmc: socfpga: Get "fifo-mode" property from DT
Ley Foon Tan
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
2021-01-15
mmc: dwmmc: socfpga: Add ATF support for MMC driver
Chee Hong Ang
2021-01-15
mmc: dwmmc: Change designware MMC 'clksel' callback function to return status
Siew Chin Lim
2020-12-13
dm: treewide: Rename ofdata_to_platdata() to of_to_plat()
Simon Glass
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
2020-07-25
treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()
Masahiro Yamada
2020-07-24
Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"
Tom Rini
2020-07-20
treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()
Masahiro Yamada
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-02-05
dm: core: Create a new header file for 'compat' features
Simon Glass
2020-01-07
arm: socfpga: Convert clock manager from struct to defines
Ley Foon Tan
2020-01-07
arm: socfpga: Convert system manager from struct to defines
Ley Foon Tan
2018-08-13
mmc: socfpga: Add clock framework support
Marek Vasut
2018-07-09
mmc: dwmmc: socfpga: Add reset ctrl to driver
Ley Foon Tan
2018-05-08
dm: mmc: socfpga: call dwmci_probe()
Patrick Bruenn
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
2017-06-01
dm: Rename dev_addr..() functions
Simon Glass
2017-02-08
dm: core: Replace of_offset with accessor
Simon Glass
2016-10-28
dm: mmc: socfpga: fix MMC_OPS support
Sylvain Lesne
2016-10-10
mmc: dw_mmc: remove the unnecessary arguments for dwmci_setup_cfg
Jaehoon Chung
2016-07-27
dm: socfpga: mmc: Support CONFIG_BLK
Simon Glass
2016-05-17
dm: mmc: Set up the device pointer when using the MMC uclass
Simon Glass
2016-04-10
arm: socfpga: Nuke useless include
Marek Vasut
2015-12-20
arm: socfpga: fix up a questionable macro for SDMMC
Dinh Nguyen
2015-12-07
mmc: dwmmc: socfpga: Convert to DM
Marek Vasut
2015-11-30
mmc: socfpga_dw_mmc: Move drvsel and smplsel to dts
Chin Liang See
2015-09-04
mmc: dw_mmc: Probe the MMC from OF
Marek Vasut
2014-10-06
arm: socfpga: mmc: Pick the clock from clock manager
Pavel Machek
2014-08-30
socfpga: cleanup socfpga_dw_mmc
Pavel Machek
2014-08-29
socfpga: fix clock manager register definition
Pavel Machek
2014-01-09
socfpga/dwmmc: Adding DesignWare MMC driver support for SOCFPGA
Chin Liang See