All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lokesh Vutla <lokeshvutla@ti.com>
To: Tony Lindgren <tony@atomide.com>, Rob Herring <robh+dt@kernel.org>
Cc: Sekhar Nori <nsekhar@ti.com>, Vignesh R <vigneshr@ti.com>,
	Nishanth Menon <nm@ti.com>,
	Linux OMAP Mailing List <linux-omap@vger.kernel.org>,
	Device Tree Mailing List <devicetree@vger.kernel.org>,
	Linux ARM Mailing List <linux-arm-kernel@lists.infradead.org>,
	Lokesh Vutla <lokeshvutla@ti.com>
Subject: [PATCH 0/3] ARM: dts: ti: Fix DT warnings for ecap nodes
Date: Tue, 1 Jun 2021 14:54:54 +0530	[thread overview]
Message-ID: <20210601092457.5039-1-lokeshvutla@ti.com> (raw)

Fix DT warnings for all the ecap nodes on TI platforms. This is in
preparation for converting pwm-tiecap documentation to YAML.

Lokesh Vutla (3):
  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

 arch/arm/boot/dts/am335x-cm-t335.dts |  2 +-
 arch/arm/boot/dts/am335x-evm.dts     |  2 +-
 arch/arm/boot/dts/am335x-evmsk.dts   |  2 +-
 arch/arm/boot/dts/am33xx-l4.dtsi     | 21 ++++++---------------
 arch/arm/boot/dts/am437x-l4.dtsi     | 15 ++++++---------
 arch/arm/boot/dts/da850.dtsi         | 15 ++++++---------
 arch/arm/boot/dts/dra7-l4.dtsi       |  6 +++---
 7 files changed, 24 insertions(+), 39 deletions(-)

-- 
2.31.1


WARNING: multiple messages have this Message-ID (diff)
From: Lokesh Vutla <lokeshvutla@ti.com>
To: Tony Lindgren <tony@atomide.com>, Rob Herring <robh+dt@kernel.org>
Cc: Sekhar Nori <nsekhar@ti.com>, Vignesh R <vigneshr@ti.com>,
	Nishanth Menon <nm@ti.com>,
	Linux OMAP Mailing List <linux-omap@vger.kernel.org>,
	Device Tree Mailing List <devicetree@vger.kernel.org>,
	Linux ARM Mailing List <linux-arm-kernel@lists.infradead.org>,
	Lokesh Vutla <lokeshvutla@ti.com>
Subject: [PATCH 0/3] ARM: dts: ti: Fix DT warnings for ecap nodes
Date: Tue, 1 Jun 2021 14:54:54 +0530	[thread overview]
Message-ID: <20210601092457.5039-1-lokeshvutla@ti.com> (raw)

Fix DT warnings for all the ecap nodes on TI platforms. This is in
preparation for converting pwm-tiecap documentation to YAML.

Lokesh Vutla (3):
  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

 arch/arm/boot/dts/am335x-cm-t335.dts |  2 +-
 arch/arm/boot/dts/am335x-evm.dts     |  2 +-
 arch/arm/boot/dts/am335x-evmsk.dts   |  2 +-
 arch/arm/boot/dts/am33xx-l4.dtsi     | 21 ++++++---------------
 arch/arm/boot/dts/am437x-l4.dtsi     | 15 ++++++---------
 arch/arm/boot/dts/da850.dtsi         | 15 ++++++---------
 arch/arm/boot/dts/dra7-l4.dtsi       |  6 +++---
 7 files changed, 24 insertions(+), 39 deletions(-)

-- 
2.31.1


_______________________________________________
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-01  9:25 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-01  9:24 Lokesh Vutla [this message]
2021-06-01  9:24 ` [PATCH 0/3] ARM: dts: ti: Fix DT warnings for ecap nodes Lokesh Vutla
2021-06-01  9:24 ` [PATCH 1/3] ARM: dts: ti: Drop usage of ti,am33xx-ecap from DT nodes Lokesh Vutla
2021-06-01  9:24   ` Lokesh Vutla
2021-06-01 13:05   ` Grygorii Strashko
2021-06-01 13:05     ` Grygorii Strashko
2021-06-01  9:24 ` [PATCH 2/3] ARM: dts: ti: Fix node name for all ecap dt nodes Lokesh Vutla
2021-06-01  9:24   ` Lokesh Vutla
2021-06-01 13:06   ` Grygorii Strashko
2021-06-01 13:06     ` Grygorii Strashko
2021-06-01  9:24 ` [PATCH 3/3] ARM: dts: am33xx: Drop interrupt property from ecap nodes Lokesh Vutla
2021-06-01  9:24   ` Lokesh Vutla
2021-06-01 13:07   ` Grygorii Strashko
2021-06-01 13:07     ` Grygorii Strashko
2021-06-11  7:29 ` [PATCH 0/3] ARM: dts: ti: Fix DT warnings for " Tony Lindgren
2021-06-11  7:29   ` 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=20210601092457.5039-1-lokeshvutla@ti.com \
    --to=lokeshvutla@ti.com \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=nm@ti.com \
    --cc=nsekhar@ti.com \
    --cc=robh+dt@kernel.org \
    --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.