From: Tony Lindgren <tony@atomide.com>
To: linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Cc: Stephen Warren <swarren@nvidia.com>,
Linus Walleij <linus.walleij@stericsson.com>,
Barry Song <21cnbao@gmail.com>,
Haojian Zhuang <haojian.zhuang@marvell.com>,
Grant Likely <grant.likely@secretlab.ca>,
Thomas Abraham <thomas.abraham@linaro.org>,
Rajendra Nayak <rajendra.nayak@linaro.org>,
Dong Aisheng <dong.aisheng@linaro.org>,
Shawn Guo <shawn.guo@freescale.com>,
Dong Aisheng <dongas86@gmail.com>
Subject: [PATCH 0/2] Initial DT only generic pinctrl-simple driver
Date: Fri, 03 Feb 2012 12:54:58 -0800 [thread overview]
Message-ID: <20120203205049.4089.74610.stgit@kaulin.local> (raw)
Hi all,
Here's finally something that mostly works for omap2/3/4, this
is now using a minimal subset of the mux bindings posted earlier
by Stephen Warren.
No support for alternative modes at this point, bunch of features
missing.. And the map allocation is copying things unnecessarily
right now. But basically this is what I promised to post few
weeks ago as pinmux-simple.
Hmm, how should we mark the pinmux hogs in .dts?
Regards,
Tony
---
Tony Lindgren (2):
pinmux: Export pinmux_register_mappings for pinmux modules
pinctrl: Add simple pinmux driver using device tree data
.../devicetree/bindings/pinmux/pinctrl-simple.txt | 62 +
drivers/pinctrl/Kconfig | 6
drivers/pinctrl/Makefile | 1
drivers/pinctrl/pinctrl-simple.c | 1286 ++++++++++++++++++++
drivers/pinctrl/pinmux.c | 3
5 files changed, 1357 insertions(+), 1 deletions(-)
create mode 100644 Documentation/devicetree/bindings/pinmux/pinctrl-simple.txt
create mode 100644 drivers/pinctrl/pinctrl-simple.c
--
Signature
next reply other threads:[~2012-02-03 20:55 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-03 20:54 Tony Lindgren [this message]
2012-02-03 20:55 ` [PATCH 1/2] pinmux: Export pinmux_register_mappings for pinmux modules Tony Lindgren
2012-02-03 20:55 ` [PATCH 2/2] pinctrl: Add simple pinmux driver using device tree data Tony Lindgren
2012-02-03 22:49 ` Linus Walleij
2012-02-04 0:55 ` Tony Lindgren
2012-02-04 17:59 ` Tony Lindgren
2012-02-08 1:53 ` Dong Aisheng
2012-02-10 20:05 ` Tony Lindgren
2012-02-11 0:33 ` Dong Aisheng
2012-02-13 19:11 ` Tony Lindgren
2012-02-14 7:54 ` Dong Aisheng
2012-02-07 1:44 ` Shawn Guo
2012-02-10 20:12 ` Tony Lindgren
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=20120203205049.4089.74610.stgit@kaulin.local \
--to=tony@atomide.com \
--cc=21cnbao@gmail.com \
--cc=dong.aisheng@linaro.org \
--cc=dongas86@gmail.com \
--cc=grant.likely@secretlab.ca \
--cc=haojian.zhuang@marvell.com \
--cc=linus.walleij@stericsson.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=rajendra.nayak@linaro.org \
--cc=shawn.guo@freescale.com \
--cc=swarren@nvidia.com \
--cc=thomas.abraham@linaro.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
Powered by JetHome