All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: soc@kernel.org
Cc: arm@kernel.org, linux-omap@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	"Tony Lindgren" <tony@atomide.com>
Subject: [GIT PULL 2/2] Devicetree binding clean-up for omaps for v5.14
Date: Fri, 18 Jun 2021 10:54:46 +0300	[thread overview]
Message-ID: <pull-1624002812-396117@atomide.com-2> (raw)
In-Reply-To: <pull-1624002812-396117@atomide.com>

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

The following changes since commit 9e7f5ee1137397def6580461e27e5efcb68183ee:

  ARM: dts: OMAP2+: Replace underscores in sub-mailbox node names (2021-05-27 15:12:33 +0300)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.14/dt-cleanup-signed

for you to fetch changes up to 9b11fec7345f21995f4ea4bafb0e108b9a620238:

  ARM: dts: am437x: align ti,pindir-d0-out-d1-in property with dt-shema (2021-06-11 10:35:08 +0300)

----------------------------------------------------------------
Devicetree binding clean-up for omaps for v5.14

Minor devicetree clean-up for omaps for the binding checks:

- Drop unsupported dmas for omap2/3 i2c
- Drop redundant ehrpwm compatible
- Drop am33xx-ecap compatible no longer needed
- Correct node names for ecap
- Drop unsupported interrupts for ecap
- Drop redundant ti,pcf8575
- Correct usage for ti,pindir-d0-out-d1-in

----------------------------------------------------------------
Aswath Govindraju (2):
      ARM: dts: am335x: align ti,pindir-d0-out-d1-in property with dt-shema
      ARM: dts: am437x: align ti,pindir-d0-out-d1-in property with dt-shema

Geert Uytterhoeven (1):
      ARM: dts: dra7x-evm: Drop "ti,pcf8575"

Lokesh Vutla (4):
      ARM: dts: ti: drop usage of redundant compatible
      ARM: dts: ti: Drop usage of ti,am33xx-ecap from DT nodes
      ARM: dts: ti: Fix node name for all ecap dt nodes
      ARM: dts: am33xx: Drop interrupt property from ecap nodes

Vignesh Raghavendra (1):
      ARM: dts: omap2/3: Drop dmas property from I2C node

 arch/arm/boot/dts/am335x-cm-t335.dts    |  4 ++--
 arch/arm/boot/dts/am335x-evm.dts        |  2 +-
 arch/arm/boot/dts/am335x-evmsk.dts      |  2 +-
 arch/arm/boot/dts/am33xx-l4.dtsi        | 30 +++++++++---------------------
 arch/arm/boot/dts/am437x-l4.dtsi        | 33 ++++++++++++---------------------
 arch/arm/boot/dts/am43x-epos-evm.dts    |  4 ++--
 arch/arm/boot/dts/da850.dtsi            | 21 ++++++++-------------
 arch/arm/boot/dts/dm816x.dtsi           |  4 ----
 arch/arm/boot/dts/dra7-evm.dts          |  6 +++---
 arch/arm/boot/dts/dra7-l4.dtsi          |  6 +++---
 arch/arm/boot/dts/dra72-evm-common.dtsi |  4 ++--
 arch/arm/boot/dts/dra76-evm.dts         |  6 +++---
 arch/arm/boot/dts/omap2.dtsi            |  4 ----
 arch/arm/boot/dts/omap3.dtsi            |  6 ------
 14 files changed, 46 insertions(+), 86 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: Tony Lindgren <tony@atomide.com>
To: soc@kernel.org
Cc: arm@kernel.org, linux-omap@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	"Tony Lindgren" <tony@atomide.com>
Subject: [GIT PULL 2/2] Devicetree binding clean-up for omaps for v5.14
Date: Fri, 18 Jun 2021 10:54:46 +0300	[thread overview]
Message-ID: <pull-1624002812-396117@atomide.com-2> (raw)
Message-ID: <20210618075446.vtE1asgdX964RPXY4waahbXzLE4HJi96XNmxSv3_4Vo@z> (raw)
In-Reply-To: <pull-1624002812-396117@atomide.com>

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

The following changes since commit 9e7f5ee1137397def6580461e27e5efcb68183ee:

  ARM: dts: OMAP2+: Replace underscores in sub-mailbox node names (2021-05-27 15:12:33 +0300)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.14/dt-cleanup-signed

for you to fetch changes up to 9b11fec7345f21995f4ea4bafb0e108b9a620238:

  ARM: dts: am437x: align ti,pindir-d0-out-d1-in property with dt-shema (2021-06-11 10:35:08 +0300)

----------------------------------------------------------------
Devicetree binding clean-up for omaps for v5.14

Minor devicetree clean-up for omaps for the binding checks:

- Drop unsupported dmas for omap2/3 i2c
- Drop redundant ehrpwm compatible
- Drop am33xx-ecap compatible no longer needed
- Correct node names for ecap
- Drop unsupported interrupts for ecap
- Drop redundant ti,pcf8575
- Correct usage for ti,pindir-d0-out-d1-in

----------------------------------------------------------------
Aswath Govindraju (2):
      ARM: dts: am335x: align ti,pindir-d0-out-d1-in property with dt-shema
      ARM: dts: am437x: align ti,pindir-d0-out-d1-in property with dt-shema

Geert Uytterhoeven (1):
      ARM: dts: dra7x-evm: Drop "ti,pcf8575"

Lokesh Vutla (4):
      ARM: dts: ti: drop usage of redundant compatible
      ARM: dts: ti: Drop usage of ti,am33xx-ecap from DT nodes
      ARM: dts: ti: Fix node name for all ecap dt nodes
      ARM: dts: am33xx: Drop interrupt property from ecap nodes

Vignesh Raghavendra (1):
      ARM: dts: omap2/3: Drop dmas property from I2C node

 arch/arm/boot/dts/am335x-cm-t335.dts    |  4 ++--
 arch/arm/boot/dts/am335x-evm.dts        |  2 +-
 arch/arm/boot/dts/am335x-evmsk.dts      |  2 +-
 arch/arm/boot/dts/am33xx-l4.dtsi        | 30 +++++++++---------------------
 arch/arm/boot/dts/am437x-l4.dtsi        | 33 ++++++++++++---------------------
 arch/arm/boot/dts/am43x-epos-evm.dts    |  4 ++--
 arch/arm/boot/dts/da850.dtsi            | 21 ++++++++-------------
 arch/arm/boot/dts/dm816x.dtsi           |  4 ----
 arch/arm/boot/dts/dra7-evm.dts          |  6 +++---
 arch/arm/boot/dts/dra7-l4.dtsi          |  6 +++---
 arch/arm/boot/dts/dra72-evm-common.dtsi |  4 ++--
 arch/arm/boot/dts/dra76-evm.dts         |  6 +++---
 arch/arm/boot/dts/omap2.dtsi            |  4 ----
 arch/arm/boot/dts/omap3.dtsi            |  6 ------
 14 files changed, 46 insertions(+), 86 deletions(-)

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

  reply	other threads:[~2021-06-18  7:55 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-18  7:54 [GIT PULL 1/2] Non-urgent fixes for omaps for v5.14 Tony Lindgren
2021-06-18  7:54 ` Tony Lindgren
2021-06-18  7:54 ` Tony Lindgren [this message]
2021-06-18  7:54   ` [GIT PULL 2/2] Devicetree binding clean-up " Tony Lindgren
2021-06-24  2:40 ` [GIT PULL 1/2] Non-urgent fixes " patchwork-bot+linux-soc

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-1624002812-396117@atomide.com-2 \
    --to=tony@atomide.com \
    --cc=arm@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=soc@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.