History log of /netbsd-current/sys/dev/fdt/arasan_sdhc_fdt.c
Revision (<<< Hide revision tags) (Show revision tags >>>) 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.


Revision tags: bouyer-sunxi-drm-base
# 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


Revision tags: thorpej-i2c-spi-conf2-base thorpej-futex2-base thorpej-cfargs2-base cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 cjep_staticlib_x-base thorpej-i2c-spi-conf-base thorpej-cfargs-base thorpej-futex-base
# 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


Revision tags: netbsd-9-3-RELEASE netbsd-9-2-RELEASE netbsd-9-1-RELEASE bouyer-xenpvh-base2 phil-wifi-20200421 bouyer-xenpvh-base1 phil-wifi-20200411 bouyer-xenpvh-base is-mlppp-base phil-wifi-20200406 ad-namecache-base3 netbsd-9-0-RELEASE netbsd-9-0-RC2 ad-namecache-base2 ad-namecache-base1 ad-namecache-base netbsd-9-0-RC1 phil-wifi-20191119 netbsd-9-base
# 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


Revision tags: phil-wifi-20190609 isaki-audio2-base
# 1.1 13-Mar-2019 jmcneill

branches: 1.1.4;
Add support for Arasan SDHCI 5.1


# 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.


Revision tags: bouyer-sunxi-drm-base
# 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


Revision tags: thorpej-i2c-spi-conf2-base thorpej-futex2-base thorpej-cfargs2-base cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 cjep_staticlib_x-base thorpej-i2c-spi-conf-base thorpej-cfargs-base thorpej-futex-base
# 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


Revision tags: netbsd-9-3-RELEASE netbsd-9-2-RELEASE netbsd-9-1-RELEASE bouyer-xenpvh-base2 phil-wifi-20200421 bouyer-xenpvh-base1 phil-wifi-20200411 bouyer-xenpvh-base is-mlppp-base phil-wifi-20200406 ad-namecache-base3 netbsd-9-0-RELEASE netbsd-9-0-RC2 ad-namecache-base2 ad-namecache-base1 ad-namecache-base netbsd-9-0-RC1 phil-wifi-20191119 netbsd-9-base
# 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


Revision tags: phil-wifi-20190609 isaki-audio2-base
# 1.1 13-Mar-2019 jmcneill

branches: 1.1.4;
Add support for Arasan SDHCI 5.1


# 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


Revision tags: thorpej-i2c-spi-conf2-base thorpej-futex2-base thorpej-cfargs2-base cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 cjep_staticlib_x-base thorpej-i2c-spi-conf-base thorpej-cfargs-base thorpej-futex-base
# 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


Revision tags: netbsd-9-2-RELEASE netbsd-9-1-RELEASE bouyer-xenpvh-base2 phil-wifi-20200421 bouyer-xenpvh-base1 phil-wifi-20200411 bouyer-xenpvh-base is-mlppp-base phil-wifi-20200406 ad-namecache-base3 netbsd-9-0-RELEASE netbsd-9-0-RC2 ad-namecache-base2 ad-namecache-base1 ad-namecache-base netbsd-9-0-RC1 phil-wifi-20191119 netbsd-9-base
# 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


Revision tags: phil-wifi-20190609 isaki-audio2-base
# 1.1 13-Mar-2019 jmcneill

branches: 1.1.4;
Add support for Arasan SDHCI 5.1


# 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


Revision tags: thorpej-i2c-spi-conf2-base thorpej-futex2-base thorpej-cfargs2-base cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 cjep_staticlib_x-base thorpej-i2c-spi-conf-base thorpej-cfargs-base thorpej-futex-base
# 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


Revision tags: netbsd-9-2-RELEASE netbsd-9-1-RELEASE bouyer-xenpvh-base2 phil-wifi-20200421 bouyer-xenpvh-base1 phil-wifi-20200411 bouyer-xenpvh-base is-mlppp-base phil-wifi-20200406 ad-namecache-base3 netbsd-9-0-RELEASE netbsd-9-0-RC2 ad-namecache-base2 ad-namecache-base1 ad-namecache-base netbsd-9-0-RC1 phil-wifi-20191119 netbsd-9-base
# 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


