OpenGrok
Cross Reference: arasan_sdhc_fdt.c
xref
: /
src
/
sys
/
dev
/
fdt
/
arasan_sdhc_fdt.c
Home
|
History
|
Annotate
|
Download
|
only in
fdt
History log of
/src/sys/dev/fdt/arasan_sdhc_fdt.c
Revision
Date
Author
Comments
1.13
02-Nov-2022
jmcneill
Re-enable ADMA2 support for arasan,sdhci-8.9a
1.12
01-Nov-2022
jmcneill
Disable ADMA2 on the Arasan SDHCI 8.9A found in the Xilinx Zinq-7000 due
to sporadic transfer errors until the root cause for the errors is found.
In the meantime, SDMA works fine on this platform.
1.11
26-Oct-2022
jmcneill
No need to constrain DMA tag to 32-bits on 32-bit platforms.
1.10
26-Oct-2022
jmcneill
Use generic Arasan SDHCI driver for Zynq-7000.
1.9
06-Feb-2022
jmcneill
sdhc: Retire SDHC_FLAG_USE_ADMA2 flag.
ADMA2 support in sdhc is mature now, so no need for it to be opt-in.
1.8
23-Jan-2022
skrll
Use __MASK(4) in bus_dmatag_subregion. NFCI.
1.7
17-Jan-2022
skrll
s/0xffffffff/UINT32_MAX/ in bus_dmatag_subregion call
1.6
27-Jan-2021
thorpej
Rename of_match_compat_data() to of_compatible_match(). Similarly,
rename of_search_compatible() to of_compatible_lookup().
Standardize on of_compatible_match() for driver matching, and adapt
all call sites.
1.5
18-Jan-2021
thorpej
Remove "struct of_compat_data" and replace its usage with
"struct device_compatible_entry"; they are ABI-compatible.
Fix several "loses const qualifier" bugs encountered during
this conversion.
1.4
15-Jan-2021
ryo
use fdtbus_intr_establish_xname
1.3
03-Jul-2019
jmcneill
branches: 1.3.10;
Add SDHC_FLAG_SINGLE_POWER_WRITE and SDHC_FLAG_32BIT_ACCESS flags
1.2
03-Jul-2019
jmcneill
Enforce 32-bit limits on ADMA2 capable controllers that do not support 64-bit descriptors
1.1
13-Mar-2019
jmcneill
branches: 1.1.4;
Add support for Arasan SDHCI 5.1
1.1.4.3
13-Apr-2020
martin
Mostly merge changes from HEAD upto 20200411
1.1.4.2
10-Jun-2019
christos
Sync with HEAD
1.1.4.1
13-Mar-2019
christos
file arasan_sdhc_fdt.c was added on branch phil-wifi on 2019-06-10 22:07:07 +0000
1.3.10.1
03-Apr-2021
thorpej
Sync with HEAD.
Indexes created Wed Oct 22 13:09:56 GMT 2025