mbox series

[v3,0/3] net: dsa: lantiq: add support for xRX300 and xRX330

Message ID 20210321173922.2837-1-olek2@wp.pl
Headers show
Series net: dsa: lantiq: add support for xRX300 and xRX330 | expand

Message

Aleksander Jan Bajkowski March 21, 2021, 5:39 p.m. UTC
From: Aleksander Jan Bajkowski <A.Bajkowski@stud.elka.pw.edu.pl>

Changed since v2:
	* fixed compilation warnings
	* removed example bindings for xrx330
	* patches has been refactored due to upstream changes

Changed since v1:
	* gswip_mii_mask_cfg() can now change port 3 on xRX330
	* changed alowed modes on port 0 and 5 for xRX300 and xRX330
	* moved common part of phylink validation into gswip_phylink_set_capab()
	* verify the compatible string against the hardware

Aleksander Jan Bajkowski (3):
  net: dsa: lantiq: allow to use all GPHYs on xRX300 and xRX330
  net: dsa: lantiq: verify compatible strings against hardware
  dt-bindings: net: dsa: lantiq: add xRx300 and xRX330 switch bindings

 .../bindings/net/dsa/lantiq-gswip.txt         |   4 +
 drivers/net/dsa/lantiq_gswip.c                | 164 ++++++++++++++----
 2 files changed, 137 insertions(+), 31 deletions(-)