All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] ARM: sun5i: Cleanup and reorganisation of the DTSI
@ 2017-02-05 18:49 ` Maxime Ripard
  0 siblings, 0 replies; 44+ messages in thread
From: Maxime Ripard @ 2017-02-05 18:49 UTC (permalink / raw)
  To: Chen-Yu Tsai, Maxime Ripard; +Cc: linux-arm-kernel, linux-kernel

Hi,

Most of the sun5i DTSI have grown organically, some nodes being added to
SoC DTSI because they were not properly tested, some because old datasheet
were wrong, and some times because we were not even sure whether it could
be shared at all, or how to share it.

Now that we have much more details, we can use that opportunity to
refactor all our DTSI so that we reduce greatly the duplication, especially
with the GR8 DTSI.

Let me know what you think,
Maxime

Maxime Ripard (9):
  ARM: sun5i: A10s: Switch the EMAC pins indices
  ARM: sun5i: a10s: switch simple framebuffer indices
  ARM: sunxi: Rename pwm0_pins to match our usual pattern
  ARM: sun5i: Add UART2 pin group
  ARM: sun5i: Rename UART3 flow control pins
  ARM: sun5i: a13: Merge common controllers into the common DTSI
  ARM: sun5i: a10s: Merge common controllers into the common DTSI
  ARM: sun5i: r8: Merge common controllers into the common DTSI
  ARM: sun5i: gr8: Use common sun5i DTSI

 arch/arm/boot/dts/sun5i-a10s-olinuxino-micro.dts       |   4 +-
 arch/arm/boot/dts/sun5i-a10s-wobo-i5.dts               |   2 +-
 arch/arm/boot/dts/sun5i-a10s.dtsi                      |  76 +-
 arch/arm/boot/dts/sun5i-a13-empire-electronix-d709.dts |   2 +-
 arch/arm/boot/dts/sun5i-a13.dtsi                       | 139 +--
 arch/arm/boot/dts/sun5i-gr8-chip-pro.dts               |   2 +-
 arch/arm/boot/dts/sun5i-gr8-evb.dts                    |   2 +-
 arch/arm/boot/dts/sun5i-gr8.dtsi                       | 617 +----------
 arch/arm/boot/dts/sun5i-r8-chip.dts                    |   2 +-
 arch/arm/boot/dts/sun5i-r8.dtsi                        |  40 +-
 arch/arm/boot/dts/sun5i.dtsi                           | 292 ++++-
 arch/arm/boot/dts/sun8i-a23-a33.dtsi                   |   2 +-
 arch/arm/boot/dts/sunxi-reference-design-tablet.dtsi   |   2 +-
 13 files changed, 327 insertions(+), 855 deletions(-)

base-commit: 2a6e628efb37432a83bb42b00e3c403b1d8873dd
-- 
git-series 0.8.11

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

end of thread, other threads:[~2017-02-06 20:17 UTC | newest]

Thread overview: 44+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-05 18:49 [PATCH 0/9] ARM: sun5i: Cleanup and reorganisation of the DTSI Maxime Ripard
2017-02-05 18:49 ` Maxime Ripard
2017-02-05 18:49 ` [PATCH 1/9] ARM: sun5i: A10s: Switch the EMAC pins indices Maxime Ripard
2017-02-05 18:49   ` Maxime Ripard
2017-02-06  7:10   ` Chen-Yu Tsai
2017-02-06  7:10     ` Chen-Yu Tsai
2017-02-05 18:49 ` [PATCH 2/9] ARM: sun5i: a10s: switch simple framebuffer indices Maxime Ripard
2017-02-05 18:49   ` Maxime Ripard
2017-02-06  7:11   ` Chen-Yu Tsai
2017-02-06  7:11     ` Chen-Yu Tsai
2017-02-05 18:49 ` [PATCH 3/9] ARM: sunxi: Rename pwm0_pins to match our usual pattern Maxime Ripard
2017-02-05 18:49   ` Maxime Ripard
2017-02-06  7:15   ` Chen-Yu Tsai
2017-02-06  7:15     ` Chen-Yu Tsai
2017-02-06 17:46     ` Maxime Ripard
2017-02-06 17:46       ` Maxime Ripard
2017-02-05 18:49 ` [PATCH 4/9] ARM: sun5i: Add UART2 pin group Maxime Ripard
2017-02-05 18:49   ` Maxime Ripard
2017-02-06  7:17   ` Chen-Yu Tsai
2017-02-06  7:17     ` Chen-Yu Tsai
2017-02-06 17:37     ` Maxime Ripard
2017-02-06 17:37       ` Maxime Ripard
2017-02-05 18:49 ` [PATCH 5/9] ARM: sun5i: Rename UART3 flow control pins Maxime Ripard
2017-02-05 18:49   ` Maxime Ripard
2017-02-06  7:18   ` Chen-Yu Tsai
2017-02-06  7:18     ` Chen-Yu Tsai
2017-02-05 18:49 ` [PATCH 6/9] ARM: sun5i: a13: Merge common controllers into the common DTSI Maxime Ripard
2017-02-05 18:49   ` Maxime Ripard
2017-02-06  7:18   ` Chen-Yu Tsai
2017-02-06  7:18     ` Chen-Yu Tsai
2017-02-05 18:49 ` [PATCH 7/9] ARM: sun5i: a10s: " Maxime Ripard
2017-02-05 18:49   ` Maxime Ripard
2017-02-06  7:21   ` Chen-Yu Tsai
2017-02-06  7:21     ` Chen-Yu Tsai
2017-02-05 18:49 ` [PATCH 8/9] ARM: sun5i: r8: " Maxime Ripard
2017-02-05 18:49   ` Maxime Ripard
2017-02-06  7:22   ` Chen-Yu Tsai
2017-02-06  7:22     ` Chen-Yu Tsai
2017-02-05 18:49 ` [PATCH 9/9] ARM: sun5i: gr8: Use common sun5i DTSI Maxime Ripard
2017-02-05 18:49   ` Maxime Ripard
2017-02-06  7:30   ` Chen-Yu Tsai
2017-02-06  7:30     ` Chen-Yu Tsai
2017-02-06 17:39     ` Maxime Ripard
2017-02-06 17:39       ` Maxime Ripard

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.