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


Default branch: MAIN


Revision 1.22 / (download) - annotate - [select for diffs], Sun Dec 31 09:45:58 2023 UTC (3 months, 2 weeks ago) by skrll
Branch: MAIN
CVS Tags: HEAD
Changes since 1.21: +3 -3 lines
Diff to previous 1.21 (colored) to selected 1.10 (colored)

Trailing whitespace

Revision 1.21 / (download) - annotate - [select for diffs], Fri Nov 12 22:02:08 2021 UTC (2 years, 5 months ago) by jmcneill
Branch: 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
Changes since 1.20: +108 -3 lines
Diff to previous 1.20 (colored) to selected 1.10 (colored)

arm: rockchip: Add support for RK3288 SoC.

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

Revision 1.20 / (download) - annotate - [select for diffs], Sun Nov 7 19:21:33 2021 UTC (2 years, 5 months ago) by jmcneill
Branch: MAIN
Changes since 1.19: +4 -4 lines
Diff to previous 1.19 (colored) to selected 1.10 (colored)

Handle RGMII variants.

Revision 1.15.8.1 / (download) - annotate - [select for diffs], Sat Apr 3 22:28:18 2021 UTC (3 years ago) by thorpej
Branch: thorpej-futex
Changes since 1.15: +11 -10 lines
Diff to previous 1.15 (colored) next main 1.16 (colored) to selected 1.10 (colored)

Sync with HEAD.

