From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: David Miller <davem@davemloft.net>
Cc: mark.rutland@arm.com, andrew@lunn.ch, jason@lakedaemon.net,
devicetree@vger.kernel.org, netdev@vger.kernel.org,
gregory.clement@bootlin.com, linux@armlinux.org.uk,
kishon@ti.com, robh+dt@kernel.org,
linux-arm-kernel@lists.infradead.org,
sebastian.hesselbarth@gmail.com
Subject: Re: [PATCH net-next v2 0/6] Add comphy support for Armada 38x
Date: Fri, 8 Feb 2019 08:58:21 +0100 [thread overview]
Message-ID: <20190208085821.7556a18d@windsurf> (raw)
In-Reply-To: <20190207.181049.1229639710283404215.davem@davemloft.net>
Hello David,
On Thu, 07 Feb 2019 18:10:49 -0800 (PST)
David Miller <davem@davemloft.net> wrote:
> From: Russell King - ARM Linux admin <linux@armlinux.org.uk>
> Date: Thu, 7 Feb 2019 16:18:25 +0000
>
> > This series adds support for the comphy for Armada 38x, which allows
> > these SoCs to use 2500BASE-X mode with appropriate SFP modules.
> >
> > Tested on SolidRun Clearfog after updating for the 5.0 merge window
> > changes.
>
> Series applied, thanks Russell.
This series contained:
- Device Tree bindings that had not been ACKed by the DT bindings
maintainers, one of which should have been merged through the
drivers/phy maintainer tree.
- A brand new drivers/phy driver that had not been ACKed by the
drivers/phy maintainer.
- Changes to platform Device Tree that should have been merged through
the platform tree.
Only patches 4/6 and 5/6 should go through the net-next tree, all the
other patches should have gone through other trees.
Best regards,
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: David Miller <davem@davemloft.net>
Cc: mark.rutland@arm.com, andrew@lunn.ch, jason@lakedaemon.net,
devicetree@vger.kernel.org, netdev@vger.kernel.org,
gregory.clement@bootlin.com, linux@armlinux.org.uk,
kishon@ti.com, robh+dt@kernel.org,
linux-arm-kernel@lists.infradead.org,
sebastian.hesselbarth@gmail.com
Subject: Re: [PATCH net-next v2 0/6] Add comphy support for Armada 38x
Date: Fri, 8 Feb 2019 08:58:21 +0100 [thread overview]
Message-ID: <20190208085821.7556a18d@windsurf> (raw)
In-Reply-To: <20190207.181049.1229639710283404215.davem@davemloft.net>
Hello David,
On Thu, 07 Feb 2019 18:10:49 -0800 (PST)
David Miller <davem@davemloft.net> wrote:
> From: Russell King - ARM Linux admin <linux@armlinux.org.uk>
> Date: Thu, 7 Feb 2019 16:18:25 +0000
>
> > This series adds support for the comphy for Armada 38x, which allows
> > these SoCs to use 2500BASE-X mode with appropriate SFP modules.
> >
> > Tested on SolidRun Clearfog after updating for the 5.0 merge window
> > changes.
>
> Series applied, thanks Russell.
This series contained:
- Device Tree bindings that had not been ACKed by the DT bindings
maintainers, one of which should have been merged through the
drivers/phy maintainer tree.
- A brand new drivers/phy driver that had not been ACKed by the
drivers/phy maintainer.
- Changes to platform Device Tree that should have been merged through
the platform tree.
Only patches 4/6 and 5/6 should go through the net-next tree, all the
other patches should have gone through other trees.
Best regards,
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
WARNING: multiple messages have this Message-ID (diff)
From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: David Miller <davem@davemloft.net>
Cc: linux@armlinux.org.uk, andrew@lunn.ch,
gregory.clement@bootlin.com, jason@lakedaemon.net, kishon@ti.com,
sebastian.hesselbarth@gmail.com, devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, mark.rutland@arm.com,
netdev@vger.kernel.org, robh+dt@kernel.org
Subject: Re: [PATCH net-next v2 0/6] Add comphy support for Armada 38x
Date: Fri, 8 Feb 2019 08:58:21 +0100 [thread overview]
Message-ID: <20190208085821.7556a18d@windsurf> (raw)
In-Reply-To: <20190207.181049.1229639710283404215.davem@davemloft.net>
Hello David,
On Thu, 07 Feb 2019 18:10:49 -0800 (PST)
David Miller <davem@davemloft.net> wrote:
> From: Russell King - ARM Linux admin <linux@armlinux.org.uk>
> Date: Thu, 7 Feb 2019 16:18:25 +0000
>
> > This series adds support for the comphy for Armada 38x, which allows
> > these SoCs to use 2500BASE-X mode with appropriate SFP modules.
> >
> > Tested on SolidRun Clearfog after updating for the 5.0 merge window
> > changes.
>
> Series applied, thanks Russell.
This series contained:
- Device Tree bindings that had not been ACKed by the DT bindings
maintainers, one of which should have been merged through the
drivers/phy maintainer tree.
- A brand new drivers/phy driver that had not been ACKed by the
drivers/phy maintainer.
- Changes to platform Device Tree that should have been merged through
the platform tree.
Only patches 4/6 and 5/6 should go through the net-next tree, all the
other patches should have gone through other trees.
Best regards,
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
next prev parent reply other threads:[~2019-02-08 7:58 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-07 16:18 [PATCH net-next v2 0/6] Add comphy support for Armada 38x Russell King - ARM Linux admin
2019-02-07 16:18 ` Russell King - ARM Linux admin
2019-02-07 16:19 ` [PATCH net-next v2 1/6] dt-bindings: phy: Armada 38x common phy bindings Russell King
2019-02-07 16:19 ` Russell King
2019-02-07 16:19 ` [PATCH net-next v2 2/6] phy: armada38x: add common phy support Russell King
2019-02-07 16:19 ` Russell King
2019-02-08 10:24 ` Kishon Vijay Abraham I
2019-02-08 10:24 ` Kishon Vijay Abraham I
2019-02-08 10:24 ` Kishon Vijay Abraham I
2019-02-07 16:19 ` [PATCH net-next v2 3/6] ARM: dts: add description for Armada 38x common phy Russell King
2019-02-07 16:19 ` Russell King
2019-02-07 16:19 ` [PATCH net-next v2 4/6] dt-bindings: net: mvneta: add phys property Russell King
2019-02-07 16:19 ` Russell King
2019-02-07 16:19 ` [PATCH net-next v2 5/6] net: marvell: neta: add comphy support Russell King
2019-02-07 16:19 ` Russell King
2019-02-07 16:19 ` [PATCH net-next v2 6/6] ARM: dts: clearfog: add comphy settings for Ethernet interfaces Russell King
2019-02-07 16:19 ` Russell King
2019-02-08 2:10 ` [PATCH net-next v2 0/6] Add comphy support for Armada 38x David Miller
2019-02-08 2:10 ` David Miller
2019-02-08 7:58 ` Thomas Petazzoni [this message]
2019-02-08 7:58 ` Thomas Petazzoni
2019-02-08 7:58 ` Thomas Petazzoni
2019-02-08 9:22 ` Kishon Vijay Abraham I
2019-02-08 9:22 ` Kishon Vijay Abraham I
2019-02-08 9:22 ` Kishon Vijay Abraham I
2019-02-08 10:04 ` Russell King - ARM Linux admin
2019-02-08 10:04 ` Russell King - ARM Linux admin
2019-02-08 10:06 ` Russell King - ARM Linux admin
2019-02-08 10:06 ` Russell King - ARM Linux admin
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=20190208085821.7556a18d@windsurf \
--to=thomas.petazzoni@bootlin.com \
--cc=andrew@lunn.ch \
--cc=davem@davemloft.net \
--cc=devicetree@vger.kernel.org \
--cc=gregory.clement@bootlin.com \
--cc=jason@lakedaemon.net \
--cc=kishon@ti.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux@armlinux.org.uk \
--cc=mark.rutland@arm.com \
--cc=netdev@vger.kernel.org \
--cc=robh+dt@kernel.org \
--cc=sebastian.hesselbarth@gmail.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.