All of lore.kernel.org
 help / color / mirror / Atom feed
From: Grygorii Strashko <grygorii.strashko@ti.com>
To: Tony Lindgren <tony@atomide.com>
Cc: Lokesh Vutla <lokeshvutla@ti.com>, <devicetree@vger.kernel.org>,
	<linux-kernel@vger.kernel.org>,
	Vignesh Raghavendra <vigneshr@ti.com>,
	<linux-omap@vger.kernel.org>,
	Grygorii Strashko <grygorii.strashko@ti.com>
Subject: [PATCH next 00/15] ARM: dts: am335x: switch rest boards to new cpsw switch drv
Date: Sat, 12 Jun 2021 04:14:21 +0300	[thread overview]
Message-ID: <20210612011436.10437-1-grygorii.strashko@ti.com> (raw)

Hi Tony,

This series converts rest of am335x boards to use new CPSW switchdev driver.
Only build tested.

After this only dm814x.dtsi related part left.

Grygorii Strashko (15):
  ARM: dts: am335x-baltos: switch to new cpsw switch drv
  ARM: dts: am335x-nano: switch to new cpsw switch drv
  ARM: dts: am335x-chiliboard: switch to new cpsw switch drv
  ARM: dts: am335x-cm-t335: switch to new cpsw switch drv
  ARM: dts: am335x-igep0033: switch to new cpsw switch drv
  ARM: dts: am335x-lxm: switch to new cpsw switch drv
  ARM: dts: am335x-moxa-uc: switch to new cpsw switch drv
  ARM: dts: am335x-myirtech: switch to new cpsw switch drv
  ARM: dts: am335x-osd3358-sm-red: switch to new cpsw switch drv
  ARM: dts: am335x-pdu001: switch to new cpsw switch drv
  ARM: dts: am335x-pepper: switch to new cpsw switch drv
  ARM: dts: am335x-phycore: switch to new cpsw switch drv
  ARM: dts: am335x-shc: switch to new cpsw switch drv
  ARM: dts: am335x-sl50: switch to new cpsw switch drv
  ARM: dts: am33xx: update ethernet aliases

 arch/arm/boot/dts/am335x-baltos-ir2110.dts    | 10 ++---
 arch/arm/boot/dts/am335x-baltos-ir3220.dts    |  8 ++--
 arch/arm/boot/dts/am335x-baltos-ir5221.dts    |  8 ++--
 arch/arm/boot/dts/am335x-baltos.dtsi          |  5 +--
 arch/arm/boot/dts/am335x-chiliboard.dts       | 13 ++++---
 arch/arm/boot/dts/am335x-cm-t335.dts          | 13 ++++---
 arch/arm/boot/dts/am335x-igep0033.dtsi        | 12 +++---
 arch/arm/boot/dts/am335x-lxm.dts              | 14 +++----
 .../boot/dts/am335x-moxa-uc-2100-common.dtsi  | 12 +++---
 arch/arm/boot/dts/am335x-moxa-uc-2101.dts     |  7 ++--
 .../boot/dts/am335x-moxa-uc-8100-common.dtsi  | 16 +++-----
 arch/arm/boot/dts/am335x-myirtech-myc.dtsi    | 25 ++++++------
 arch/arm/boot/dts/am335x-myirtech-myd.dts     | 18 +++++----
 arch/arm/boot/dts/am335x-nano.dts             | 13 +++----
 arch/arm/boot/dts/am335x-netcan-plus-1xx.dts  | 10 ++---
 arch/arm/boot/dts/am335x-netcom-plus-2xx.dts  | 10 ++---
 arch/arm/boot/dts/am335x-netcom-plus-8xx.dts  | 10 ++---
 arch/arm/boot/dts/am335x-osd3358-sm-red.dts   | 13 ++++---
 arch/arm/boot/dts/am335x-pcm-953.dtsi         | 10 ++---
 arch/arm/boot/dts/am335x-pdu001.dts           | 14 +++----
 arch/arm/boot/dts/am335x-pepper.dts           | 14 +++----
 arch/arm/boot/dts/am335x-phycore-som.dtsi     | 14 ++++---
 arch/arm/boot/dts/am335x-regor.dtsi           | 11 +++---
 arch/arm/boot/dts/am335x-shc.dts              | 38 ++++++++++---------
 arch/arm/boot/dts/am335x-sl50.dts             | 12 ++++--
 arch/arm/boot/dts/am335x-wega.dtsi            | 11 +++---
 arch/arm/boot/dts/am33xx.dtsi                 |  4 +-
 27 files changed, 176 insertions(+), 169 deletions(-)

-- 
2.17.1


             reply	other threads:[~2021-06-12  1:14 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-12  1:14 Grygorii Strashko [this message]
2021-06-12  1:14 ` [PATCH next 01/15] ARM: dts: am335x-baltos: switch to new cpsw switch drv Grygorii Strashko
2021-06-12  1:14 ` [PATCH next 02/15] ARM: dts: am335x-nano: " Grygorii Strashko
2021-06-12  1:14 ` [PATCH next 03/15] ARM: dts: am335x-chiliboard: " Grygorii Strashko
2021-06-12  1:14 ` [PATCH next 04/15] ARM: dts: am335x-cm-t335: " Grygorii Strashko
2021-06-12  1:14 ` [PATCH next 05/15] ARM: dts: am335x-igep0033: " Grygorii Strashko
2021-06-12  1:14 ` [PATCH next 06/15] ARM: dts: am335x-lxm: " Grygorii Strashko
2021-06-12  1:14 ` [PATCH next 07/15] ARM: dts: am335x-moxa-uc: " Grygorii Strashko
2021-06-12  1:14 ` [PATCH next 08/15] ARM: dts: am335x-myirtech: " Grygorii Strashko
2021-06-12  1:14 ` [PATCH next 09/15] ARM: dts: am335x-osd3358-sm-red: " Grygorii Strashko
2021-06-12  1:14 ` [PATCH next 10/15] ARM: dts: am335x-pdu001: " Grygorii Strashko
2021-06-12  1:14 ` [PATCH next 11/15] ARM: dts: am335x-pepper: " Grygorii Strashko
2021-06-12  1:14 ` [PATCH next 12/15] ARM: dts: am335x-phycore: " Grygorii Strashko
2021-06-12  1:14 ` [PATCH next 13/15] ARM: dts: am335x-shc: " Grygorii Strashko
2021-06-12  1:14 ` [PATCH next 14/15] ARM: dts: am335x-sl50: " Grygorii Strashko
2021-06-12  1:14 ` [PATCH next 15/15] ARM: dts: am33xx: update ethernet aliases Grygorii Strashko
2021-08-06  6:29 ` [PATCH next 00/15] ARM: dts: am335x: switch rest boards to new cpsw switch drv Tony Lindgren

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=20210612011436.10437-1-grygorii.strashko@ti.com \
    --to=grygorii.strashko@ti.com \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=lokeshvutla@ti.com \
    --cc=tony@atomide.com \
    --cc=vigneshr@ti.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.