From: Sascha Hauer <s.hauer@pengutronix.de> To: Barebox List <barebox@lists.infradead.org> Subject: [PATCH v2 0/4] Rockchip eqos support Date: Tue, 8 Jun 2021 11:36:31 +0200 [thread overview] Message-ID: <20210608093635.5749-1-s.hauer@pengutronix.de> (raw) 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
next reply other threads:[~2021-06-08 9:38 UTC|newest] Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-06-08 9:36 Sascha Hauer [this message] 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
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20210608093635.5749-1-s.hauer@pengutronix.de \ --to=s.hauer@pengutronix.de \ --cc=barebox@lists.infradead.org \ --subject='Re: [PATCH v2 0/4] Rockchip eqos support' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox