linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/17] ARM: dts: am335x: Replace numeric pinmux address w. macro for remaining boards
@ 2019-04-12 16:26 Christina Quast
  2019-04-12 16:26 ` [PATCH 01/17] ARM: dts: am335x: igep0033: Replaced register offsets with defines Christina Quast
                   ` (17 more replies)
  0 siblings, 18 replies; 19+ messages in thread
From: Christina Quast @ 2019-04-12 16:26 UTC (permalink / raw)
  Cc: Christina Quast, Benoit Cousson, Mark Jackson, Tony Lindgren,
	Rob Herring, Mark Rutland, Russell King, linux-omap, devicetree,
	linux-kernel

Last patch set of the patch series for the remaining 17 boards.

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

Christina Quast (17):
  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-igep0033.dtsi        |  40 ++--
 arch/arm/boot/dts/am335x-lxm.dts              | 120 +++++-----
 .../boot/dts/am335x-moxa-uc-2100-common.dtsi  |  42 ++--
 arch/arm/boot/dts/am335x-moxa-uc-2101.dts     |  24 +-
 .../arm/boot/dts/am335x-moxa-uc-8100-me-t.dts | 116 ++++-----
 arch/arm/boot/dts/am335x-nano.dts             | 132 +++++-----
 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-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 +++---
 17 files changed, 912 insertions(+), 954 deletions(-)

-- 
2.20.1


^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2019-04-15 15:27 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-12 16:26 [PATCH 00/17] ARM: dts: am335x: Replace numeric pinmux address w. macro for remaining boards Christina Quast
2019-04-12 16:26 ` [PATCH 01/17] ARM: dts: am335x: igep0033: Replaced register offsets with defines Christina Quast
2019-04-12 16:26 ` [PATCH 02/17] ARM: dts: am335x: lxm: " Christina Quast
2019-04-12 16:26 ` [PATCH 03/17] ARM: dts: am335x: moxa-uc-2100-common: " Christina Quast
2019-04-12 16:26 ` [PATCH 04/17] ARM: dts: am335x: moxa-uc-2101: " Christina Quast
2019-04-12 16:26 ` [PATCH 05/17] ARM: dts: am335x: moxa-uc-8100-me-t: " Christina Quast
2019-04-12 16:26 ` [PATCH 06/17] ARM: dts: am335x: nano: " Christina Quast
2019-04-12 16:26 ` [PATCH 07/17] ARM: dts: am335x: osd3358-sm-red: " Christina Quast
2019-04-12 16:26 ` [PATCH 08/17] ARM: dts: am335x: osd335x-common: " Christina Quast
2019-04-12 16:26 ` [PATCH 09/17] ARM: dts: am335x: pcm-953: " Christina Quast
2019-04-12 16:26 ` [PATCH 10/17] ARM: dts: am335x: pdu001: " Christina Quast
2019-04-12 16:26 ` [PATCH 11/17] ARM: dts: am335x: pepper: " Christina Quast
2019-04-12 16:26 ` [PATCH 12/17] ARM: dts: am335x: phycore-som: " Christina Quast
2019-04-12 16:26 ` [PATCH 13/17] ARM: dts: am335x: sancloud-bbe: " Christina Quast
2019-04-12 16:26 ` [PATCH 14/17] ARM: dts: am335x: sbc-t335: " Christina Quast
2019-04-12 16:26 ` [PATCH 15/17] ARM: dts: am335x: shc: " Christina Quast
2019-04-12 16:26 ` [PATCH 16/17] ARM: dts: am335x: sl50: " Christina Quast
2019-04-12 16:26 ` [PATCH 17/17] ARM: dts: am335x: wega: " Christina Quast
2019-04-15 15:27 ` [PATCH 00/17] ARM: dts: am335x: Replace numeric pinmux address w. macro for remaining boards Tony Lindgren

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).