Revision 1.19 / (download) - annotate - [select for diffs], Wed Jan 27 03:10:19 2021 UTC (3 years, 2 months 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.18: +5 -5 lines
Diff to previous 1.18 (colored) to selected 1.10 (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.18 / (download) - annotate - [select for diffs], Mon Jan 25 14:20:38 2021 UTC (3 years, 2 months ago) by thorpej
Branch: MAIN
Changes since 1.17: +3 -4 lines
Diff to previous 1.17 (colored) to selected 1.10 (colored)

Since we're using designated initialisers for compat data, we should
use a completely empty initializer for the sentinel.

Revision 1.17 / (download) - annotate - [select for diffs], Mon Jan 18 02:35:49 2021 UTC (3 years, 3 months ago) by thorpej
Branch: MAIN
Changes since 1.16: +8 -7 lines
Diff to previous 1.16 (colored) to selected 1.10 (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.16 / (download) - annotate - [select for diffs], Fri Jan 15 18:42:41 2021 UTC (3 years, 3 months ago) by ryo
Branch: MAIN
Changes since 1.15: +5 -4 lines
Diff to previous 1.15 (colored) to selected 1.10 (colored)

use fdtbus_intr_establish_xname

Revision 1.3.4.2 / (download) - annotate - [select for diffs], Mon Apr 13 08:03:37 2020 UTC (4 years ago) by martin
Branch: phil-wifi
Changes since 1.3.4.1: +66 -40 lines
Diff to previous 1.3.4.1 (colored) to branchpoint 1.3 (colored) next main 1.4 (colored) to selected 1.10 (colored)

Mostly merge changes from HEAD upto 20200411

Revision 1.15 / (download) - annotate - [select for diffs], Sat Nov 9 17:21:48 2019 UTC (4 years, 5 months ago) by tnn
Branch: 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
Changes since 1.14: +63 -39 lines
Diff to previous 1.14 (colored) to selected 1.10 (colored)

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) - annotate - [select for diffs], Sun Jul 21 08:24:32 2019 UTC (4 years, 9 months ago) by mrg
Branch: MAIN
CVS Tags: 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
Changes since 1.13: +4 -3 lines
Diff to previous 1.13 (colored) to selected 1.10 (colored)

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) - annotate - [select for diffs], Mon Jul 8 03:22:38 2019 UTC (4 years, 9 months ago) by msaitoh
Branch: MAIN
Changes since 1.12: +3 -2 lines
Diff to previous 1.12 (colored) to selected 1.10 (colored)

 Add rnd(9) support.

Revision 1.3.4.1 / (download) - annotate - [select for diffs], Mon Jun 10 22:05:55 2019 UTC (4 years, 10 months ago) by christos
Branch: phil-wifi
Changes since 1.3: +189 -82 lines
Diff to previous 1.3 (colored) to selected 1.10 (colored)

Sync with HEAD

Revision 1.12 / (download) - annotate - [select for diffs], Sun May 5 19:10:05 2019 UTC (4 years, 11 months ago) by jmcneill
Branch: MAIN
CVS Tags: phil-wifi-20190609
Changes since 1.11: +6 -2 lines
Diff to previous 1.11 (colored) to selected 1.10 (colored)

RK3399: Skip setting RGMII TX/RX clock delayline parameters for now and
rely on the settings configured by firmware.

Revision 1.11 / (download) - annotate - [select for diffs], Thu Feb 28 03:05:46 2019 UTC (5 years, 1 month ago) by msaitoh
Branch: MAIN
CVS Tags: isaki-audio2-base, isaki-audio2
Changes since 1.10: +8 -3 lines
Diff to previous 1.10 (colored)

 Set RGMII delay for MAC side correctly on RK3399.

Revision 1.10 / (download) - annotate - [selected], Wed Feb 27 07:16:00 2019 UTC (5 years, 1 month ago) by msaitoh
Branch: MAIN
Changes since 1.9: +3 -3 lines
Diff to previous 1.9 (colored)

 Fix RGMII clock 25MHz setting (for 100Mbps).

Revision 1.9 / (download) - annotate - [select for diffs], Sat Feb 23 17:18:38 2019 UTC (5 years, 1 month ago) by martin
Branch: MAIN
Changes since 1.8: +3 -3 lines
Diff to previous 1.8 (colored) to selected 1.10 (colored)

Adjust all callers of dwc_gmac_attach, pass MII_PHY_ANY for now.

Revision 1.3.2.4 / (download) - annotate - [select for diffs], Thu Sep 6 06:55:27 2018 UTC (5 years, 7 months ago) by pgoyette
Branch: pgoyette-compat
CVS Tags: pgoyette-compat-merge-20190127
Changes since 1.3.2.3: +156 -60 lines
Diff to previous 1.3.2.3 (colored) to branchpoint 1.3 (colored) next main 1.4 (colored) to selected 1.10 (colored)

Sync with HEAD

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

Revision 1.8 / (download) - annotate - [select for diffs], Sun Aug 12 16:48:05 2018 UTC (5 years, 8 months ago) by jmcneill
Branch: MAIN
CVS Tags: pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906
Changes since 1.7: +156 -60 lines
Diff to previous 1.7 (colored) to selected 1.10 (colored)

Add support for Rockchip RK3399 SoC.

Revision 1.3.2.3 / (download) - annotate - [select for diffs], Sat Jul 28 04:37:29 2018 UTC (5 years, 8 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.3.2.2: +27 -25 lines
Diff to previous 1.3.2.2 (colored) to branchpoint 1.3 (colored) to selected 1.10 (colored)

Sync with HEAD

Revision 1.7 / (download) - annotate - [select for diffs], Mon Jul 16 23:11:47 2018 UTC (5 years, 9 months ago) by christos
Branch: MAIN
CVS Tags: pgoyette-compat-0728
Changes since 1.6: +4 -2 lines
Diff to previous 1.6 (colored) to selected 1.10 (colored)

Add missing pointer <-> integer casts
Use PRI?64 to print uint64_t instead 'll?'

Revision 1.6 / (download) - annotate - [select for diffs], Sat Jun 30 18:27:10 2018 UTC (5 years, 9 months ago) by jmcneill
Branch: MAIN
Changes since 1.5: +5 -2 lines
Diff to previous 1.5 (colored) to selected 1.10 (colored)

Rock64 needs more time for the PHY to reset. Add a delay.

Revision 1.5 / (download) - annotate - [select for diffs], Sat Jun 30 18:20:35 2018 UTC (5 years, 9 months ago) by jmcneill
Branch: MAIN
Changes since 1.4: +19 -23 lines
Diff to previous 1.4 (colored) to selected 1.10 (colored)

Use syscon API

Revision 1.4 / (download) - annotate - [select for diffs], Sat Jun 30 16:28:14 2018 UTC (5 years, 9 months ago) by jmcneill
Branch: MAIN
Changes since 1.3: +5 -4 lines
Diff to previous 1.3 (colored) to selected 1.10 (colored)

Only install interrupt handler if dwc_gmac_attach succeeds.

Revision 1.3.2.2 / (download) - annotate - [select for diffs], Mon Jun 25 07:25:39 2018 UTC (5 years, 9 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.3.2.1: +324 -0 lines
Diff to previous 1.3.2.1 (colored) to branchpoint 1.3 (colored) to selected 1.10 (colored)

Sync with HEAD

Revision 1.3.2.1, Tue Jun 19 23:43:11 2018 UTC (5 years, 10 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.3: +0 -324 lines
FILE REMOVED

file rk_gmac.c was added on branch pgoyette-compat on 2018-06-25 07:25:39 +0000

Revision 1.3 / (download) - annotate - [select for diffs], Tue Jun 19 23:43:11 2018 UTC (5 years, 10 months ago) by jmcneill
Branch: MAIN
CVS Tags: phil-wifi-base, pgoyette-compat-0625
Branch point for: phil-wifi, pgoyette-compat
Changes since 1.2: +21 -13 lines
Diff to previous 1.2 (colored) to selected 1.10 (colored)

Disable threshhold mode for TX/RX DMA and ignore tx_delay/rx_delay props
for now. Fixes GMAC on RK3328.

Revision 1.2 / (download) - annotate - [select for diffs], Sun Jun 17 00:33:05 2018 UTC (5 years, 10 months ago) by jmcneill
Branch: MAIN
Changes since 1.1: +9 -16 lines
Diff to previous 1.1 (colored) to selected 1.10 (colored)

Enable gpio reset logic

Revision 1.1 / (download) - annotate - [select for diffs], Sat Jun 16 00:19:04 2018 UTC (5 years, 10 months ago) by jmcneill
Branch: MAIN
Diff to selected 1.10 (colored)

Add initial support for Rockchip RK3328 SoC.

This form allows you to request diff's 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.




CVSweb <webmaster@jp.NetBSD.org>