From: Tony Lindgren <tony@atomide.com>
To: arm@kernel.org
Cc: Tony Lindgren <tony@atomide.com>,
linux-omap@vger.kernel.org,
Christina Quast <cquast@hanoverdisplays.com>,
linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] pinmux dts defines for am335x for v5.2
Date: Tue, 16 Apr 2019 09:16:58 -0700 [thread overview]
Message-ID: <pull-1555431314-599391@atomide.com> (raw)
From: "Tony Lindgren" <tony@atomide.com>
The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.2/dt-am3-signed
for you to fetch changes up to e5b258e53e58a3afd228bbef4d376c7a470cfa58:
ARM: dts: am335x: wega: Replaced register offsets with defines (2019-04-15 08:26:28 -0700)
----------------------------------------------------------------
Add am335x pinmux defines and start using them
This series of changes adds a new pinmux instance defines for am335x,
and a new AM33XX_PADCONF macro. And then the rest of the series updates
the dts files to use it.
The reasons for doing this is the pinmux configuration has been hard to
use and read. And we need to do this for eventually for moving to use
values.
This change is done one machine at a time, and can be easily reverted
as needed in case of unexpected trouble. The old macro is still working,
and we're planning to keep it around until we eventually change to use
----------------------------------------------------------------
Christina Quast (38):
ARM: dts: am33xx: Added macros for numeric pinmux addresses
ARM: dts: am33xx: Added AM33XX_PADCONF macro
ARM: dts: am335x: bone-common: Replaced register offsets with defines
ARM: dts: am335x: boneblack-common: Replaced register offsets with defines
ARM: dts: am335x: boneblack-wireless: Replaced register offsets with defines
ARM: dts: am335x: pocketbeagle: Replaced register offsets with defines
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
ARM: dts: am335x: igep0033: Replaced register offsets with defines
ARM: dts: am335x: lxm: Replaced register offsets with defines
ARM: dts: am335x: moxa-uc-2100-common: Replaced register offsets with defines
ARM: dts: am335x: moxa-uc-2101: Replaced register offsets with defines
ARM: dts: am335x: moxa-uc-8100-me-t: Replaced register offsets with defines
ARM: dts: am335x: nano: Replaced register offsets with defines
ARM: dts: am335x: osd3358-sm-red: Replaced register offsets with defines
ARM: dts: am335x: osd335x-common: Replaced register offsets with defines
ARM: dts: am335x: pcm-953: Replaced register offsets with defines
ARM: dts: am335x: pdu001: Replaced register offsets with defines
ARM: dts: am335x: pepper: Replaced register offsets with defines
ARM: dts: am335x: phycore-som: Replaced register offsets with defines
ARM: dts: am335x: sancloud-bbe: Replaced register offsets with defines
ARM: dts: am335x: sbc-t335: Replaced register offsets with defines
ARM: dts: am335x: shc: Replaced register offsets with defines
ARM: dts: am335x: sl50: Replaced register offsets with defines
ARM: dts: am335x: wega: Replaced register offsets with defines
arch/arm/boot/dts/am335x-baltos-ir2110.dts | 16 +-
arch/arm/boot/dts/am335x-baltos-ir3220.dts | 38 +--
arch/arm/boot/dts/am335x-baltos-ir5221.dts | 42 ++--
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-bone-common.dtsi | 116 ++++-----
arch/arm/boot/dts/am335x-boneblack-common.dtsi | 54 ++--
arch/arm/boot/dts/am335x-boneblack-wireless.dts | 28 +--
arch/arm/boot/dts/am335x-boneblue.dts | 104 ++++----
arch/arm/boot/dts/am335x-bonegreen-common.dtsi | 4 +-
arch/arm/boot/dts/am335x-bonegreen-wireless.dts | 28 +--
arch/arm/boot/dts/am335x-chiliboard.dts | 66 ++---
arch/arm/boot/dts/am335x-chilisom.dtsi | 34 +--
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 ++++-----
arch/arm/boot/dts/am335x-igep0033.dtsi | 40 +--
arch/arm/boot/dts/am335x-lxm.dts | 120 ++++-----
arch/arm/boot/dts/am335x-moxa-uc-2100-common.dtsi | 42 ++--
arch/arm/boot/dts/am335x-moxa-uc-2101.dts | 24 +-
arch/arm/boot/dts/am335x-moxa-uc-8100-me-t.dts | 116 ++++-----
arch/arm/boot/dts/am335x-nano.dts | 140 +++++------
arch/arm/boot/dts/am335x-osd3358-sm-red.dts | 168 ++++++-------
arch/arm/boot/dts/am335x-osd335x-common.dtsi | 4 +-
arch/arm/boot/dts/am335x-pcm-953.dtsi | 74 +++---
arch/arm/boot/dts/am335x-pdu001.dts | 170 ++++++-------
arch/arm/boot/dts/am335x-pepper.dts | 200 +++++++--------
arch/arm/boot/dts/am335x-phycore-som.dtsi | 60 ++---
arch/arm/boot/dts/am335x-pocketbeagle.dts | 56 ++---
arch/arm/boot/dts/am335x-sancloud-bbe.dts | 62 ++---
arch/arm/boot/dts/am335x-sbc-t335.dts | 152 +++++------
arch/arm/boot/dts/am335x-shc.dts | 226 +++++++++--------
arch/arm/boot/dts/am335x-sl50.dts | 208 +++++++--------
arch/arm/boot/dts/am335x-wega.dtsi | 68 ++---
include/dt-bindings/pinctrl/am33xx.h | 130 +++++++++-
include/dt-bindings/pinctrl/omap.h | 1 +
38 files changed, 1834 insertions(+), 1783 deletions(-)
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next reply other threads:[~2019-04-16 16:17 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-16 16:16 Tony Lindgren [this message]
2019-04-28 19:39 ` [GIT PULL] pinmux dts defines for am335x for v5.2 Olof Johansson
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-1555431314-599391@atomide.com \
--to=tony@atomide.com \
--cc=arm@kernel.org \
--cc=cquast@hanoverdisplays.com \
--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 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).