From: swarren@nvidia.com (Stephen Warren)
To: linux-arm-kernel@lists.infradead.org
Subject: [RFC 0/3] pinctrl: add a driver for NVIDIA Tegra
Date: Thu, 8 Dec 2011 15:13:07 -0700 [thread overview]
Message-ID: <1323382390-14892-1-git-send-email-swarren@nvidia.com> (raw)
This isn't quite ready for merging yet; there are some issues that need
to be sorted out w.r.t. how to replace the existing Tegra pinmux driver
first. However, I figured it'd be good to get a review of the pinctrl
driver itself now that it should be complete.
The first patch is the driver. The other 2 patches are hacks that I use
to test it, just in case anyone is interested. Patch 2 would be fixed
before actually submitting, and patch 3 dropped.
Stephen Warren (3):
pinctrl: add a driver for NVIDIA Tegra
arm/tegra: Select PINMUX Kconfig variables
New pinmux testing hacks
arch/arm/boot/dts/tegra20.dtsi | 8 +
arch/arm/mach-tegra/Kconfig | 3 +
arch/arm/mach-tegra/include/mach/pinconf-tegra.h | 58 +
arch/arm/mach-tegra/pinmux.c | 2 +
drivers/pinctrl/Kconfig | 15 +
drivers/pinctrl/Makefile | 3 +
drivers/pinctrl/pinctrl-tegra.c | 604 ++++
drivers/pinctrl/pinctrl-tegra.h | 83 +
drivers/pinctrl/pinctrl-tegra20.c | 2731 +++++++++++++++++
drivers/pinctrl/pinctrl-tegra30.c | 3387 ++++++++++++++++++++++
10 files changed, 6894 insertions(+), 0 deletions(-)
create mode 100644 arch/arm/mach-tegra/include/mach/pinconf-tegra.h
create mode 100644 drivers/pinctrl/pinctrl-tegra.c
create mode 100644 drivers/pinctrl/pinctrl-tegra.h
create mode 100644 drivers/pinctrl/pinctrl-tegra20.c
create mode 100644 drivers/pinctrl/pinctrl-tegra30.c
next reply other threads:[~2011-12-08 22:13 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-08 22:13 Stephen Warren [this message]
[not found] ` <1323382390-14892-2-git-send-email-swarren@nvidia.com>
2011-12-09 14:01 ` [RFC 1/3] pinctrl: add a driver for NVIDIA Tegra Linus Walleij
2011-12-09 17:07 ` Tony Lindgren
2011-12-09 23:49 ` Linus Walleij
2011-12-11 19:36 ` Tony Lindgren
2011-12-09 17:28 ` Stephen Warren
2011-12-09 18:00 ` Tony Lindgren
2011-12-09 23:55 ` Linus Walleij
2011-12-12 18:06 ` Stephen Warren
2011-12-13 0:27 ` Linus Walleij
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=1323382390-14892-1-git-send-email-swarren@nvidia.com \
--to=swarren@nvidia.com \
--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).