linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Christina Quast <cquast@hanoverdisplays.com>
To: tony@atomide.com
Cc: Christina Quast <cquast@hanoverdisplays.com>,
	Benoit Cousson <bcousson@baylibre.com>,
	Rob Herring <robh+dt@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>,
	linux-omap@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: [PATCH 00/15] ARM: dts: am335x: Replace numeric pinmux address w. macro for more boards
Date: Tue,  9 Apr 2019 18:03:31 +0200	[thread overview]
Message-ID: <20190409160346.25599-1-cquast@hanoverdisplays.com> (raw)

Depends on the following patch set:
[PATCH v2 0/6] ARM: dts: am335x: Replace numeric pinmux address with macro defines

Replace the numeric pinmux address with the macro defines for an additional 15 boards.

Christina Quast (15):
  ARM: dts: am335x: baltos-ir2110: Replaced register offsets with
    defines
  ARM: dts: am335x: baltos-ir3220: Replaced register offsets with
    defines
  ARM: dts: am335x: baltos-ir5221: Replaced register offsets with
    defines
  ARM: dts: am335x: baltos-leds: Replaced register offsets with defines
  ARM: dts: am335x: baltos: Replaced register offsets with defines
  ARM: dts: am335x: base0033: Replaced register offsets with defines
  ARM: dts: am335x: bonegreen-wireless: Replaced register offsets with
    defines
  ARM: dts: am335x: boneblue: Replaced register offsets with defines
  ARM: dts: am335x: bonegreen-common: Replaced register offsets with
    defines
  ARM: dts: am335x: chiliboard: Replaced register offsets with defines
  ARM: dts: am335x: chilisom: Replaced register offsets with defines
  ARM: dts: am335x: cm-t335: Replaced register offsets with defines
  ARM: dts: am335x: evm: Replaced register offsets with defines
  ARM: dts: am335x: evmsk: Replaced register offsets with defines
  ARM: dts: am335x: icev2: Replaced register offsets with defines

 arch/arm/boot/dts/am335x-baltos-ir2110.dts    |  16 +-
 arch/arm/boot/dts/am335x-baltos-ir3220.dts    |  36 +--
 arch/arm/boot/dts/am335x-baltos-ir5221.dts    |  40 +--
 arch/arm/boot/dts/am335x-baltos-leds.dtsi     |   6 +-
 arch/arm/boot/dts/am335x-baltos.dtsi          | 140 ++++-----
 arch/arm/boot/dts/am335x-base0033.dts         |  48 +--
 arch/arm/boot/dts/am335x-boneblue.dts         | 104 +++----
 .../arm/boot/dts/am335x-bonegreen-common.dtsi |   4 +-
 .../boot/dts/am335x-bonegreen-wireless.dts    |  28 +-
 arch/arm/boot/dts/am335x-chiliboard.dts       |  66 ++--
 arch/arm/boot/dts/am335x-chilisom.dtsi        |  32 +-
 arch/arm/boot/dts/am335x-cm-t335.dts          | 190 +++++-------
 arch/arm/boot/dts/am335x-evm.dts              | 234 +++++++-------
 arch/arm/boot/dts/am335x-evmsk.dts            | 292 +++++++++---------
 arch/arm/boot/dts/am335x-icev2.dts            | 116 +++----
 15 files changed, 658 insertions(+), 694 deletions(-)

-- 
2.20.1


             reply	other threads:[~2019-04-09 16:04 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-09 16:03 Christina Quast [this message]
2019-04-09 16:03 ` [PATCH 01/15] ARM: dts: am335x: baltos-ir2110: Replaced register offsets with defines Christina Quast
2019-04-09 16:03 ` [PATCH 02/15] ARM: dts: am335x: baltos-ir3220: " Christina Quast
2019-04-09 16:03 ` [PATCH 03/15] ARM: dts: am335x: baltos-ir5221: " Christina Quast
2019-04-09 16:03 ` [PATCH 04/15] ARM: dts: am335x: baltos-leds: " Christina Quast
2019-04-09 16:03 ` [PATCH 05/15] ARM: dts: am335x: baltos: " Christina Quast
2019-04-09 16:03 ` [PATCH 06/15] ARM: dts: am335x: base0033: " Christina Quast
2019-04-09 16:03 ` [PATCH 07/15] ARM: dts: am335x: bonegreen-wireless: " Christina Quast
2019-04-09 16:03 ` [PATCH 08/15] ARM: dts: am335x: boneblue: " Christina Quast
2019-04-09 16:03 ` [PATCH 09/15] ARM: dts: am335x: bonegreen-common: " Christina Quast
2019-04-09 16:03 ` [PATCH 10/15] ARM: dts: am335x: chiliboard: " Christina Quast
2019-04-09 16:03 ` [PATCH 11/15] ARM: dts: am335x: chilisom: " Christina Quast
2019-04-09 16:03 ` [PATCH 12/15] ARM: dts: am335x: cm-t335: " Christina Quast
2019-04-09 16:03 ` [PATCH 13/15] ARM: dts: am335x: evm: " Christina Quast
2019-04-09 16:03 ` [PATCH 14/15] ARM: dts: am335x: evmsk: " Christina Quast
2019-04-09 16:03 ` [PATCH 15/15] ARM: dts: am335x: icev2: " Christina Quast
2019-04-12 15:57 ` [PATCH 00/15] ARM: dts: am335x: Replace numeric pinmux address w. macro for more boards 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=20190409160346.25599-1-cquast@hanoverdisplays.com \
    --to=cquast@hanoverdisplays.com \
    --cc=bcousson@baylibre.com \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=tony@atomide.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 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).