Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
d84f8cdd6e085087172b613528093e8370ef503c
/
drivers
/
mmc
/
exynos_dw_mmc.c
cda02f1
mmc: exynos_dw_mmc: Improve coding style
by Sam Protsenko
· Wed Aug 07 22:14:41 2024 -0500
bb28ec5
mmc: exynos_dw_mmc: Use dev->name as driver's displayed name
by Sam Protsenko
· Wed Aug 07 22:14:40 2024 -0500
9deaa46
mmc: exynos_dw_mmc: Don't call dwmci_setup_cfg() after add_dwmci()
by Sam Protsenko
· Wed Aug 07 22:14:39 2024 -0500
bb875e8
mmc: exynos_dw_mmc: Pull all init code into probe function
by Sam Protsenko
· Wed Aug 07 22:14:38 2024 -0500
af9dcff
mmc: exynos_dw_mmc: Add support for ARM64 Exynos chips
by Sam Protsenko
· Wed Aug 07 22:14:37 2024 -0500
f35cd26
mmc: exynos_dw_mmc: Set requested freq in get_mmc_clk() callback
by Sam Protsenko
· Wed Aug 07 22:14:36 2024 -0500
4fe61da
mmc: exynos_dw_mmc: Read and use DDR timing when available
by Sam Protsenko
· Wed Aug 07 22:14:35 2024 -0500
3b26440
mmc: exynos_dw_mmc: Move quirks from struct dwmci_host to chip data
by Sam Protsenko
· Wed Aug 07 22:14:34 2024 -0500
b4dbd28
mmc: exynos_dw_mmc: Read common clock-frequency property
by Sam Protsenko
· Wed Aug 07 22:14:33 2024 -0500
38d8d5d
mmc: exynos_dw_mmc: Read common bus-width property
by Sam Protsenko
· Wed Aug 07 22:14:32 2024 -0500
40ad20d
mmc: exynos_dw_mmc: Refactor fixed CIU clock divider
by Sam Protsenko
· Wed Aug 07 22:14:31 2024 -0500
60b63e4
mmc: exynos_dw_mmc: Abstract CLKSEL register
by Sam Protsenko
· Wed Aug 07 22:14:30 2024 -0500
bab187c
mmc: exynos_dw_mmc: Read upstream SDR timing properties
by Sam Protsenko
· Wed Aug 07 22:14:29 2024 -0500
6002ceb
mmc: exynos_dw_mmc: Convert to use livetree API
by Sam Protsenko
· Wed Aug 07 22:14:28 2024 -0500
f78333a
mmc: exynos_dw_mmc: Use .of_to_plat for device tree parsing
by Sam Protsenko
· Wed Aug 07 22:14:27 2024 -0500
57ddb37
mmc: exynos_dw_mmc: Obtain and use CIU clock via CCF API
by Sam Protsenko
· Wed Aug 07 22:14:26 2024 -0500
0e28aa0
mmc: exynos_dw_mmc: Don't call pinmux functions on ARM64 chips
by Sam Protsenko
· Wed Aug 07 22:14:25 2024 -0500
3192a64
mmc: exynos_dw_mmc: Fix getting private data in exynos_dwmci_board_init()
by Sam Protsenko
· Wed Aug 07 22:14:24 2024 -0500
745edd6
mmc: exynos_dw_mmc: Fix obtaining the base address of controller
by Sam Protsenko
· Wed Aug 07 22:14:23 2024 -0500
751fdf1
mmc: dw_mmc: Replace fifoth_val property with fifo-depth
by Sam Protsenko
· Wed Aug 07 22:14:17 2024 -0500
dec7ea0
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
by Tom Rini
· Mon May 20 13:35:03 2024 -0600
abb9a04
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
by Tom Rini
· Sat May 18 20:20:43 2024 -0600
c0f4bc7
mmc: Remove <common.h> and add needed includes
by Tom Rini
· Wed May 01 19:30:59 2024 -0600
bdd5f81
common: Drop linux/printk.h from common header
by Simon Glass
· Thu Sep 14 18:21:46 2023 -0600
3ba929a
common: Drop asm/global_data.h from common header
by Simon Glass
· Fri Oct 30 21:38:53 2020 -0600
59c9487
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-samsung.git
by Tom Rini
· Fri Jan 22 16:01:27 2021 -0500
c51e7e1
mmc: dwmmc: Change designware MMC 'clksel' callback function to return status
by Siew Chin Lim
· Thu Dec 24 18:21:03 2020 +0800
826d4d2
mmc: exynos_dw_mmc: remove unused function
by Jaehoon Chung
· Tue Jan 12 15:30:54 2021 +0900
fa20e93
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
by Simon Glass
· Thu Dec 03 16:55:20 2020 -0700
71fa5b4
dm: treewide: Rename 'platdata' variables to just 'plat'
by Simon Glass
· Thu Dec 03 16:55:18 2020 -0700
8a2b47f
dm: treewide: Rename auto_alloc_size members to be shorter
by Simon Glass
· Thu Dec 03 16:55:17 2020 -0700
03cf3af
ARM: Odroid XU3: Modify exynos dw_mmc driver to support Odroid XU3 in DM MMC
by Lukasz Majewski
· Wed Aug 01 14:49:00 2018 +0200
22c2afa
ARM: Odroid XU3: Fix the dwmci_exynos *priv data assignment for DM_MMC (sdr_timing)
by Lukasz Majewski
· Wed Aug 01 14:48:59 2018 +0200
6702cb2
ARM: dw_mmc: Exclude dwmci Exynos priv_data allocation from exynos_dwmci_get_config()
by Lukasz Majewski
· Wed Aug 01 14:48:53 2018 +0200
10e4779
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· Sun May 06 17:58:06 2018 -0400
75f82d0
libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>
by Masahiro Yamada
· Mon Mar 05 01:20:11 2018 +0900
e178c62
drivers: mmc: Avoid memory leak in case of failure
by Suniel Mahesh
· Thu Oct 05 11:48:56 2017 +0530
81e1042
treewide: replace with error() with pr_err()
by Masahiro Yamada
· Sat Sep 16 14:10:41 2017 +0900
dd79d6e
dm: core: Replace of_offset with accessor
by Simon Glass
· Tue Jan 17 16:52:55 2017 -0700
bf819d0
mmc: dw_mmc: remove the unnecessary arguments for dwmci_setup_cfg
by Jaehoon Chung
· Fri Sep 23 19:13:16 2016 +0900
cdb67f3
mmc: squash lines for immediate return
by Masahiro Yamada
· Tue Sep 06 22:17:32 2016 +0900
edd9d1dc
mmc: dw_mmc: remove the duplicated header file
by Jaehoon Chung
· Tue Jul 19 16:33:34 2016 +0900
98d18e9
mmc: exynos_dw_mmc: support the Driver mode for Exynos
by Jaehoon Chung
· Thu Jun 30 20:57:37 2016 +0900
865ecd9
mmc: exynos_dw_mmc: use the 4bit bus-width by default
by Jaehoon Chung
· Wed Jun 29 19:46:18 2016 +0900
de61aaee
mmc: exynos_dw_mmc: clean the unused and unnecessary codes
by Jaehoon Chung
· Wed Jun 29 19:46:17 2016 +0900
e0303c7
mmc: exynos_dw_mmc: add the error control for checking index
by Jaehoon Chung
· Wed Jun 29 19:46:16 2016 +0900
cc95ce5
mmc: exynos_dw_mmc: remove #ifdef for OF_CONTROL
by Jaehoon Chung
· Wed Jun 29 19:46:15 2016 +0900
2f9cbd5
mmc: exynos_dw_mmc: remove the unused function
by Jaehoon Chung
· Wed Jun 29 19:46:14 2016 +0900
eff7668
mmc: Support bypass mode with the get_mmc_clk() method
by Simon Glass
· Sun Aug 30 16:55:15 2015 -0600
366b24f
of: clean up OF_CONTROL ifdef conditionals
by Masahiro Yamada
· Wed Aug 12 07:31:55 2015 +0900
c3885b8
mmc: exynos dwmmc: check boot mode before init dwmmc
by Przemyslaw Marczak
· Fri Feb 20 12:29:26 2015 +0100
bcb03eab
mmc: exynos_dw_mmc: use the exynos specific data structure
by Jaehoon Chung
· Wed Feb 04 15:48:40 2015 +0900
3d12e55
mmc: exynos_dw_mmc: set to clksel_val into board-init function
by Jaehoon Chung
· Wed Feb 04 15:48:39 2015 +0900
db313bf
mmc: exynos_dw-mmc: change debug message
by Jaehoon Chung
· Fri Nov 28 20:42:33 2014 +0900
ef91dd5
mmc: exynos_dw_mmc: enable the DDR mode
by Jaehoon Chung
· Fri May 16 13:59:57 2014 +0900
6281110
mmc: exynos_dw_mmc: restore the property into host
by Jaehoon Chung
· Fri May 16 13:59:52 2014 +0900
ccfa20b
MMC: DWMMC: Correct the CLKDIV register value
by Rajeshwari S Shinde
· Wed Feb 05 10:48:15 2014 +0530
42f81a8
mmc: dw_mmc: remove the exynos specific code in dw-mmc.c
by Jaehoon Chung
· Fri Nov 29 20:08:57 2013 +0900
7016309
DWMMC: SMDK5420: Disable SMU for eMMC
by Rajeshwari Shinde
· Tue Oct 29 12:53:13 2013 +0530
d94735b
mmc: dw_mmc: change the callback function name.
by Jaehoon Chung
· Sun Oct 06 18:59:31 2013 +0900
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· Mon Jul 08 09:37:19 2013 +0200
d850121
EXYNOS5: DWMMC: Added FDT support for DWMMC
by Amar
· Sat Apr 27 11:42:55 2013 +0530
7aff967
EXYNOS: mmc: support DesignWare Controller for Samsung-SoC
by Jaehoon Chung
· Mon Oct 15 19:10:31 2012 +0000