All of lore.kernel.org
 help / color / mirror / Atom feed
From: linux@prisktech.co.nz (Tony Prisk)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3] dts: v8500: Cleanups for 3.10
Date: Wed, 24 Apr 2013 17:38:19 +1200	[thread overview]
Message-ID: <1366781902-13025-1-git-send-email-linux@prisktech.co.nz> (raw)

Arnd, Olof,

This is probably a bit late for 3.10 now but its just a bunch of cleanups for
the arch-vt8500 devicetree SoC and board files, and the addition of a new
dts for the VIA APC8750.

Regards
Tony P

Tony Prisk (3):
  dts: vt8500: Fix invalid/missing cpu nodes for soc files.
  dts: vt8500: Add devicetree support for WM8750 SoC and APC8750 board
  dts: vt8500: Update serial nodes and disable by default in SoC files

 arch/arm/boot/dts/Makefile           |    1 +
 arch/arm/boot/dts/vt8500-bv07.dts    |    4 +
 arch/arm/boot/dts/vt8500.dtsi        |   29 ++-
 arch/arm/boot/dts/wm8505-ref.dts     |    4 +
 arch/arm/boot/dts/wm8505.dtsi        |   35 +++-
 arch/arm/boot/dts/wm8650-mid.dts     |    4 +
 arch/arm/boot/dts/wm8650.dtsi        |   21 +-
 arch/arm/boot/dts/wm8750-apc8750.dts |   30 +++
 arch/arm/boot/dts/wm8750.dtsi        |  355 ++++++++++++++++++++++++++++++++++
 arch/arm/boot/dts/wm8850-w70v2.dts   |    4 +
 arch/arm/boot/dts/wm8850.dtsi        |   23 ++-
 11 files changed, 492 insertions(+), 18 deletions(-)
 create mode 100644 arch/arm/boot/dts/wm8750-apc8750.dts
 create mode 100644 arch/arm/boot/dts/wm8750.dtsi

-- 
1.7.9.5

WARNING: multiple messages have this Message-ID (diff)
From: Tony Prisk <linux@prisktech.co.nz>
To: devicetree-discuss@lists.ozlabs.org
Cc: vt8500-wm8505-linux-kernel@googlegroups.com, olof@lixom.net,
	Tony Prisk <linux@prisktech.co.nz>,
	arnd@arndb.de, linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3] dts: v8500: Cleanups for 3.10
Date: Wed, 24 Apr 2013 17:38:19 +1200	[thread overview]
Message-ID: <1366781902-13025-1-git-send-email-linux@prisktech.co.nz> (raw)

Arnd, Olof,

This is probably a bit late for 3.10 now but its just a bunch of cleanups for
the arch-vt8500 devicetree SoC and board files, and the addition of a new
dts for the VIA APC8750.

Regards
Tony P

Tony Prisk (3):
  dts: vt8500: Fix invalid/missing cpu nodes for soc files.
  dts: vt8500: Add devicetree support for WM8750 SoC and APC8750 board
  dts: vt8500: Update serial nodes and disable by default in SoC files

 arch/arm/boot/dts/Makefile           |    1 +
 arch/arm/boot/dts/vt8500-bv07.dts    |    4 +
 arch/arm/boot/dts/vt8500.dtsi        |   29 ++-
 arch/arm/boot/dts/wm8505-ref.dts     |    4 +
 arch/arm/boot/dts/wm8505.dtsi        |   35 +++-
 arch/arm/boot/dts/wm8650-mid.dts     |    4 +
 arch/arm/boot/dts/wm8650.dtsi        |   21 +-
 arch/arm/boot/dts/wm8750-apc8750.dts |   30 +++
 arch/arm/boot/dts/wm8750.dtsi        |  355 ++++++++++++++++++++++++++++++++++
 arch/arm/boot/dts/wm8850-w70v2.dts   |    4 +
 arch/arm/boot/dts/wm8850.dtsi        |   23 ++-
 11 files changed, 492 insertions(+), 18 deletions(-)
 create mode 100644 arch/arm/boot/dts/wm8750-apc8750.dts
 create mode 100644 arch/arm/boot/dts/wm8750.dtsi

-- 
1.7.9.5

             reply	other threads:[~2013-04-24  5:38 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-24  5:38 Tony Prisk [this message]
2013-04-24  5:38 ` [PATCH 0/3] dts: v8500: Cleanups for 3.10 Tony Prisk
2013-04-24  5:38 ` [PATCH 1/3] dts: vt8500: Fix invalid/missing cpu nodes for soc files Tony Prisk
2013-04-24  5:38   ` Tony Prisk
2013-04-24  5:38 ` [PATCH 2/3] dts: vt8500: Add devicetree support for WM8750 SoC and APC8750 board Tony Prisk
2013-04-24  5:38   ` Tony Prisk
2013-04-24  5:38 ` [PATCH 3/3] dts: vt8500: Update serial nodes and disable by default in SoC files Tony Prisk
2013-04-24  5:38   ` Tony Prisk
2013-04-24 22:39 ` [PATCH 0/3] dts: v8500: Cleanups for 3.10 Tony Prisk
2013-04-24 22:39   ` Tony Prisk
2013-04-24 22:50   ` Olof Johansson
2013-04-24 22:50     ` Olof Johansson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1366781902-13025-1-git-send-email-linux@prisktech.co.nz \
    --to=linux@prisktech.co.nz \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.