Revision tags: phil-wifi-20190609 isaki-audio2-base
# 1.1 13-Mar-2019 jmcneill

branches: 1.1.4;
Add support for Arasan SDHCI 5.1


# 1.7 17-Jan-2022 skrll

s/0xffffffff/UINT32_MAX/ in bus_dmatag_subregion call


Revision tags: thorpej-i2c-spi-conf2-base thorpej-futex2-base thorpej-cfargs2-base cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 cjep_staticlib_x-base thorpej-i2c-spi-conf-base thorpej-cfargs-base thorpej-futex-base
# 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


Revision tags: netbsd-9-2-RELEASE netbsd-9-1-RELEASE bouyer-xenpvh-base2 phil-wifi-20200421 bouyer-xenpvh-base1 phil-wifi-20200411 bouyer-xenpvh-base is-mlppp-base phil-wifi-20200406 ad-namecache-base3 netbsd-9-0-RELEASE netbsd-9-0-RC2 ad-namecache-base2 ad-namecache-base1 ad-namecache-base netbsd-9-0-RC1 phil-wifi-20191119 netbsd-9-base
# 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


Revision tags: phil-wifi-20190609 isaki-audio2-base
# 1.1 13-Mar-2019 jmcneill

branches: 1.1.4;
Add support for Arasan SDHCI 5.1


# 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


Revision tags: thorpej-futex-base netbsd-9-1-RELEASE bouyer-xenpvh-base2 phil-wifi-20200421 bouyer-xenpvh-base1 phil-wifi-20200411 bouyer-xenpvh-base is-mlppp-base phil-wifi-20200406 ad-namecache-base3 netbsd-9-0-RELEASE netbsd-9-0-RC2 ad-namecache-base2 ad-namecache-base1 ad-namecache-base netbsd-9-0-RC1 phil-wifi-20191119 netbsd-9-base
# 1.3 03-Jul-2019 jmcneill

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


Revision tags: phil-wifi-20190609 isaki-audio2-base
# 1.1 13-Mar-2019 jmcneill

branches: 1.1.4;
Add support for Arasan SDHCI 5.1


# 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


Revision tags: thorpej-futex-base netbsd-9-1-RELEASE bouyer-xenpvh-base2 phil-wifi-20200421 bouyer-xenpvh-base1 phil-wifi-20200411 bouyer-xenpvh-base is-mlppp-base phil-wifi-20200406 ad-namecache-base3 netbsd-9-0-RELEASE netbsd-9-0-RC2 ad-namecache-base2 ad-namecache-base1 ad-namecache-base netbsd-9-0-RC1 phil-wifi-20191119 netbsd-9-base
# 1.3 03-Jul-2019 jmcneill

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


Revision tags: phil-wifi-20190609 isaki-audio2-base
# 1.1 13-Mar-2019 jmcneill

branches: 1.1.4;
Add support for Arasan SDHCI 5.1


# 1.4 15-Jan-2021 ryo

use fdtbus_intr_establish_xname


Revision tags: thorpej-futex-base netbsd-9-1-RELEASE bouyer-xenpvh-base2 phil-wifi-20200421 bouyer-xenpvh-base1 phil-wifi-20200411 bouyer-xenpvh-base is-mlppp-base phil-wifi-20200406 ad-namecache-base3 netbsd-9-0-RELEASE netbsd-9-0-RC2 ad-namecache-base2 ad-namecache-base1 ad-namecache-base netbsd-9-0-RC1 phil-wifi-20191119 netbsd-9-base
# 1.3 03-Jul-2019 jmcneill

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


Revision tags: phil-wifi-20190609 isaki-audio2-base
# 1.1 13-Mar-2019 jmcneill

branches: 1.1.4;
Add support for Arasan SDHCI 5.1


# 1.3 03-Jul-2019 jmcneill

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


Revision tags: phil-wifi-20190609 isaki-audio2-base
# 1.1 13-Mar-2019 jmcneill

branches: 1.1.4;
Add support for Arasan SDHCI 5.1