Up to [cvs.NetBSD.org] / src / sys / dev / fdt
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.13 / (download) - annotate - [select for diffs], Wed Nov 2 11:04:02 2022 UTC (3 months ago) by jmcneill
Branch: MAIN
CVS Tags: netbsd-10-base,
netbsd-10,
HEAD
Changes since 1.12: +5 -12
lines
Diff to previous 1.12 (colored)
Re-enable ADMA2 support for arasan,sdhci-8.9a
Revision 1.12 / (download) - annotate - [select for diffs], Tue Nov 1 00:57:39 2022 UTC (3 months ago) by jmcneill
Branch: MAIN
Changes since 1.11: +13 -5
lines
Diff to previous 1.11 (colored)
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.
Revision 1.11 / (download) - annotate - [select for diffs], Wed Oct 26 20:54:52 2022 UTC (3 months, 1 week ago) by jmcneill
Branch: MAIN
Changes since 1.10: +7 -4
lines
Diff to previous 1.10 (colored)
No need to constrain DMA tag to 32-bits on 32-bit platforms.
Revision 1.10 / (download) - annotate - [select for diffs], Wed Oct 26 10:55:23 2022 UTC (3 months, 1 week ago) by jmcneill
Branch: MAIN
Changes since 1.9: +6 -2
lines
Diff to previous 1.9 (colored)
Use generic Arasan SDHCI driver for Zynq-7000.
Revision 1.9 / (download) - annotate - [select for diffs], Sun Feb 6 15:52:20 2022 UTC (11 months, 4 weeks ago) by jmcneill
Branch: MAIN
CVS Tags: bouyer-sunxi-drm-base,
bouyer-sunxi-drm
Changes since 1.8: +2 -3
lines
Diff to previous 1.8 (colored)
sdhc: Retire SDHC_FLAG_USE_ADMA2 flag. ADMA2 support in sdhc is mature now, so no need for it to be opt-in.
Revision 1.8 / (download) - annotate - [select for diffs], Sun Jan 23 08:01:33 2022 UTC (12 months, 1 week ago) by skrll
Branch: MAIN
Changes since 1.7: +3 -3
lines
Diff to previous 1.7 (colored)
Use __MASK(4) in bus_dmatag_subregion. NFCI.
Revision 1.7 / (download) - annotate - [select for diffs], Mon Jan 17 14:00:47 2022 UTC (12 months, 2 weeks ago) by skrll
Branch: MAIN
Changes since 1.6: +3 -3
lines
Diff to previous 1.6 (colored)
s/0xffffffff/UINT32_MAX/ in bus_dmatag_subregion call
Revision 1.3.10.1 / (download) - annotate - [select for diffs], Sat Apr 3 22:28:44 2021 UTC (22 months ago) by thorpej
Branch: thorpej-futex
Changes since 1.3: +17 -10
lines
Diff to previous 1.3 (colored) next main 1.4 (colored)
Sync with HEAD.
Revision 1.6 / (download) - annotate - [select for diffs], Wed Jan 27 03:10:21 2021 UTC (2 years ago) by thorpej
Branch: MAIN
CVS Tags: thorpej-i2c-spi-conf2-base,
thorpej-i2c-spi-conf2,
thorpej-i2c-spi-conf-base,
thorpej-i2c-spi-conf,
thorpej-futex2-base,
thorpej-futex2,
thorpej-futex-base,
thorpej-cfargs2-base,
thorpej-cfargs2,
thorpej-cfargs-base,
thorpej-cfargs,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Changes since 1.5: +11 -7
lines
Diff to previous 1.5 (colored)
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.
Revision 1.5 / (download) - annotate - [select for diffs], Mon Jan 18 02:35:49 2021 UTC (2 years ago) by thorpej
Branch: MAIN
Changes since 1.4: +8 -6
lines
Diff to previous 1.4 (colored)
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.
Revision 1.4 / (download) - annotate - [select for diffs], Fri Jan 15 20:50:49 2021 UTC (2 years ago) by ryo
Branch: MAIN
Changes since 1.3: +4 -3
lines
Diff to previous 1.3 (colored)
use fdtbus_intr_establish_xname
Revision 1.1.4.3 / (download) - annotate - [select for diffs], Mon Apr 13 08:04:19 2020 UTC (2 years, 9 months ago) by martin
Branch: phil-wifi
Changes since 1.1.4.2: +17 -3
lines
Diff to previous 1.1.4.2 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)
Mostly merge changes from HEAD upto 20200411
Revision 1.3 / (download) - annotate - [select for diffs], Wed Jul 3 23:10:43 2019 UTC (3 years, 7 months ago) by jmcneill
Branch: MAIN
CVS Tags: phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
phil-wifi-20191119,
netbsd-9-base,
netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
netbsd-9,
is-mlppp-base,
is-mlppp,
bouyer-xenpvh-base2,
bouyer-xenpvh-base1,
bouyer-xenpvh-base,
bouyer-xenpvh,
ad-namecache-base3,
ad-namecache-base2,
ad-namecache-base1,
ad-namecache-base,
ad-namecache
Branch point for: thorpej-futex
Changes since 1.2: +4 -2
lines
Diff to previous 1.2 (colored)
Add SDHC_FLAG_SINGLE_POWER_WRITE and SDHC_FLAG_32BIT_ACCESS flags
Revision 1.2 / (download) - annotate - [select for diffs], Wed Jul 3 19:46:02 2019 UTC (3 years, 7 months ago) by jmcneill
Branch: MAIN
Changes since 1.1: +15 -3
lines
Diff to previous 1.1 (colored)
Enforce 32-bit limits on ADMA2 capable controllers that do not support 64-bit descriptors
Revision 1.1.4.2 / (download) - annotate - [select for diffs], Mon Jun 10 22:07:07 2019 UTC (3 years, 7 months ago) by christos
Branch: phil-wifi
Changes since 1.1.4.1: +306 -0
lines
Diff to previous 1.1.4.1 (colored) to branchpoint 1.1 (colored)
Sync with HEAD
Revision 1.1.4.1, Wed Mar 13 12:17:45 2019 UTC (3 years, 10 months ago) by christos
Branch: phil-wifi
Changes since 1.1: +0 -306
lines
FILE REMOVED
file arasan_sdhc_fdt.c was added on branch phil-wifi on 2019-06-10 22:07:07 +0000
Revision 1.1 / (download) - annotate - [select for diffs], Wed Mar 13 12:17:45 2019 UTC (3 years, 10 months ago) by jmcneill
Branch: MAIN
CVS Tags: phil-wifi-20190609,
isaki-audio2-base,
isaki-audio2
Branch point for: phil-wifi
Add support for Arasan SDHCI 5.1