* [GIT PULL] pinctrl-single SoC specific support for v3.12
@ 2013-07-16 9:18 Tony Lindgren
2013-07-22 21:06 ` Linus Walleij
0 siblings, 1 reply; 2+ messages in thread
From: Tony Lindgren @ 2013-07-16 9:18 UTC (permalink / raw)
To: linux-arm-kernel
Hi Linus,
Here's a pull request for the pinctrl-single changes posted
few weeks ago. Assuming this pull request and the patches
are OK, I'd like to also merge this branch into omap tree so
we can have the wake-up events working. So we'd have to
establish keeping these commits immutable.
Note that this series does not depend on the dynamic remuxing
patches I just posted. These patches can be used without the
dynamic remuxing support for devices that have dedicated
wake-up path and don't need remuxing, such as UART on most
omaps.
Regards,
Tony
The following changes since commit ad81f0545ef01ea651886dddac4bef6cec930092:
Linux 3.11-rc1 (2013-07-14 15:18:27 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/pinctrl-single-for-linus
for you to fetch changes up to 8f406c0772ace721f0350c92acd043732285ba9f:
pinctrl: single: omap: Add SoC specific module for wake-up events (2013-07-15 00:17:07 -0700)
----------------------------------------------------------------
Pinctrl single changes to add support for SoC specific features
that were too late for v3.11. This branch is needed as a dependency
also for the omap tree for off-idle and USB wake-up events, so
posting it as a pull request.
----------------------------------------------------------------
Tony Lindgren (3):
pinctrl: single: Prepare for supporting SoC specific features
pinctrl: single: Add hardware specific hooks for IRQ and GPIO wake-up events
pinctrl: single: omap: Add SoC specific module for wake-up events
.../devicetree/bindings/pinctrl/pinctrl-single.txt | 5 +
drivers/pinctrl/Makefile | 3 +-
drivers/pinctrl/pinctrl-single-omap.c | 287 +++++++++++++++++++++
drivers/pinctrl/pinctrl-single.c | 158 +++++++++---
drivers/pinctrl/pinctrl-single.h | 43 +++
include/linux/platform_data/pinctrl-single-omap.h | 4 +
6 files changed, 468 insertions(+), 32 deletions(-)
create mode 100644 drivers/pinctrl/pinctrl-single-omap.c
create mode 100644 drivers/pinctrl/pinctrl-single.h
create mode 100644 include/linux/platform_data/pinctrl-single-omap.h
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-07-22 21:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-16 9:18 [GIT PULL] pinctrl-single SoC specific support for v3.12 Tony Lindgren
2013-07-22 21:06 ` Linus Walleij
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).