mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Rockchip eqos support
@ 2021-06-08  9:36 Sascha Hauer
  2021-06-08  9:36 ` [PATCH 1/4] gpio: allow -gpio suffix for gpio property names Sascha Hauer
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Sascha Hauer @ 2021-06-08  9:36 UTC (permalink / raw)
  To: Barebox List

This adds Rockchip support to the designware eqos driver.

Changes since v1:
- Honour GPIO flags in snps,reset-gpio properties
- Add support for putting phy reset gpio properties into the phy node

Sascha Hauer (4):
  gpio: allow -gpio suffix for gpio property names
  net: designware: eqos: reset phy
  net: designware: eqos: set mdio bus device node
  net: eqos: Rockchip support

 drivers/gpio/gpiolib.c            |  30 ++-
 drivers/net/Kconfig               |   6 +
 drivers/net/Makefile              |   1 +
 drivers/net/designware_eqos.c     |  29 +++
 drivers/net/designware_rockchip.c | 311 ++++++++++++++++++++++++++++++
 drivers/of/of_gpio.c              |   7 +
 6 files changed, 375 insertions(+), 9 deletions(-)
 create mode 100644 drivers/net/designware_rockchip.c

-- 
2.29.2


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-06-08  9:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-08  9:36 [PATCH v2 0/4] Rockchip eqos support Sascha Hauer
2021-06-08  9:36 ` [PATCH 1/4] gpio: allow -gpio suffix for gpio property names Sascha Hauer
2021-06-08  9:36 ` [PATCH 2/4] net: designware: eqos: reset phy Sascha Hauer
2021-06-08  9:36 ` [PATCH 3/4] net: designware: eqos: set mdio bus device node Sascha Hauer
2021-06-08  9:36 ` [PATCH 4/4] net: eqos: Rockchip support Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox