All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] ARM: dts: Use labels instead of full paths for Exynos5 pinctrl nodes
@ 2015-07-08  5:36 ` Javier Martinez Canillas
  0 siblings, 0 replies; 28+ messages in thread
From: Javier Martinez Canillas @ 2015-07-08  5:36 UTC (permalink / raw)
  To: Kukjin Kim
  Cc: devicetree, linux-samsung-soc, Krzysztof Kozlowski,
	linux-arm-kernel, linux-kernel, Javier Martinez Canillas

Hello Kukjin and Krzysztof,

This is a trivial series that changes Exynos5 pinctrl dtsi files to extend
the pinctrl nodes using labels instead of full paths.

Using labels is less error prone since a misstyped label leads to a build
error while full paths can lead to the creation of a new node instead of
overriding the original which makes the mistake harder to detect.

I tested the changes by decompiling the Exynos5* dtbs and comparing before
and after. The resulting dts were identical modulo some node ordering due
the pinctrl include change.

The series is composed of the following trivial patches:


Javier Martinez Canillas (4):
  ARM: dts: Include exynos5250-pinctrl after the nodes were defined
  ARM: dts: Extend exynos5250-pinctrl nodes using labels instead of
    paths
  ARM: dts: Include exynos5420-pinctrl after the nodes were defined
  ARM: dts: Extend exynos5420-pinctrl nodes using labels instead of
    paths

 arch/arm/boot/dts/exynos5250-pinctrl.dtsi | 1600 ++++++++++++++---------------
 arch/arm/boot/dts/exynos5250.dtsi         |    3 +-
 arch/arm/boot/dts/exynos5420-pinctrl.dtsi | 1411 +++++++++++++------------
 arch/arm/boot/dts/exynos5420.dtsi         |    3 +-
 4 files changed, 1508 insertions(+), 1509 deletions(-)

-- 
2.4.3

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

end of thread, other threads:[~2015-07-08 23:53 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-08  5:36 [PATCH 0/4] ARM: dts: Use labels instead of full paths for Exynos5 pinctrl nodes Javier Martinez Canillas
2015-07-08  5:36 ` Javier Martinez Canillas
2015-07-08  5:36 ` [PATCH 1/4] ARM: dts: Include exynos5250-pinctrl after the nodes were defined Javier Martinez Canillas
2015-07-08  5:36   ` Javier Martinez Canillas
2015-07-08  8:24   ` Krzysztof Kozlowski
2015-07-08  8:24     ` Krzysztof Kozlowski
2015-07-08  8:24     ` Krzysztof Kozlowski
2015-07-08  5:36 ` [PATCH 2/4] ARM: dts: Extend exynos5250-pinctrl nodes using labels instead of paths Javier Martinez Canillas
2015-07-08  5:36   ` Javier Martinez Canillas
2015-07-08  8:29   ` Krzysztof Kozlowski
2015-07-08  8:29     ` Krzysztof Kozlowski
     [not found]     ` <559CDF66.6080609-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2015-07-08 14:05       ` Javier Martinez Canillas
2015-07-08 14:05         ` Javier Martinez Canillas
2015-07-08 14:05         ` Javier Martinez Canillas
2015-07-08 23:53         ` Krzysztof Kozlowski
2015-07-08 23:53           ` Krzysztof Kozlowski
2015-07-08  5:36 ` [PATCH 3/4] ARM: dts: Include exynos5420-pinctrl after the nodes were defined Javier Martinez Canillas
2015-07-08  5:36   ` Javier Martinez Canillas
2015-07-08  8:25   ` Krzysztof Kozlowski
2015-07-08  8:25     ` Krzysztof Kozlowski
2015-07-08  8:25     ` Krzysztof Kozlowski
2015-07-08  8:27 ` [PATCH 0/4] ARM: dts: Use labels instead of full paths for Exynos5 pinctrl nodes Krzysztof Kozlowski
2015-07-08  8:27   ` Krzysztof Kozlowski
     [not found]   ` <559CDEDA.50608-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2015-07-08 14:15     ` Javier Martinez Canillas
2015-07-08 14:15       ` Javier Martinez Canillas
2015-07-08 14:15       ` Javier Martinez Canillas
2015-07-08 23:51       ` Krzysztof Kozlowski
2015-07-08 23:51         ` Krzysztof Kozlowski

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.