linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: andrew@lunn.ch (Andrew Lunn)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 0/5] mvebu support for kirkwood HP T5325
Date: Tue, 25 Feb 2014 18:33:58 +0100	[thread overview]
Message-ID: <1393349643-6652-1-git-send-email-andrew@lunn.ch> (raw)

This patchset adds support to mvebu for the HP T5325 thin client.
This is the first kirkwood device using device tree which supports
audio. However the audio codec is missing a device tree binding, and
simple-audio-card does not yet quite support all the properties needed
for this hardware. So C code is used for the audio devices.

v3:
More tabification
Use kirkwood in subject line
Move Makefile hunk alongside dts file.

v2:
Indentation fixes, space->tab, extra spaces removed.
Split DTS into a patch of its own.

Andrew Lunn (5):
  ARM: kirkwood: Add audio node to kirkwood.dtsi
  ARM: kirkwood: Add i2c alias so setting bus number
  ARM: kirkwood: Add HP T5325 thin client
  ARM: kirkwood: Add dts file describing HP T5325 thin client
  ARM: kirkwood: Add HP T5325 devices to {multi|mvebu}_v5_defconfig

 arch/arm/boot/dts/Makefile           |   1 +
 arch/arm/boot/dts/kirkwood-t5325.dts | 208 +++++++++++++++++++++++++++++++++++
 arch/arm/boot/dts/kirkwood.dtsi      |  12 +-
 arch/arm/configs/multi_v5_defconfig  |   9 ++
 arch/arm/configs/mvebu_v5_defconfig  |   9 ++
 arch/arm/mach-mvebu/Kconfig          |   7 ++
 arch/arm/mach-mvebu/Makefile         |   1 +
 arch/arm/mach-mvebu/board-t5325.c    |  41 +++++++
 arch/arm/mach-mvebu/board.h          |  22 ++++
 arch/arm/mach-mvebu/kirkwood.c       |  11 +-
 10 files changed, 319 insertions(+), 2 deletions(-)
 create mode 100644 arch/arm/boot/dts/kirkwood-t5325.dts
 create mode 100644 arch/arm/mach-mvebu/board-t5325.c
 create mode 100644 arch/arm/mach-mvebu/board.h

-- 
1.8.5.3

             reply	other threads:[~2014-02-25 17:33 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-25 17:33 Andrew Lunn [this message]
2014-02-25 17:33 ` [PATCH v3 1/5] ARM: kirkwood: Add audio node to kirkwood.dtsi Andrew Lunn
2014-02-25 17:34 ` [PATCH v3 2/5] ARM: kirkwood: Add i2c alias so setting bus number Andrew Lunn
2014-02-25 17:34 ` [PATCH v3 3/5] ARM: kirkwood: Add HP T5325 thin client Andrew Lunn
2014-02-25 17:34 ` [PATCH v3 4/5] ARM: kirkwood: Add dts file describing " Andrew Lunn
2014-02-25 17:34 ` [PATCH v3 5/5] ARM: kirkwood: Add HP T5325 devices to {multi|mvebu}_v5_defconfig Andrew Lunn
2014-02-25 18:19   ` Arnd Bergmann
2014-02-25 18:53     ` Andrew Lunn
2014-02-25 19:04       ` Arnd Bergmann
2014-02-25 20:35 ` [PATCH v3 0/5] mvebu support for kirkwood HP T5325 Jason Cooper

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=1393349643-6652-1-git-send-email-andrew@lunn.ch \
    --to=andrew@lunn.ch \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).