index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
host
/
sdhci-of-arasan.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-17
mmc: sdhci-of-arasan: Skip setting clock delay for 400KHz
Sai Krishna Potthuri
1
-1
/
+1
2023-04-17
mmc: sdhci-of-arasan: Add support for eMMC5.1 on Xilinx Versal Net platform
Swati Agarwal
1
-0
/
+235
2023-03-24
mmc: sdhci-of-arasan: Remove Intel Thunder Bay SOC support
A, Rashmi
1
-28
/
+1
2023-03-23
mmc: arasan: Use of_property_present() for testing DT property presence
Rob Herring
1
-1
/
+1
2023-03-23
mmc: sdhci-of-arasan: Add support to request the "gate" clock
Swati Agarwal
1
-0
/
+7
2022-12-07
mmc: sdhci-of-arasan: Add support for dynamic configuration
Sai Krishna Potthuri
1
-0
/
+69
2022-11-07
mmc: sdhci-of-arasan: Fix SDHCI_RESET_ALL for CQHCI
Brian Norris
1
-1
/
+2
2022-07-12
mmc: sdhci-of-arasan: Obviously always return success in remove callback
Uwe Kleine-König
1
-3
/
+2
2022-05-16
mmc: sdhci-of-arasan: Add NULL check for data field
Sai Krishna Potthuri
1
-0
/
+3
2021-10-12
mmc: sdhci-of-arasan: Add intel Thunder Bay SOC support to the arasan eMMC dr...
Rashmi A
1
-1
/
+28
2021-08-24
mmc: arasan: Fix the issue in reading tap values from DT
Sai Krishna Potthuri
1
-2
/
+4
2021-08-24
mmc: sdhci-of-arasan: Modify data type of the clk_phase array
Manish Narani
1
-1
/
+1
2021-08-24
mmc: sdhci-of-arasan: Use appropriate type of division macro
Manish Narani
1
-1
/
+1
2021-08-24
mmc: sdhci-of-arasan: Check return value of non-void funtions
Manish Narani
1
-3
/
+15
2021-08-24
mmc: sdhci-of-arasan: Skip Auto tuning for DDR50 mode in ZynqMP platform
Manish Narani
1
-0
/
+4
2021-08-24
mmc: sdhci-of-arasan: Add "SDHCI_QUIRK_MULTIBLOCK_READ_ACMD12" quirk.
Manish Narani
1
-0
/
+1
2021-08-24
mmc: sdhci-of-arasan: Modified SD default speed to 19MHz for ZynqMP
Manish Narani
1
-0
/
+18
2021-06-29
mmc: sdhci-of-arasan: Use clock-frequency property to update clk_xin
Rashmi A
1
-2
/
+12
2021-02-01
mmc: sdhci-of-arasan: Use dev_err_probe() to avoid spamming logs
Muhammad Husaini Zulkifli
1
-8
/
+6
2021-02-01
mmc: sdhci-of-arasan: Add structure device pointer in probe function
Muhammad Husaini Zulkifli
1
-17
/
+17
2021-02-01
mmc: sdhci-of-arasan: Convert to use np instead of pdev->dev.of_node
Muhammad Husaini Zulkifli
1
-5
/
+3
2021-02-01
mmc: sdhci-of-arasan: use of_device_get_match_data()
Muhammad Husaini Zulkifli
1
-3
/
+1
2021-02-01
mmc: sdhci-of-arasan: Change code style of mapping the syscon field
Muhammad Husaini Zulkifli
1
-2
/
+2
2021-02-01
mmc: sdhci-of-arasan: Fixed kernel-doc format warning
Muhammad Husaini Zulkifli
1
-6
/
+5
2020-11-24
mmc: sdhci-of-arasan: Fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-0
/
+4
2020-11-24
mmc: sdhci-of-arasan: Fix clock registration error for Keem Bay SOC
Muhammad Husaini Zulkifli
1
-0
/
+3
2020-11-17
mmc: sdhci-of-arasan: Issue DLL reset explicitly
Manish Narani
1
-0
/
+6
2020-11-17
mmc: sdhci-of-arasan: Use Mask writes for Tap delays
Manish Narani
1
-0
/
+5
2020-11-17
mmc: sdhci-of-arasan: Allow configuring zero tap values
Manish Narani
1
-32
/
+8
2020-09-07
mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.4
Douglas Anderson
1
-0
/
+1
2020-09-07
mmc: sdhci-of-arasan: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-4
/
+3
2020-07-24
mmc: sdhci-of-arasan: fix timings allocation code
Manish Narani
1
-11
/
+14
2020-07-13
mmc: sdhci-of-arasan: Correct formatting and provide missing function arg(s)
Lee Jones
1
-1
/
+2
2020-07-13
mmc: sdhci-of-arasan: Add missed checks for devm_clk_register()
Chuhong Yuan
1
-0
/
+4
2020-06-07
Merge tag 'char-misc-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-35
/
+3
2020-05-29
mmc: sdhci-of-arasan: Add support for Intel Keem Bay
Wan Ahmad Zainie
1
-0
/
+123
2020-05-28
mmc: sdhci-of-arasan: Remove uninitialized ret variables
Nathan Chancellor
1
-4
/
+2
2020-05-28
mmc: sdhci-of-arasan: Fix kernel-doc warnings
Manish Narani
1
-50
/
+64
2020-05-28
mmc: sdhci-of-arasan: Modify clock operations handling
Manish Narani
1
-12
/
+38
2020-05-28
mmc: sdhci-of-arasan: Rearrange the platform data structs for modularity
Manish Narani
1
-77
/
+81
2020-05-28
mmc: sdhci-of-arasan: Rename sdhci_arasan_data to avoid confusion
Manish Narani
1
-4
/
+4
2020-05-28
sdhci: arasan: Add support for Versal Tap Delays
Manish Narani
1
-0
/
+175
2020-04-28
firmware: xilinx: Use APIs instead of IOCTLs
Rajan Vaja
1
-35
/
+3
2020-03-24
mmc: sdhci: arasan: Use sdhci_set_power_and_voltage()
Nicolas Saenz Julienne
1
-13
/
+2
2020-03-24
mmc: sdhci-of-arasan: Remove quirk for broken base clock
Manish Narani
1
-1
/
+12
2020-03-24
mmc: sdhci-of-arasan: Add support for DLL reset for ZynqMP platforms
Manish Narani
1
-0
/
+46
2019-11-20
mmc: sdhci-of-arasan: Add support for ZynqMP Platform Tap Delays Setup
Manish Narani
1
-2
/
+204
2019-11-20
mmc: sdhci-of-arasan: Add support to set clock phase delays for SD
Manish Narani
1
-0
/
+92
2019-11-20
mmc: sdhci-of-arasan: Add sampling clock for a phy to use
Manish Narani
1
-17
/
+134
2019-11-20
mmc: sdhci-of-arasan: Separate out clk related data to another structure
Manish Narani
1
-10
/
+21
[next]