All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: arm@kernel.org
Cc: Tony Lindgren <tony@atomide.com>,
	linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] dts changes for cpsw phy driver for v5.1
Date: Thu, 21 Feb 2019 08:45:31 -0800	[thread overview]
Message-ID: <pull-1550767488-25979@atomide.com> (raw)

From: "Tony Lindgren" <tony@atomide.com>

The following changes since commit 947b7802597106dcbef2ddca23d386f9339ba334:

  ARM: dts: omap3-gta04: declare backlight in lcd node (2019-02-12 10:52:25 -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/dt-cpsw-phy

for you to fetch changes up to bae2bf97939aebd74dfd8f0b76b4902a19e63eef:

  dt-bindings: net: ti: deprecate cpsw-phy-sel bindings (2019-02-20 08:14:04 -0800)

----------------------------------------------------------------
Device tree changes to make CPSW Ethernet use proper phy driver

We now have a proper PHY driver with drivers/phy/ti/phy-gmii-sel.c to
configure the CPSW PHY. These changes update all CPSW users to use the
new driver that already got merged during v5.0 merge window.

----------------------------------------------------------------
Grygorii Strashko (5):
      ARM: dts: dra7: switch to use phy-gmii-sel
      ARM: dts: dm814x: switch to use phy-gmii-sel
      ARM: dts: am4372: switch to use phy-gmii-sel
      ARM: dts: am335x: switch to use phy-gmii-sel
      dt-bindings: net: ti: deprecate cpsw-phy-sel bindings

 Documentation/devicetree/bindings/net/cpsw-phy-sel.txt |  2 +-
 arch/arm/boot/dts/am335x-baltos-ir2110.dts             |  4 ----
 arch/arm/boot/dts/am335x-baltos-ir3220.dts             |  4 ----
 arch/arm/boot/dts/am335x-baltos-ir5221.dts             |  4 ----
 arch/arm/boot/dts/am335x-chiliboard.dts                |  4 ----
 arch/arm/boot/dts/am335x-icev2.dts                     |  4 ----
 arch/arm/boot/dts/am335x-igep0033.dtsi                 |  4 ----
 arch/arm/boot/dts/am335x-lxm.dts                       |  4 ----
 arch/arm/boot/dts/am335x-moxa-uc-2100-common.dtsi      |  5 -----
 arch/arm/boot/dts/am335x-moxa-uc-8100-me-t.dts         |  5 -----
 arch/arm/boot/dts/am335x-phycore-som.dtsi              |  4 ----
 arch/arm/boot/dts/am33xx-l4.dtsi                       | 15 ++++++++-------
 arch/arm/boot/dts/am437x-l4.dtsi                       | 17 +++++++++--------
 arch/arm/boot/dts/am43x-epos-evm.dts                   |  5 +----
 arch/arm/boot/dts/dm814x.dtsi                          | 15 +++++++++------
 arch/arm/boot/dts/dra7-l4.dtsi                         | 15 ++++++++-------
 16 files changed, 36 insertions(+), 75 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: Tony Lindgren <tony@atomide.com>
To: arm@kernel.org
Cc: Tony Lindgren <tony@atomide.com>,
	linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] dts changes for cpsw phy driver for v5.1
Date: Thu, 21 Feb 2019 08:45:31 -0800	[thread overview]
Message-ID: <pull-1550767488-25979@atomide.com> (raw)

From: "Tony Lindgren" <tony@atomide.com>

The following changes since commit 947b7802597106dcbef2ddca23d386f9339ba334:

  ARM: dts: omap3-gta04: declare backlight in lcd node (2019-02-12 10:52:25 -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/dt-cpsw-phy

for you to fetch changes up to bae2bf97939aebd74dfd8f0b76b4902a19e63eef:

  dt-bindings: net: ti: deprecate cpsw-phy-sel bindings (2019-02-20 08:14:04 -0800)

----------------------------------------------------------------
Device tree changes to make CPSW Ethernet use proper phy driver

We now have a proper PHY driver with drivers/phy/ti/phy-gmii-sel.c to
configure the CPSW PHY. These changes update all CPSW users to use the
new driver that already got merged during v5.0 merge window.

----------------------------------------------------------------
Grygorii Strashko (5):
      ARM: dts: dra7: switch to use phy-gmii-sel
      ARM: dts: dm814x: switch to use phy-gmii-sel
      ARM: dts: am4372: switch to use phy-gmii-sel
      ARM: dts: am335x: switch to use phy-gmii-sel
      dt-bindings: net: ti: deprecate cpsw-phy-sel bindings

 Documentation/devicetree/bindings/net/cpsw-phy-sel.txt |  2 +-
 arch/arm/boot/dts/am335x-baltos-ir2110.dts             |  4 ----
 arch/arm/boot/dts/am335x-baltos-ir3220.dts             |  4 ----
 arch/arm/boot/dts/am335x-baltos-ir5221.dts             |  4 ----
 arch/arm/boot/dts/am335x-chiliboard.dts                |  4 ----
 arch/arm/boot/dts/am335x-icev2.dts                     |  4 ----
 arch/arm/boot/dts/am335x-igep0033.dtsi                 |  4 ----
 arch/arm/boot/dts/am335x-lxm.dts                       |  4 ----
 arch/arm/boot/dts/am335x-moxa-uc-2100-common.dtsi      |  5 -----
 arch/arm/boot/dts/am335x-moxa-uc-8100-me-t.dts         |  5 -----
 arch/arm/boot/dts/am335x-phycore-som.dtsi              |  4 ----
 arch/arm/boot/dts/am33xx-l4.dtsi                       | 15 ++++++++-------
 arch/arm/boot/dts/am437x-l4.dtsi                       | 17 +++++++++--------
 arch/arm/boot/dts/am43x-epos-evm.dts                   |  5 +----
 arch/arm/boot/dts/dm814x.dtsi                          | 15 +++++++++------
 arch/arm/boot/dts/dra7-l4.dtsi                         | 15 ++++++++-------
 16 files changed, 36 insertions(+), 75 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2019-02-21 16:45 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-21 16:45 Tony Lindgren [this message]
2019-02-21 16:45 ` [GIT PULL] dts changes for cpsw phy driver for v5.1 Tony Lindgren
2019-02-22 13:55 ` Arnd Bergmann
2019-02-22 13:55   ` Arnd Bergmann

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=pull-1550767488-25979@atomide.com \
    --to=tony@atomide.com \
    --cc=arm@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.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 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.