[PATCH v2 0/4] Rockchip eqos support
Sascha Hauer
s.hauer at pengutronix.de
Tue Jun 8 02:36:31 PDT 2021
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
More information about the barebox
mailing list