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
old/tizen_20241126
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
/
zynq_sdhci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-29
mmc: zynq_sdhci: Fix SDx_BASECLK configuration
Ashok Reddy Soma
1
-0
/
+9
2022-03-09
mmc: zynq_sdhci: Add support for dynamic configuration
Ashok Reddy Soma
1
-2
/
+99
2022-03-07
mmc: zynq_sdhci: Enable card detect workaround for ZynqMP
Ashok Reddy Soma
1
-1
/
+1
2022-03-07
mmc: zynq_sdhci: Change granularity of timeout to 1us
Ashok Reddy Soma
1
-2
/
+2
2022-03-07
mmc: zynq_sdhci: Fix timeout issue
Ashok Reddy Soma
1
-1
/
+2
2021-10-21
mmc: zynq_sdhci: Add xilinx_pm_request weak function
T Karthik Reddy
1
-0
/
+6
2021-08-26
mmc: zynq_sdhci: Use set_control_reg from sdhci.c
Ashok Reddy Soma
1
-20
/
+1
2021-08-26
mmc: zynq_sdhci: Wait till sd card detect state is stable
T Karthik Reddy
1
-0
/
+19
2021-08-26
mmc: zynq_sdhci: Move setting tapdelay code to driver
Ashok Reddy Soma
1
-1
/
+107
2021-08-26
mmc: zynq_sdhci: Add xilinx_pm_request() method to set tapdelays
Ashok Reddy Soma
1
-14
/
+59
2021-08-06
mmc: zynq_sdhci: Return errors from arasan_sdhci_set_tapdelay
Ashok Reddy Soma
1
-5
/
+18
2021-07-26
mmc: zynq_sdhci: Make variables/structure static
Michal Simek
1
-6
/
+10
2021-07-26
mmc: zynq_sdhci: Fix kernel doc warnings
Michal Simek
1
-12
/
+12
2021-07-26
mmc: zynq_sdhci: Split set_tapdelay function to in and out
Ashok Reddy Soma
1
-2
/
+8
2021-07-26
mmc: zynq_sdhci: Use Mask writes for Tap delays
Ashok Reddy Soma
1
-27
/
+31
2021-07-26
mmc: zynq_sdhci: Allow configuring zero Tap values
Ashok Reddy Soma
1
-12
/
+4
2021-07-26
mmc: zynq_sdhci: Resolve uninitialized return value
Ashok Reddy Soma
1
-12
/
+8
2021-02-23
clk: zynq: Add dummy clock enable function
Michal Simek
1
-1
/
+1
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
-2
/
+2
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
1
-1
/
+1
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
1
-2
/
+2
2020-10-29
mmc: zynq_sdhci: Extend UHS timings till hs200
Ashok Reddy Soma
1
-1
/
+1
2020-10-27
mmc: zynq_sdhci: Add clock phase delays for Versal
Ashok Reddy Soma
1
-4
/
+156
2020-10-27
mmc: zynq_sdhci: Set tapdelays based on clk phase delays
Ashok Reddy Soma
1
-5
/
+123
2020-10-27
mmc: zynq_sdhci: Read clock phase delays from dt
Michal Simek
1
-0
/
+85
2020-10-27
mmc: zynq_sdhci: Move macro to the top
Michal Simek
1
-2
/
+2
2020-10-27
mmc: Define timing macro's
Ashok Reddy Soma
1
-13
/
+11
2020-10-27
Revert "mmc: zynq: parse dt when probing"
Ashok Reddy Soma
1
-0
/
+5
2020-09-23
mmc: zynq: Fix incorrect indentation
Michal Simek
1
-1
/
+1
2020-08-20
mmc: zynq: Fix default value for xlnx,mio-bank
Michal Simek
1
-1
/
+1
2020-08-20
xilinx: Fix xlnx,mio_bank property
Michal Simek
1
-1
/
+1
2020-06-24
mmc: zynq_sdhci: Remove global pointer
Michal Simek
1
-2
/
+0
2020-05-18
common: Drop linux/delay.h from common header
Simon Glass
1
-0
/
+1
2020-05-18
common: Drop log.h from common header
Simon Glass
1
-0
/
+1
2020-04-27
mmc: zynq: parse dt when probing
Benedikt Grassl
1
-9
/
+6
2020-03-09
mmc: Merge SD_LEGACY and MMC_LEGACY bus modes
Faiz Abbas
1
-1
/
+0
2020-02-05
dm: core: Create a new header file for 'compat' features
Simon Glass
1
-0
/
+1
2020-02-05
dm: core: Require users of devres to include the header
Simon Glass
1
-0
/
+1
2019-10-08
mmc: zynq_sdhci: Remove check for DM_MMC config
Siva Durga Prasad Paladugu
1
-2
/
+2
2019-08-09
mmc: zynq_sdhci: fix uninitialized pointer deref on probe
Matwey V. Kornilov
1
-3
/
+4
2019-07-17
mmc: sdhci: Add support for HOST_CONTROL2 and setting UHS timings
Faiz Abbas
1
-36
/
+9
2019-01-24
mmc: zynq: Remove unused pwrseq variable
Michal Simek
1
-1
/
+0
2018-06-15
mmc: zynq: Fix tuning_loop_counter type in arasan_sdhci_execute_tuning()
Michal Simek
1
-1
/
+1
2018-05-31
mmc: zynqmp: Add HS200 modes support for ZynqMP
Siva Durga Prasad Paladugu
1
-8
/
+17
2018-05-31
mmc: zynq: Use live-tree functions
Michal Simek
1
-13
/
+9
2018-05-11
mmc: zynq_sdhci: Add support for SD3.0
Siva Durga Prasad Paladugu
1
-5
/
+226
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
1
-2
/
+1
2018-05-02
mmc: zynq_sdhci: use correct quirk if CONFIG_ZYNQ_HISPD_BROKEN is defined
Hannes Schmelzer
1
-1
/
+1
2018-03-05
libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>
Masahiro Yamada
1
-1
/
+1
[next]