The NetBSD Project

CVS log for src/sys/arch/arm/rockchip/rk_gmac.c

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


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

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

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sun Dec 31 09:45:58 2023 UTC (11 months, 1 week ago) by skrll
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630, perseant-exfatfs-base, perseant-exfatfs
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -3 lines
Trailing whitespace

Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Nov 12 22:02:08 2021 UTC (3 years ago) by jmcneill
Branches: MAIN
CVS tags: thorpej-ifq-base, thorpej-ifq, thorpej-altq-separation-base, thorpej-altq-separation, 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, bouyer-sunxi-drm-base, bouyer-sunxi-drm
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +108 -3 lines
arm: rockchip: Add support for RK3288 SoC.

The Rockchip RK3288 is a quad core Cortex-A17 SoC.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun Nov 7 19:21:33 2021 UTC (3 years, 1 month ago) by jmcneill
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +4 -4 lines
Handle RGMII variants.

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

Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Jan 27 03:10:19 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.18: preferred, colored
Changes since revision 1.18: +5 -5 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.18: download - view: text, markup, annotated - select for diffs
Mon Jan 25 14:20:38 2021 UTC (3 years, 10 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +3 -4 lines
Since we're using designated initialisers for compat data, we should
use a completely empty initializer for the sentinel.

Revision 1.17: 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.16: preferred, colored
Changes since revision 1.16: +8 -7 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.16: download - view: text, markup, annotated - select for diffs
Fri Jan 15 18:42:41 2021 UTC (3 years, 10 months ago) by ryo
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +5 -4 lines
use fdtbus_intr_establish_xname

Revision 1.3.4.2: download - view: text, markup, annotated - select for diffs
Mon Apr 13 08:03:37 2020 UTC (4 years, 7 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.3.4.1: preferred, colored; branchpoint 1.3: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3.4.1: +66 -40 lines
Mostly merge changes from HEAD upto 20200411

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Nov 9 17:21:48 2019 UTC (5 years, 1 month ago) by tnn
Branches: MAIN
CVS tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, 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.14: preferred, colored
Changes since revision 1.14: +63 -39 lines
rk_gmac: clean up code for setting up clock delay lines a bit

- break long lines
- move toggle to enable it under a single #ifdef notyet

I've tested it and it works, but I'm keeping the #ifdef notyet for now
because it didn't solve the original problem I was debugging.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Jul 21 08:24:32 2019 UTC (5 years, 4 months ago) by mrg
Branches: MAIN
CVS tags: 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
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +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.13: download - view: text, markup, annotated - select for diffs
Mon Jul 8 03:22:38 2019 UTC (5 years, 5 months ago) by msaitoh
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -2 lines
 Add rnd(9) support.

Revision 1.3.4.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:05:55 2019 UTC (5 years, 6 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +189 -82 lines
Sync with HEAD

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun May 5 19:10:05 2019 UTC (5 years, 7 months ago) by jmcneill
Branches: MAIN
CVS tags: phil-wifi-20190609
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +6 -2 lines
RK3399: Skip setting RGMII TX/RX clock delayline parameters for now and
rely on the settings configured by firmware.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Feb 28 03:05:46 2019 UTC (5 years, 9 months ago) by msaitoh
Branches: MAIN
CVS tags: isaki-audio2-base, isaki-audio2
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +8 -3 lines
 Set RGMII delay for MAC side correctly on RK3399.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Feb 27 07:16:00 2019 UTC (5 years, 9 months ago) by msaitoh
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -3 lines
 Fix RGMII clock 25MHz setting (for 100Mbps).

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

Revision 1.3.2.4: download - view: text, markup, annotated - select for diffs
Thu Sep 6 06:55:27 2018 UTC (6 years, 3 months ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.3.2.3: preferred, colored; branchpoint 1.3: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3.2.3: +156 -60 lines
Sync with HEAD

Resolve a couple of conflicts (result of the uimin/uimax changes)

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Aug 12 16:48:05 2018 UTC (6 years, 3 months ago) by jmcneill
Branches: MAIN
CVS tags: pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +156 -60 lines
Add support for Rockchip RK3399 SoC.

Revision 1.3.2.3: download - view: text, markup, annotated - select for diffs
Sat Jul 28 04:37:29 2018 UTC (6 years, 4 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.3.2.2: preferred, colored; branchpoint 1.3: preferred, colored
Changes since revision 1.3.2.2: +27 -25 lines
Sync with HEAD

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Jul 16 23:11:47 2018 UTC (6 years, 4 months ago) by christos
Branches: MAIN
CVS tags: pgoyette-compat-0728
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +4 -2 lines
Add missing pointer <-> integer casts
Use PRI?64 to print uint64_t instead 'll?'

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Jun 30 18:27:10 2018 UTC (6 years, 5 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +5 -2 lines
Rock64 needs more time for the PHY to reset. Add a delay.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Jun 30 18:20:35 2018 UTC (6 years, 5 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +19 -23 lines
Use syscon API

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Jun 30 16:28:14 2018 UTC (6 years, 5 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +5 -4 lines
Only install interrupt handler if dwc_gmac_attach succeeds.

Revision 1.3.2.2: download - view: text, markup, annotated - select for diffs
Mon Jun 25 07:25:39 2018 UTC (6 years, 5 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.3.2.1: preferred, colored; branchpoint 1.3: preferred, colored
Changes since revision 1.3.2.1: +324 -0 lines
Sync with HEAD

Revision 1.3.2.1
Tue Jun 19 23:43:11 2018 UTC (6 years, 5 months ago) by pgoyette
Branches: pgoyette-compat
FILE REMOVED
Changes since revision 1.3: +0 -324 lines
file rk_gmac.c was added on branch pgoyette-compat on 2018-06-25 07:25:39 +0000

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Jun 19 23:43:11 2018 UTC (6 years, 5 months ago) by jmcneill
Branches: MAIN
CVS tags: phil-wifi-base, pgoyette-compat-0625
Branch point for: phil-wifi, pgoyette-compat
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +21 -13 lines
Disable threshhold mode for TX/RX DMA and ignore tx_delay/rx_delay props
for now. Fixes GMAC on RK3328.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Jun 17 00:33:05 2018 UTC (6 years, 5 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +9 -16 lines
Enable gpio reset logic

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Jun 16 00:19:04 2018 UTC (6 years, 5 months ago) by jmcneill
Branches: MAIN
Add initial support for Rockchip RK3328 SoC.

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>