The NetBSD Project

CVS log for src/sys/dev/fdt/arasan_sdhc_fdt.c

[BACK] Up to [cvs.NetBSD.org] / src / sys / dev / fdt

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Nov 2 11:04:02 2022 UTC (2 years, 1 month ago) by jmcneill
Branches: MAIN
CVS tags: thorpej-ifq-base, thorpej-ifq, thorpej-altq-separation-base, thorpej-altq-separation, perseant-exfatfs-base-20240630, perseant-exfatfs-base, perseant-exfatfs, netbsd-10-base, netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, netbsd-10, HEAD
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +5 -12 lines
Re-enable ADMA2 support for arasan,sdhci-8.9a

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Nov 1 00:57:39 2022 UTC (2 years, 1 month ago) by jmcneill
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +13 -5 lines
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 - view: text, markup, annotated - select for diffs
Wed Oct 26 20:54:52 2022 UTC (2 years, 1 month ago) by jmcneill
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +7 -4 lines
No need to constrain DMA tag to 32-bits on 32-bit platforms.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Oct 26 10:55:23 2022 UTC (2 years, 1 month ago) by jmcneill
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +6 -2 lines
Use generic Arasan SDHCI driver for Zynq-7000.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Feb 6 15:52:20 2022 UTC (2 years, 9 months ago) by jmcneill
Branches: MAIN
CVS tags: bouyer-sunxi-drm-base, bouyer-sunxi-drm
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -3 lines
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 - view: text, markup, annotated - select for diffs
Sun Jan 23 08:01:33 2022 UTC (2 years, 10 months ago) by skrll
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -3 lines
Use __MASK(4) in bus_dmatag_subregion.  NFCI.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Jan 17 14:00:47 2022 UTC (2 years, 10 months ago) by skrll
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -3 lines
s/0xffffffff/UINT32_MAX/ in bus_dmatag_subregion call

Revision 1.3.10.1: download - view: text, markup, annotated - select for diffs
Sat Apr 3 22:28:44 2021 UTC (3 years, 8 months ago) by thorpej
Branches: thorpej-futex
Diff to: previous 1.3: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3: +17 -10 lines
Sync with HEAD.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Jan 27 03:10:21 2021 UTC (3 years, 10 months ago) by thorpej
Branches: 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
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +11 -7 lines
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 - view: text, markup, annotated - select for diffs
Mon Jan 18 02:35:49 2021 UTC (3 years, 10 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +8 -6 lines
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 - view: text, markup, annotated - select for diffs
Fri Jan 15 20:50:49 2021 UTC (3 years, 10 months ago) by ryo
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -3 lines
use fdtbus_intr_establish_xname

Revision 1.1.4.3: download - view: text, markup, annotated - select for diffs
Mon Apr 13 08:04:19 2020 UTC (4 years, 7 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.1.4.2: preferred, colored; branchpoint 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1.4.2: +17 -3 lines
Mostly merge changes from HEAD upto 20200411

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Jul 3 23:10:43 2019 UTC (5 years, 5 months ago) by jmcneill
Branches: MAIN
CVS tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, netbsd-9-base, netbsd-9-4-RELEASE, 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
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -2 lines
Add SDHC_FLAG_SINGLE_POWER_WRITE and SDHC_FLAG_32BIT_ACCESS flags

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Jul 3 19:46:02 2019 UTC (5 years, 5 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +15 -3 lines
Enforce 32-bit limits on ADMA2 capable controllers that do not support 64-bit descriptors

Revision 1.1.4.2: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:07:07 2019 UTC (5 years, 5 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.1.4.1: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.4.1: +306 -0 lines
Sync with HEAD

Revision 1.1.4.1
Wed Mar 13 12:17:45 2019 UTC (5 years, 8 months ago) by christos
Branches: phil-wifi
FILE REMOVED
Changes since revision 1.1: +0 -306 lines
file arasan_sdhc_fdt.c was added on branch phil-wifi on 2019-06-10 22:07:07 +0000

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Mar 13 12:17:45 2019 UTC (5 years, 8 months ago) by jmcneill
Branches: MAIN
CVS tags: phil-wifi-20190609, isaki-audio2-base, isaki-audio2
Branch point for: phil-wifi
Add support for Arasan SDHCI 5.1

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>