All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] ARM: dts: omap: another round of DTC warning fixes
@ 2016-08-01 16:46 Javier Martinez Canillas
  2016-08-01 16:46 ` [PATCH 01/10] ARM: dts: omap3/am4372: add missing unit name to ocp node Javier Martinez Canillas
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Javier Martinez Canillas @ 2016-08-01 16:46 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-omap, Tony Lindgren, Javier Martinez Canillas

Hello Tony,

This is yet another series with fixes for DTC warnings caused by mismatches
between device nodes' unit names and reg properties.

The patches should not cause a functional change but were only build tested.

Best regards,
Javier


Javier Martinez Canillas (10):
  ARM: dts: omap3/am4372: add missing unit name to ocp node
  ARM: dts: omap3: overo: add missing unit name for lcd35 display
  ARM: dts: am335x/am437x: remove unneeded unit name for
    gpio-matrix-keypad
  ARM: dts: am335x/am437x: remove unneeded unit name for fixed
    regulators
  ARM: dts: da850/dm81x: remove unneeded unit name for fixed regulators
  ARM: dts: omap3/dra62x: remove unneeded unit name for fixed regulators
  ARM: dts: am335x/am437x: remove unneeded unit name for gpio-keys nodes
  ARM: dts: omap3/4: remove unneeded unit name for gpio-keys nodes
  ARM: dts: am335x/437x/57xx: remove unneeded unit name for gpio-leds
    nodes
  ARM: dts: omap3/4/5/dra7: remove unneeded unit name for gpio-leds
    nodes

 arch/arm/boot/dts/am335x-baltos.dtsi               |  4 +--
 arch/arm/boot/dts/am335x-base0033.dts              |  4 +--
 arch/arm/boot/dts/am335x-bone-common.dtsi          | 10 +++---
 arch/arm/boot/dts/am335x-cm-t335.dts               |  6 ++--
 arch/arm/boot/dts/am335x-evm.dts                   | 14 ++++-----
 arch/arm/boot/dts/am335x-evmsk.dts                 | 26 ++++++++--------
 arch/arm/boot/dts/am335x-icev2.dts                 | 36 +++++++++++-----------
 arch/arm/boot/dts/am335x-igep0033.dtsi             |  6 ++--
 arch/arm/boot/dts/am335x-lxm.dts                   |  4 +--
 arch/arm/boot/dts/am335x-nano.dts                  |  2 +-
 arch/arm/boot/dts/am335x-pepper.dts                | 16 +++++-----
 arch/arm/boot/dts/am335x-phycore-som.dtsi          |  2 +-
 arch/arm/boot/dts/am335x-shc.dts                   | 14 ++++-----
 arch/arm/boot/dts/am335x-sl50.dts                  | 10 +++---
 arch/arm/boot/dts/am335x-wega.dtsi                 |  2 +-
 arch/arm/boot/dts/am3517.dtsi                      |  2 +-
 arch/arm/boot/dts/am4372.dtsi                      |  2 +-
 arch/arm/boot/dts/am437x-gp-evm.dts                |  2 +-
 arch/arm/boot/dts/am437x-idk-evm.dts               |  2 +-
 arch/arm/boot/dts/am437x-sk-evm.dts                | 10 +++---
 arch/arm/boot/dts/am43x-epos-evm.dts               |  4 +--
 arch/arm/boot/dts/am57xx-beagle-x15.dts            |  8 ++---
 arch/arm/boot/dts/am57xx-cl-som-am57x.dts          |  2 +-
 arch/arm/boot/dts/da850-evm.dts                    |  2 +-
 arch/arm/boot/dts/dm8148-evm.dts                   |  2 +-
 arch/arm/boot/dts/dm8148-t410.dts                  |  2 +-
 arch/arm/boot/dts/dm8168-evm.dts                   |  2 +-
 arch/arm/boot/dts/dra62x-j5eco-evm.dts             |  2 +-
 arch/arm/boot/dts/dra7-evm.dts                     |  8 ++---
 arch/arm/boot/dts/omap3-n950-n9.dtsi               |  4 +--
 arch/arm/boot/dts/omap3-overo-alto35-common.dtsi   |  2 +-
 .../boot/dts/omap3-overo-chestnut43-common.dtsi    |  4 +--
 arch/arm/boot/dts/omap3-overo-common-lcd35.dtsi    |  2 +-
 arch/arm/boot/dts/omap3-overo-gallop43-common.dtsi |  4 +--
 arch/arm/boot/dts/omap3-overo-palo35-common.dtsi   |  4 +--
 arch/arm/boot/dts/omap3-overo-palo43-common.dtsi   |  4 +--
 arch/arm/boot/dts/omap3-pandora-common.dtsi        |  8 ++---
 arch/arm/boot/dts/omap3.dtsi                       |  2 +-
 arch/arm/boot/dts/omap34xx.dtsi                    |  2 +-
 arch/arm/boot/dts/omap36xx.dtsi                    |  2 +-
 arch/arm/boot/dts/omap4-duovero-parlor.dts         |  2 +-
 arch/arm/boot/dts/omap5-board-common.dtsi          |  2 +-
 arch/arm/boot/dts/omap5-cm-t54.dts                 |  2 +-
 43 files changed, 125 insertions(+), 125 deletions(-)

-- 
2.5.5

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

end of thread, other threads:[~2016-08-15 16:43 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-01 16:46 [PATCH 00/10] ARM: dts: omap: another round of DTC warning fixes Javier Martinez Canillas
2016-08-01 16:46 ` [PATCH 01/10] ARM: dts: omap3/am4372: add missing unit name to ocp node Javier Martinez Canillas
2016-08-01 16:46 ` [PATCH 02/10] ARM: dts: omap3: overo: add missing unit name for lcd35 display Javier Martinez Canillas
2016-08-01 16:46 ` [PATCH 03/10] ARM: dts: am335x/am437x: remove unneeded unit name for gpio-matrix-keypad Javier Martinez Canillas
2016-08-01 16:46 ` [PATCH 04/10] ARM: dts: am335x/am437x: remove unneeded unit name for fixed regulators Javier Martinez Canillas
2016-08-01 16:46 ` [PATCH 05/10] ARM: dts: da850/dm81x: " Javier Martinez Canillas
2016-08-01 16:47 ` [PATCH 06/10] ARM: dts: omap3/dra62x: " Javier Martinez Canillas
2016-08-01 16:47 ` [PATCH 07/10] ARM: dts: am335x/am437x: remove unneeded unit name for gpio-keys nodes Javier Martinez Canillas
2016-08-01 16:47 ` [PATCH 08/10] ARM: dts: omap3/4: " Javier Martinez Canillas
2016-08-01 16:47 ` [PATCH 09/10] ARM: dts: am335x/437x/57xx: remove unneeded unit name for gpio-leds nodes Javier Martinez Canillas
2016-08-01 16:47 ` [PATCH 10/10] ARM: dts: omap3/4/5/dra7: " Javier Martinez Canillas
2016-08-15 16:43 ` [PATCH 00/10] ARM: dts: omap: another round of DTC warning fixes Tony Lindgren

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.