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
/
msm_sdhci.c
Age
Commit message (
Expand
)
Author
2026-02-17
treewide: Clean up DECLARE_GLOBAL_DATA_PTR usage
Peng Fan
2026-01-14
mmc: msm_sdhci: Add DLL control hook to disable DLL below 100 MHz
Sumit Garg
2026-01-14
mmc: msm_sdhci: Fix incorrect divider calculation for SDCLK
Loic Poulain
2025-03-17
mmc: msm_sdhci: Reset clocks before reconfiguration
Varadarajan Narayanan
2024-11-20
mmc: msm_sdhci: enable vqmmc at probe if available
Neil Armstrong
2024-09-05
mmc: msm_sdhci: program core_vendor_spec
Caleb Connolly
2024-07-22
drivers: mmc: Remove duplicate newlines
Marek Vasut
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-04-23
mmc: msm_sdhci: fix vendor_spec_cap0 registers
Caleb Connolly
2024-04-23
mmc: msm_sdhci: use a more sensible default clock rate
Caleb Connolly
2024-04-23
mmc: msm_sdhci: print core version
Caleb Connolly
2024-04-23
mmc: msm_sdhci: use modern DT handling
Caleb Connolly
2024-04-23
mmc: msm_sdhci: correct vendor_spec_cap0 register for v5
Caleb Connolly
2024-03-01
mmc: msm_sdhci: use modern clock handling
Caleb Connolly
2024-01-29
treewide: Remove clk_free
Sean Anderson
2022-07-25
mmc: msm_sdhci: Add SDCC version 5.0.0 support
Sumit Garg
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
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-09-15
mmc: msm_sdhci: Use mmc_of_parse for setting host_caps
Manivannan Sadhasivam
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-02-05
dm: core: Create a new header file for 'compat' features
Simon Glass
2019-08-09
mmc: msm_sdhci: fix uninitialized pointer deref on probe
Peng Fan
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-01-24
wait_bit: use wait_for_bit_le32 and remove wait_for_bit
Álvaro Fernández Rojas
2017-06-01
dm: Rename dev_addr..() functions
Simon Glass
2017-02-08
dm: core: Replace of_offset with accessor
Simon Glass
2017-01-23
mmc: sdhci: Distinguish between base clock and maximum peripheral frequency
Stefan Herbrechtsmeier
2016-10-10
mmc: sdhci: use the host version value in sdhci_setup_cfg
Jaehoon Chung
2016-09-23
mmc: squash lines for immediate return
Masahiro Yamada
2016-08-12
fdt: allow fdtdec_get_addr_size_*() to translate addresses
Stephen Warren
2016-08-05
mmc: sdhci: remove the unnecessary arguments for sdhci_setup_cfg
Jaehoon Chung
2016-08-05
mmc: sdhci: remove the unused argument for sdhci_setup_cfg
Jaehoon Chung
2016-07-11
dm: mmc: msmsdhic: Drop old MMC code
Simon Glass
2016-07-11
dm: mmc: msm_sdhci: Support CONFIG_BLK and CONFIG_DM_MMC_OPS
Simon Glass
2016-07-08
mmc: msm_sdhci: Set mmc->dev pointer in msm_sdc_probe()
Mateusz Kulikowski
2016-06-19
clk: convert API to match reset/mailbox style
Stephen Warren
2016-04-01
mmc: Add support for Qualcomm SDHCI controller
Mateusz Kulikowski