* [GIT PULL] deprecate old cpsw driver phy mode for v5.1
@ 2019-02-22 15:15 Tony Lindgren
2019-02-22 21:11 ` Arnd Bergmann
0 siblings, 1 reply; 3+ messages in thread
From: Tony Lindgren @ 2019-02-22 15:15 UTC (permalink / raw)
To: arm
Cc: Tony Lindgren, Grygorii Strashko, linux-omap, David S . Miller,
linux-arm-kernel
From: "Tony Lindgren" <tony@atomide.com>
The following changes since commit bae2bf97939aebd74dfd8f0b76b4902a19e63eef:
dt-bindings: net: ti: deprecate cpsw-phy-sel bindings (2019-02-20 08:14:04 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.1/cpsw-signed
for you to fetch changes up to dba235fa70cbedf7dd64d5763299451be4b9de16:
net: ethernet: ti: cpsw: deprecate cpsw-phy-sel driver (2019-02-21 07:33:51 -0800)
----------------------------------------------------------------
One change to deprecate old CPSW Ethernet PHY mode selection driver
With the device tree changes configuring CPSW with a proper PHY driver,
we want to deprecate the old driver to avoid new users for it.
Note that this driver is based on the related dts changes.
----------------------------------------------------------------
Grygorii Strashko (1):
net: ethernet: ti: cpsw: deprecate cpsw-phy-sel driver
drivers/net/ethernet/ti/Kconfig | 6 +++---
drivers/net/ethernet/ti/cpsw.h | 6 ++++++
2 files changed, 9 insertions(+), 3 deletions(-)
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL] deprecate old cpsw driver phy mode for v5.1
2019-02-22 15:15 [GIT PULL] deprecate old cpsw driver phy mode for v5.1 Tony Lindgren
@ 2019-02-22 21:11 ` Arnd Bergmann
2019-02-22 23:25 ` Tony Lindgren
0 siblings, 1 reply; 3+ messages in thread
From: Arnd Bergmann @ 2019-02-22 21:11 UTC (permalink / raw)
To: Tony Lindgren
Cc: Grygorii Strashko, linux-omap, arm-soc, David S . Miller,
Linux ARM
On Fri, Feb 22, 2019 at 4:15 PM Tony Lindgren <tony@atomide.com> wrote:
>
> From: "Tony Lindgren" <tony@atomide.com>
>
> The following changes since commit bae2bf97939aebd74dfd8f0b76b4902a19e63eef:
>
> dt-bindings: net: ti: deprecate cpsw-phy-sel bindings (2019-02-20 08:14:04 -0800)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.1/cpsw-signed
>
> for you to fetch changes up to dba235fa70cbedf7dd64d5763299451be4b9de16:
>
> net: ethernet: ti: cpsw: deprecate cpsw-phy-sel driver (2019-02-21 07:33:51 -0800)
>
> ----------------------------------------------------------------
> One change to deprecate old CPSW Ethernet PHY mode selection driver
>
> With the device tree changes configuring CPSW with a proper PHY driver,
> we want to deprecate the old driver to avoid new users for it.
>
> Note that this driver is based on the related dts changes.
>
I've added this to the arm/late branch, which seems to be the best
way to deal with the dependency on the DT changes. I expect that
we can send this in the second week after the merge window, together
with any fixes that have come in until then.
Arnd
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL] deprecate old cpsw driver phy mode for v5.1
2019-02-22 21:11 ` Arnd Bergmann
@ 2019-02-22 23:25 ` Tony Lindgren
0 siblings, 0 replies; 3+ messages in thread
From: Tony Lindgren @ 2019-02-22 23:25 UTC (permalink / raw)
To: Arnd Bergmann
Cc: Grygorii Strashko, linux-omap, arm-soc, David S . Miller,
Linux ARM
* Arnd Bergmann <arnd@arndb.de> [190222 21:12]:
> On Fri, Feb 22, 2019 at 4:15 PM Tony Lindgren <tony@atomide.com> wrote:
> >
> > From: "Tony Lindgren" <tony@atomide.com>
> >
> > The following changes since commit bae2bf97939aebd74dfd8f0b76b4902a19e63eef:
> >
> > dt-bindings: net: ti: deprecate cpsw-phy-sel bindings (2019-02-20 08:14:04 -0800)
> >
> > are available in the Git repository at:
> >
> > git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.1/cpsw-signed
> >
> > for you to fetch changes up to dba235fa70cbedf7dd64d5763299451be4b9de16:
> >
> > net: ethernet: ti: cpsw: deprecate cpsw-phy-sel driver (2019-02-21 07:33:51 -0800)
> >
> > ----------------------------------------------------------------
> > One change to deprecate old CPSW Ethernet PHY mode selection driver
> >
> > With the device tree changes configuring CPSW with a proper PHY driver,
> > we want to deprecate the old driver to avoid new users for it.
> >
> > Note that this driver is based on the related dts changes.
> >
>
> I've added this to the arm/late branch, which seems to be the best
> way to deal with the dependency on the DT changes. I expect that
> we can send this in the second week after the merge window, together
> with any fixes that have come in until then.
Thanks that sounds good to me.
Tony
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-02-22 23:25 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-22 15:15 [GIT PULL] deprecate old cpsw driver phy mode for v5.1 Tony Lindgren
2019-02-22 21:11 ` Arnd Bergmann
2019-02-22 23:25 ` Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).