From: Sascha Hauer <s.hauer@pengutronix.de>
To: Andrey Smirnov <andrew.smirnov@gmail.com>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH v2 0/6] MDIO bus multiplexer support
Date: Wed, 6 Dec 2017 15:49:37 +0100 [thread overview]
Message-ID: <20171206144937.i4r6bdnlk56l5ezf@pengutronix.de> (raw)
In-Reply-To: <20171204152718.10674-1-andrew.smirnov@gmail.com>
On Mon, Dec 04, 2017 at 07:27:12AM -0800, Andrey Smirnov wrote:
> Hi everyone,
>
> This is the second version of my original, with few modifications and
> fixes.
>
> Changes since [v1]:
>
> - Addressed smalle issues pointed out by Sascha (leftover comment,
> bad identation)
>
> - Added patch enabling MDIO GPIO mux driver for ZII VF610 boards
> since the are the HW this patchset targets.
>
> [v1] http://lists.infradead.org/pipermail/barebox/2017-November/031589.html
>
> Andrey Smirnov (6):
> ARM: vybrid: zii: Make use of DT code from Linux kernel
> mdio_bus: Port of_mdio_find_bus() from Linux kernel
> net: phy: Port MDIO bus miltiplexer framework from Linux kernel
> net: phy: Port GPIO controlled MDIO multiplexer driver
> net: mdio-mux: Avoid probing multiplexed busses
> zii_vf610_dev_defconfig: Select MDIO bus GPIO multiplexer
Applied, thanks
Sascha
>
> arch/arm/configs/zii_vf610_dev_defconfig | 1 +
> arch/arm/dts/vf610-zii-cfu1-rev-a.dts | 3 +-
> arch/arm/dts/vf610-zii-dev-rev-b.dts | 386 +----------------------------
> arch/arm/dts/vf610-zii-dev-rev-c.dts | 391 +-----------------------------
> arch/arm/dts/vf610-zii-dev.dtsi | 354 ---------------------------
> arch/arm/dts/vf610-zii-scu4-aib-rev-c.dts | 2 +
> arch/arm/dts/vf610-zii-spu3-rev-a.dts | 4 +-
> drivers/net/phy/Kconfig | 18 ++
> drivers/net/phy/Makefile | 3 +
> drivers/net/phy/mdio-mux-gpio.c | 147 +++++++++++
> drivers/net/phy/mdio-mux.c | 143 +++++++++++
> drivers/net/phy/mdio_bus.c | 30 +++
> include/linux/mdio-mux.h | 30 +++
> include/linux/phy.h | 4 +
> 14 files changed, 385 insertions(+), 1131 deletions(-)
> create mode 100644 drivers/net/phy/mdio-mux-gpio.c
> create mode 100644 drivers/net/phy/mdio-mux.c
> create mode 100644 include/linux/mdio-mux.h
>
> --
> 2.14.3
>
>
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
prev parent reply other threads:[~2017-12-06 14:50 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-04 15:27 Andrey Smirnov
2017-12-04 15:27 ` [PATCH v2 1/6] ARM: vybrid: zii: Make use of DT code from Linux kernel Andrey Smirnov
2017-12-04 15:27 ` [PATCH v2 2/6] mdio_bus: Port of_mdio_find_bus() " Andrey Smirnov
2017-12-04 15:27 ` [PATCH v2 3/6] net: phy: Port MDIO bus miltiplexer framework " Andrey Smirnov
2017-12-04 15:27 ` [PATCH v2 4/6] net: phy: Port GPIO controlled MDIO multiplexer driver Andrey Smirnov
2017-12-04 15:27 ` [PATCH v2 5/6] net: mdio-mux: Avoid probing multiplexed busses Andrey Smirnov
2017-12-04 15:27 ` [PATCH v2 6/6] zii_vf610_dev_defconfig: Select MDIO bus GPIO multiplexer Andrey Smirnov
2017-12-06 14:49 ` Sascha Hauer [this message]
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=20171206144937.i4r6bdnlk56l5ezf@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=andrew.smirnov@gmail.com \
--cc=barebox@lists.infradead.org \
/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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox