Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1599087

[RESEND PATCH 0/3] ARM64: dts: meson-gx: Cleanup for common nodes

Path csiph.com!1.us.feeder.erje.net!feeder.erje.net!2.us.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!newsfeed.straub-nv.de!news.unit0.net!news.panservice.it!diesel.cu.mi.it!bofh.it!news.nic.it!robomod
From Neil Armstrong <narmstrong@baylibre.com>
Newsgroups linux.kernel
Subject [RESEND PATCH 0/3] ARM64: dts: meson-gx: Cleanup for common nodes
Date Mon, 13 Mar 2017 10:20:02 +0100
Message-ID <tkuiZ-6OF-11@gated-at.bofh.it> (permalink)
X-Original-To carlo@caione.org, khilman@baylibre.com
Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id; bh=e6sS9I7xS46Rh8k9aiGHRU4m0h8CQDmED3Ufeqwkl5Y=; b=gq8dpGCg4NkyBg1m41718XcfiyFduIg0lkS7S+FFIVrZqYgFnX93jHm91uTsx9xspb DSndJC5jVQX9ayMl2u7e2vbCelJdkxcpdFqNMe9CjvwYKdTAmSFCNb5NcDv+kPSqHS1h RZCnFXjGQ5zqIyXPMAC+xO2cNcsjSjdR0uBw5qTNlwuDfONRYXiAdfM5r+IQFCAHnBOL oX0B+ok2hWkQiqV98UO1XFqMqOod7IBo5F8kUD7ZTCisbmT8bpq5/T56bYCqVgPNiTRp n+btSb/bIw/l7eNgtmMmBY8mqhXRGi5hCTimQ55M0Wk1/TG4/uFV8OWdZhfHI4r8TEkY 9qcw==
X-Google-Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=e6sS9I7xS46Rh8k9aiGHRU4m0h8CQDmED3Ufeqwkl5Y=; b=bjWPkZWycEx06urVJ4xwC1p7Vl91VlRIOOvFVAMoU7wJdc8bPhduhP2APgWguEK+xT DzqhclSQ01S724ENxolAGtcvN9vwZKF1C8WnVigeJKD54RGaITL38qoNF1GaA2EXoagw gWpJ394BZ0Dsed6to4ADRqycZu1CWvBWk6gT2Je3g+6p7EZnBPyD9bforQVT/uST350f 5Ib/vlykgwu846gSAy35gAKgHb6BVaalCvHxWT2RNVxwkO5DQ8uskqNmSJVuaepczRnO IUlirr05eWQYo2QKb6BBTn5R3wDHLFiVS40BeWLT64dM6xN54FPvy1CDqaoaF3L6Fa8G cbIA==
X-Gm-Message-State AFeK/H0/2H0nRYkvu7rHNOExUPnUCoarDv6E4jMkEPu0xJlJ6dFd9DEEl3FyzDK4UqogvVzL
X-Received by 10.28.7.13 with SMTP id 13mr9223116wmh.16.1489396277946; Mon, 13 Mar 2017 02:11:17 -0700 (PDT)
X-Mailer git-send-email 1.9.1
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 22
Organization linux.* mail to news gateway
X-Original-Cc Neil Armstrong <narmstrong@baylibre.com>, linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org
X-Original-Date Mon, 13 Mar 2017 10:10:49 +0100
X-Original-Message-ID <1489396252-28696-1-git-send-email-narmstrong@baylibre.com>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1599087

Show key headers only | View raw


Since we know the GXBB and GXL/GXM share more hardware, we can safely move
the remaining peripheral nodes present in the GXBB dtsi to the common GX dtsi.
The following patches are small cleanups and helps to uniform the GX common
dtsi compatible scheme.

Changes since original v1 at [1]:
 - Add back missing changelog on patches 1 and 3

[1] http://lkml.kernel.org/r/1489055948-10656-1-git-send-email-narmstrong@baylibre.com

Neil Armstrong (3):
  ARM64: dts: meson-gx: Finally move common nodes to GX dtsi
  ARM64: dts: meson-gx: empty line cleanup
  ARM64: dts: meson-gx: Prepend GX generic compatible like other nodes

 arch/arm64/boot/dts/amlogic/meson-gx.dtsi   | 39 ++++++++++++++++++++------
 arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 43 ++++++-----------------------
 arch/arm64/boot/dts/amlogic/meson-gxl.dtsi  |  8 ++++++
 3 files changed, 47 insertions(+), 43 deletions(-)

-- 
1.9.1

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[RESEND PATCH 0/3] ARM64: dts: meson-gx: Cleanup for common nodes Neil Armstrong <narmstrong@baylibre.com> - 2017-03-13 10:20 +0100
  [RESEND PATCH 2/3] ARM64: dts: meson-gx: empty line cleanup Neil Armstrong <narmstrong@baylibre.com> - 2017-03-13 10:20 +0100
  [RESEND PATCH 3/3] ARM64: dts: meson-gx: Prepend GX generic compatible like other nodes Neil Armstrong <narmstrong@baylibre.com> - 2017-03-13 10:20 +0100
  [RESEND PATCH 1/3] ARM64: dts: meson-gx: Finally move common nodes to GX dtsi Neil Armstrong <narmstrong@baylibre.com> - 2017-03-13 10:20 +0100

csiph-web