Up to [cvs.NetBSD.org] / src / sys / arch / arm / sociox
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.23, Tue Feb 1 08:58:25 2022 UTC (12 months ago) by nisimura
Branch: MAIN
CVS Tags: bouyer-sunxi-drm-base,
bouyer-sunxi-drm,
HEAD
Changes since 1.22: +2 -2
lines
FILE REMOVED
retire SocioNext AVE 32/64 GbE driver
Revision 1.22 / (download) - annotate - [select for diffs], Fri Dec 31 14:25:22 2021 UTC (13 months ago) by riastradh
Branch: MAIN
Changes since 1.21: +3 -3
lines
Diff to previous 1.21 (colored)
sys: Use if_init wrapper function. Exception: Not in kern_pmf.c, for the kind of silly reason that it avoids having kern_pmf.c refer to symbols defined only in net; this avoids a pain in the rump.
Revision 1.17.2.1 / (download) - annotate - [select for diffs], Sat Apr 3 22:28:18 2021 UTC (21 months, 4 weeks ago) by thorpej
Branch: thorpej-futex
Changes since 1.17: +11 -11
lines
Diff to previous 1.17 (colored) next main 1.18 (colored)
Sync with HEAD.
Revision 1.21 / (download) - annotate - [select for diffs], Wed Jan 27 03:10:19 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.20: +4 -4
lines
Diff to previous 1.20 (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.20 / (download) - annotate - [select for diffs], Wed Jan 27 02:03:10 2021 UTC (2 years ago) by thorpej
Branch: MAIN
Changes since 1.19: +3 -3
lines
Diff to previous 1.19 (colored)
Use DEVICE_COMPAT_EOL.
Revision 1.19 / (download) - annotate - [select for diffs], Mon Jan 25 14:20:38 2021 UTC (2 years ago) by thorpej
Branch: MAIN
Changes since 1.18: +3 -4
lines
Diff to previous 1.18 (colored)
Since we're using designated initialisers for compat data, we should use a completely empty initializer for the sentinel.
Revision 1.18 / (download) - annotate - [select for diffs], Mon Jan 18 02:35:49 2021 UTC (2 years ago) by thorpej
Branch: MAIN
Changes since 1.17: +11 -10
lines
Diff to previous 1.17 (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.17 / (download) - annotate - [select for diffs], Wed Sep 23 23:38:24 2020 UTC (2 years, 4 months ago) by nisimura
Branch: MAIN
Branch point for: thorpej-futex
Changes since 1.16: +51 -50
lines
Diff to previous 1.16 (colored)
note more about AVE EMAC design
Revision 1.16.4.2 / (download) - annotate - [select for diffs], Mon Apr 13 08:03:37 2020 UTC (2 years, 9 months ago) by martin
Branch: phil-wifi
Changes since 1.16.4.1: +1358 -0
lines
Diff to previous 1.16.4.1 (colored) to branchpoint 1.16 (colored) next main 1.17 (colored)
Mostly merge changes from HEAD upto 20200411
Revision 1.16.4.1, Fri Mar 27 13:00:22 2020 UTC (2 years, 10 months ago) by martin
Branch: phil-wifi
Changes since 1.16: +0 -1358
lines
FILE REMOVED
file if_ave.c was added on branch phil-wifi on 2020-04-13 08:03:37 +0000
Revision 1.16 / (download) - annotate - [select for diffs], Fri Mar 27 13:00:22 2020 UTC (2 years, 10 months ago) by nisimura
Branch: MAIN
CVS Tags: phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
bouyer-xenpvh-base2,
bouyer-xenpvh-base1,
bouyer-xenpvh-base,
bouyer-xenpvh
Branch point for: phil-wifi
Changes since 1.15: +31 -59
lines
Diff to previous 1.15 (colored)
extend mii_statchg() to use ether_mediachange(). care about hash filter selection.
Revision 1.15 / (download) - annotate - [select for diffs], Tue Mar 24 03:08:02 2020 UTC (2 years, 10 months ago) by nisimura
Branch: MAIN
Changes since 1.14: +4 -4
lines
Diff to previous 1.14 (colored)
correct inverted logic to determine RMII/MII
Revision 1.14 / (download) - annotate - [select for diffs], Mon Mar 23 10:26:07 2020 UTC (2 years, 10 months ago) by nisimura
Branch: MAIN
Changes since 1.13: +197 -40
lines
Diff to previous 1.13 (colored)
adapt dual descriptor design both for AVE64 and AVE32
Revision 1.13 / (download) - annotate - [select for diffs], Mon Mar 23 07:42:00 2020 UTC (2 years, 10 months ago) by nisimura
Branch: MAIN
Changes since 1.12: +38 -35
lines
Diff to previous 1.12 (colored)
replace some macro names for descriptor management
Revision 1.12 / (download) - annotate - [select for diffs], Mon Mar 23 05:24:28 2020 UTC (2 years, 10 months ago) by nisimura
Branch: MAIN
Changes since 1.11: +10 -13
lines
Diff to previous 1.11 (colored)
use sc_100mii variable name for RMII/MII
Revision 1.11 / (download) - annotate - [select for diffs], Mon Mar 23 03:21:31 2020 UTC (2 years, 10 months ago) by nisimura
Branch: MAIN
Changes since 1.10: +7 -7
lines
Diff to previous 1.10 (colored)
manifest non-MP_SAFE
Revision 1.10 / (download) - annotate - [select for diffs], Sun Mar 22 00:14:16 2020 UTC (2 years, 10 months ago) by nisimura
Branch: MAIN
Changes since 1.9: +5 -5
lines
Diff to previous 1.9 (colored)
improve comments
Revision 1.9 / (download) - annotate - [select for diffs], Sun Mar 22 00:05:17 2020 UTC (2 years, 10 months ago) by nisimura
Branch: MAIN
Changes since 1.8: +38 -40
lines
Diff to previous 1.8 (colored)
- move sc_flowflags = 0 line at earlier place. - handle a set of speed selection operations.
Revision 1.8 / (download) - annotate - [select for diffs], Sat Mar 21 11:46:36 2020 UTC (2 years, 10 months ago) by nisimura
Branch: MAIN
Changes since 1.7: +25 -20
lines
Diff to previous 1.7 (colored)
- handle register adjustment when link speed change. - make some more care on reset operation.
Revision 1.7 / (download) - annotate - [select for diffs], Sat Mar 21 08:16:19 2020 UTC (2 years, 10 months ago) by nisimura
Branch: MAIN
Changes since 1.6: +41 -12
lines
Diff to previous 1.6 (colored)
- add one more missing RXC_EN. - handle link speed change. - fix genmask0() bit mask generation error.
Revision 1.6 / (download) - annotate - [select for diffs], Sat Mar 21 07:16:16 2020 UTC (2 years, 10 months ago) by nisimura
Branch: MAIN
Changes since 1.5: +30 -29
lines
Diff to previous 1.5 (colored)
make comments about descriptor storage design detail
Revision 1.5 / (download) - annotate - [select for diffs], Sat Mar 21 04:35:20 2020 UTC (2 years, 10 months ago) by nisimura
Branch: MAIN
Changes since 1.4: +15 -17
lines
Diff to previous 1.4 (colored)
more on toward dual descriptor design
Revision 1.4 / (download) - annotate - [select for diffs], Sat Mar 21 01:17:51 2020 UTC (2 years, 10 months ago) by nisimura
Branch: MAIN
Changes since 1.3: +19 -21
lines
Diff to previous 1.3 (colored)
- add missing RXC_EN bit to resume receiving. - an inch forward to absorb incompatible descriptor designs.
Revision 1.3 / (download) - annotate - [select for diffs], Fri Mar 20 12:29:09 2020 UTC (2 years, 10 months ago) by nisimura
Branch: MAIN
Changes since 1.2: +17 -19
lines
Diff to previous 1.2 (colored)
use correct product name. still unfinished
Revision 1.2 / (download) - annotate - [select for diffs], Fri Mar 20 09:41:24 2020 UTC (2 years, 10 months ago) by nisimura
Branch: MAIN
Changes since 1.1: +2 -5
lines
Diff to previous 1.1 (colored)
remove #ifdef _LP64 as jmcneil@ suggested
Revision 1.1 / (download) - annotate - [select for diffs], Fri Mar 20 00:27:58 2020 UTC (2 years, 10 months ago) by nisimura
Branch: MAIN
Socionext AVE GbE driver for UniPhier SoC family.