index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
fsl_esdhc_imx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-07
mmc: Migrate MMC_SUPPORTS_TUNING to Kconfig
Tom Rini
1
-4
/
+4
2024-04-15
mmc: Drop unused mmc_send_tuning() cmd_error parameter
Marek Vasut
1
-1
/
+1
2023-09-24
common: Drop linux/printk.h from common header
Simon Glass
1
-0
/
+1
2022-12-22
Convert CONFIG_FSL_ESDHC_PIN_MUX to Kconfig
Tom Rini
1
-1
/
+1
2022-11-10
global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespace
Tom Rini
1
-1
/
+1
2022-10-21
mmc: fsl_esdhc: fix problem when using clk driver
Ye Li
1
-2
/
+2
2022-06-15
mmc: fsl_esdhc_imx: Implement wait_dat0 mmc ops
Loic Poulain
1
-17
/
+33
2022-04-12
mmc: fsl_esdhc_imx: Add i.MX8MP compatible string
Marek Vasut
1
-0
/
+1
2022-03-16
mmc: fsl_esdhc_imx: use VENDORSPEC_FRC_SDCLK_ON when necessary
Haibo Chen
1
-3
/
+22
2022-02-19
mmc: fsl_esdhc_imx: correct the actual card clock
Haibo Chen
1
-1
/
+2
2022-02-19
mmc: fsl_esdhc_imx: remove redundant ARCH_MXC
Haibo Chen
1
-12
/
+3
2022-02-19
mmc: fsl_esdhc_imx: Use esdhc_soc_data flags to set host caps
Adam Ford
1
-1
/
+22
2022-02-09
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mmc
Tom Rini
1
-3
/
+2
2022-02-08
mmc: fsl: Use brackets around if()
Simon Glass
1
-1
/
+1
2022-02-09
mmc: fsl_esdhc_imx: fix watermark level in dma
Marcel Ziswiler
1
-3
/
+2
2022-01-12
mmc: fsl_esdhc_imx: set sysctl register for clock initialization
Sean Anderson
1
-1
/
+1
2022-01-12
mmc: fsl_esdhc_imx: Replace more #ifdefs by if
Sean Anderson
1
-83
/
+69
2022-01-12
mmc: fsl_esdhc_imx: replace most #ifdefs by IS_ENABLED()
Sean Anderson
1
-106
/
+97
2022-01-12
mmc: fsl_esdhc_imx: simplify esdhc_setup_data()
Sean Anderson
1
-33
/
+48
2022-01-12
mmc: fsl_esdhc_imx: use dma-mapping API
Sean Anderson
1
-35
/
+15
2022-01-12
mmc: fsl_esdhc_imx: simplify 64bit check for SDMA transfers
Sean Anderson
1
-27
/
+6
2022-01-12
mmc: fsl_esdhc_imx: fix mmc->clock with actual clock
Sean Anderson
1
-0
/
+1
2022-01-12
mmc: fsl_esdhc_imx: drop redundant code for non-removable feature
Sean Anderson
1
-21
/
+13
2022-01-12
mmc: fsl_esdhc_imx: clean up bus width configuration code
Sean Anderson
1
-57
/
+26
2022-01-12
mmc: fsl_esdhc_imx: fix voltage validation
Sean Anderson
1
-22
/
+13
2022-01-12
mmc: fsl_esdhc_imx: remove redundant DM_MMC checking
Sean Anderson
1
-2
/
+0
2022-01-12
mmc: fsl_esdhc_imx: make BLK as hard requirement of DM_MMC
Sean Anderson
1
-32
/
+1
2021-10-07
mmc: sdhci-esdhc-imx: Add HS400 support for iMX7ULP
Oleksandr Suvorov
1
-3
/
+7
2021-10-07
mmc: fsl_esdhc_imx: initialize data for imx7ulp
Jorge Ramirez-Ortiz
1
-1
/
+6
2021-10-07
mmc: fsl_esdhc_imx: Fix clock disable issue
Ye Li
1
-1
/
+1
2021-09-25
treewide: Try to avoid the preprocessor with OF_REAL
Simon Glass
1
-8
/
+9
2021-09-25
treewide: Use OF_REAL instead of !OF_PLATDATA
Simon Glass
1
-2
/
+2
2021-08-09
drivers: mmc: fsl_esdhc_imx: support i.MX8ULP
Peng Fan
1
-4
/
+8
2021-06-22
Revert "mmc: fsl_esdhc_imx: use VENDORSPEC_FRC_SDCLK_ON to control card clock...
Fabio Estevam
1
-21
/
+8
2021-06-22
mmc: fsl_esdhc_imx: use mmc_send_cmd instead of dm_mmc_send_cmd
Jaehoon Chung
1
-1
/
+1
2021-06-17
mmc: fsl_esdhc_imx: drop CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33
Yangbo Lu
1
-6
/
+1
2021-04-08
mmc: fsl_esdhc_imx: add extra delay for IO voltage switch if necessary
Haibo Chen
1
-0
/
+12
2021-04-08
mmc: fsl_esdhc_imx: remove redundant cmd11 related code.
Haibo Chen
1
-9
/
+0
2021-04-08
mmc: fsl_esdhc_imx: use VENDORSPEC_FRC_SDCLK_ON to control card clock output
Haibo Chen
1
-8
/
+21
2021-03-26
dm: Rename device_get_by_driver_info_idx()
Simon Glass
1
-2
/
+1
2021-03-01
mmc: fsl_esdhc_imx: fix the DTOCV to 0xE
Haibo Chen
1
-0
/
+6
2021-03-01
mmc: fsl_esdhc_imx: Add a compatible for i.MX51
Fabio Estevam
1
-0
/
+1
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
1
-0
/
+1
2021-01-23
mmc: fsl_esdhc_imx.c: fix compiler warning
Heiko Schocher
1
-0
/
+2
2021-01-05
Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next
Tom Rini
1
-1
/
+1
2021-01-05
Merge tag 'v2021.01-rc5' into next
Tom Rini
1
-8
/
+39
2021-01-05
dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIAS
Simon Glass
1
-1
/
+1
2020-12-18
dm: Avoid accessing seq directly
Simon Glass
1
-2
/
+2
2020-12-13
dm: treewide: Rename ofdata_to_platdata() to of_to_plat()
Simon Glass
1
-2
/
+2
2020-12-13
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
Simon Glass
1
-5
/
+5
[next]