The NetBSD Project

CVS log for src/sys/arch/arm/amlogic/meson_dwmac.c

[BACK] Up to [cvs.NetBSD.org] / src / sys / arch / arm / amlogic

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Oct 13 08:55:24 2024 UTC (6 months, 4 weeks ago) by skrll
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +3 -3 lines
Improve an error message

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Aug 10 12:16:46 2024 UTC (9 months ago) by skrll
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -3 lines
awge(4): MP improvements

Remove the non-MP-safe scaffolding and make the locking less
coarse.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Nov 19 07:04:27 2021 UTC (3 years, 5 months ago) by jdc
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-1-RELEASE, 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, bouyer-sunxi-drm-base, bouyer-sunxi-drm
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +60 -52 lines
PR port-evbarm/50416

Redo the previous change.  The  "snps,..." properties are on the ethernet
node and the "reset-..." properties are on the phy node.  Handle this by
creating a separate reset routine for each case.  Idea from Jared.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Nov 17 11:57:27 2021 UTC (3 years, 5 months ago) by jdc
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +58 -19 lines
PR port-evbarm/50416

Also check the "reset_gpios", "reset-assert-us", and "reset-deassert-us"
properties for ethernet MAC reset information.  Makes the built-in ethernet
work on Odroid C1 and Odroid C2 (with mesongxbb_pinctrl.c >= r1.3).

Based on a hint from Jared.  C2 tested by Martin.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Nov 7 19:21:32 2021 UTC (3 years, 6 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -3 lines
Handle RGMII variants.

Revision 1.8.6.2: download - view: text, markup, annotated - select for diffs
Sat Apr 3 22:28:15 2021 UTC (4 years, 1 month ago) by thorpej
Branches: thorpej-futex
Diff to: previous 1.8.6.1: preferred, colored; branchpoint 1.8: preferred, colored; next MAIN 1.9: preferred, colored
Changes since revision 1.8.6.1: +12 -11 lines
Sync with HEAD.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Jan 27 03:10:18 2021 UTC (4 years, 3 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.10: preferred, colored
Changes since revision 1.10: +9 -9 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.10: download - view: text, markup, annotated - select for diffs
Fri Jan 15 18:42:40 2021 UTC (4 years, 3 months ago) by ryo
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +5 -4 lines
use fdtbus_intr_establish_xname

Revision 1.8.6.1: download - view: text, markup, annotated - select for diffs
Sun Jan 3 16:34:50 2021 UTC (4 years, 4 months ago) by thorpej
Branches: thorpej-futex
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +29 -5 lines
Sync w/ HEAD.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Jan 1 07:18:23 2021 UTC (4 years, 4 months ago) by ryo
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +29 -5 lines
fix to work with various clock frequencies, and add support "amlogic,meson-axg-dwmac"

Revision 1.5.4.4: download - view: text, markup, annotated - select for diffs
Mon Apr 13 08:03:32 2020 UTC (5 years, 1 month ago) by martin
Branches: phil-wifi
Diff to: previous 1.5.4.3: preferred, colored; branchpoint 1.5: preferred, colored; next MAIN 1.6: preferred, colored
Changes since revision 1.5.4.3: +3 -1 lines
Mostly merge changes from HEAD upto 20200411

Revision 1.5.4.3: download - view: text, markup, annotated - select for diffs
Wed Apr 8 14:07:27 2020 UTC (5 years, 1 month ago) by martin
Branches: phil-wifi
Diff to: previous 1.5.4.2: preferred, colored; branchpoint 1.5: preferred, colored
Changes since revision 1.5.4.2: +3 -2 lines
Merge changes from current as of 20200406

Revision 1.7.4.1: download - view: text, markup, annotated - select for diffs
Sat Feb 29 20:18:17 2020 UTC (5 years, 2 months ago) by ad
Branches: ad-namecache
Diff to: previous 1.7: preferred, colored; next MAIN 1.8: preferred, colored
Changes since revision 1.7: +3 -2 lines
Sync with head.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Feb 6 00:32:07 2020 UTC (5 years, 3 months ago) by rjs
Branches: MAIN
CVS tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, is-mlppp-base, is-mlppp, bouyer-xenpvh-base2, bouyer-xenpvh-base1, bouyer-xenpvh-base, bouyer-xenpvh, ad-namecache-base3
Branch point for: thorpej-futex
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -2 lines
Match new dtb.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Jul 21 08:24:32 2019 UTC (5 years, 9 months ago) by mrg
Branches: MAIN
CVS tags: 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, ad-namecache-base2, ad-namecache-base1, ad-namecache-base
Branch point for: ad-namecache
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +4 -3 lines
move DWCGMAC_MPSAFE into dwc_gmac_var.h and introduce an
additional define that is 0 or FDT_INTR_MPSAFE that the
frontends can use when passing to fdtbus_intr_establish().

with NET_MPSAFE enabled, this avoids hangs seen on rock64,
as well as finishing the MPSAFE port for this driver.

XXX: still don't know why the existing hangs occur.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Jul 8 03:22:38 2019 UTC (5 years, 10 months ago) by msaitoh
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -2 lines
 Add rnd(9) support.

Revision 1.5.4.2: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:05:51 2019 UTC (5 years, 11 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.5.4.1: preferred, colored; branchpoint 1.5: preferred, colored
Changes since revision 1.5.4.1: +233 -0 lines
Sync with HEAD

Revision 1.5.4.1
Fri Apr 19 19:07:56 2019 UTC (6 years ago) by christos
Branches: phil-wifi
FILE REMOVED
Changes since revision 1.5: +0 -233 lines
file meson_dwmac.c was added on branch phil-wifi on 2019-06-10 22:05:51 +0000

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Apr 19 19:07:56 2019 UTC (6 years ago) by jmcneill
Branches: MAIN
CVS tags: phil-wifi-20190609, isaki-audio2-base, isaki-audio2
Branch point for: phil-wifi
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +19 -2 lines
Add support for Amlogic Meson GXL family SoCs.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Mar 2 12:24:44 2019 UTC (6 years, 2 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +45 -22 lines
Setup RGMII mode for Meson DWMAC

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Feb 25 19:30:17 2019 UTC (6 years, 2 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -4 lines
Add support for Amlogic S905 (Meson GXBB) SoCs.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Feb 23 17:18:38 2019 UTC (6 years, 2 months ago) by martin
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -3 lines
Adjust all callers of dwc_gmac_attach, pass MII_PHY_ANY for now.

Revision 1.1.2.2: download - view: text, markup, annotated - select for diffs
Sat Jan 26 21:59:59 2019 UTC (6 years, 3 months ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.1.2.1: preferred, colored; branchpoint 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1.2.1: +194 -0 lines
Sync with HEAD

Revision 1.1.2.1
Sat Jan 19 20:56:03 2019 UTC (6 years, 3 months ago) by pgoyette
Branches: pgoyette-compat
FILE REMOVED
Changes since revision 1.1: +0 -194 lines
file meson_dwmac.c was added on branch pgoyette-compat on 2019-01-26 21:59:59 +0000

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Jan 19 20:56:03 2019 UTC (6 years, 3 months ago) by jmcneill
Branches: MAIN
CVS tags: pgoyette-compat-20190127
Branch point for: pgoyette-compat
Add support for (FDT-ized) Amlogic Meson8b.

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>