From: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
To: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>,
barebox@lists.infradead.org
Subject: [PATCH 0/2] Pinctrl drivers for Armada 370 and XP
Date: Tue, 22 Jul 2014 20:10:46 +0200 [thread overview]
Message-ID: <1406052648-8675-1-git-send-email-sebastian.hesselbarth@gmail.com> (raw)
We already have a common pinctrl driver for Marvell MVEBU SoCs but
SoC specific stubs for Armada 370 and XP were missing. This patch
set converts those over from Linux to Barebox to allow pin muxing.
The stubs were tested on Armada 370 and compile-tested for Armada XP.
Sebastian
Sebastian Hesselbarth (2):
pinctrl: mvebu: add pinctrl driver for Armada 370
pinctrl: mvebu: add pinctrl driver for Armada XP
arch/arm/mach-mvebu/Kconfig | 2 +
drivers/pinctrl/mvebu/Kconfig | 8 +
drivers/pinctrl/mvebu/Makefile | 2 +
drivers/pinctrl/mvebu/armada-370.c | 416 +++++++++++++++++++++++++++++++++++++
drivers/pinctrl/mvebu/armada-xp.c | 403 +++++++++++++++++++++++++++++++++++
5 files changed, 831 insertions(+)
create mode 100644 drivers/pinctrl/mvebu/armada-370.c
create mode 100644 drivers/pinctrl/mvebu/armada-xp.c
---
Cc: barebox@lists.infradead.org
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
--
2.0.0
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2014-07-22 18:12 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-22 18:10 Sebastian Hesselbarth [this message]
2014-07-22 18:10 ` [PATCH 1/2] pinctrl: mvebu: add pinctrl driver for Armada 370 Sebastian Hesselbarth
2014-07-22 18:10 ` [PATCH 2/2] pinctrl: mvebu: add pinctrl driver for Armada XP Sebastian Hesselbarth
2014-07-23 7:15 ` [PATCH 0/2] Pinctrl drivers for Armada 370 and XP Sascha Hauer
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=1406052648-8675-1-git-send-email-sebastian.hesselbarth@gmail.com \
--to=sebastian.hesselbarth@gmail.com \
--cc=barebox@lists.infradead.org \
--cc=thomas.petazzoni@free-electrons.com \
/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