mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH V3 0/7] pinctrl: API rework, pinconfig in mapping table, ...
@ 2012-03-02 20:05 Stephen Warren
  2012-03-02 20:05 ` [PATCH V3 1/7] pinctrl: Fix and simplify locking Stephen Warren
                   ` (7 more replies)
  0 siblings, 8 replies; 13+ messages in thread
From: Stephen Warren @ 2012-03-02 20:05 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Linus Walleij, B29396, s.hauer, dongas86, shawn.guo,
	thomas.abraham, tony, linux-kernel, Stephen Warren

This is the current set of patches I have outstanding for pinctrl.

NOTE: This series assumes that commit 7d23de2 "pinctrl: resurrect verbose
pinmux-pins" is dropped, since "Show selected function and group in
pinmux-pins debugfs" re-implements it in a way that's compatible with
all the API rework and restructing in this series.

The locking rework change is still under discussion; I haven't seen a
nak/ack since I was asked to move it later in the series and I explained
the difficulties in doing so while maintaining correctness.

The other changes have fixes based on review feedback.

The Tegra30 pinctrl driver fix should be OK to apply out-of-order if you
want. I'd even be happy if you squashed it into the original commit that
added the driver, if you branch doesn't need to be git-stable.

v3:
* Added patch "Show selected function and group in pinmux-pins debugfs".
* Fixed review feedback in "Enhance mapping table to support pin config
  operations".

Stephen Warren (7):
  pinctrl: Fix and simplify locking
  pinctrl: Refactor struct pinctrl handling in core.c vs pinmux.c
  pinctrl: Add usecount to pins for muxing
  pinctrl: API changes to support multiple states per device
  pinctrl: Enhance mapping table to support pin config operations
  pinctrl: Show selected function and group in pinmux-pins debugfs
  pinctrl: fix case of Tegra30's foo_groups[] arrays

 Documentation/pinctrl.txt         |  196 +++-
 arch/arm/mach-u300/core.c         |   28 +-
 drivers/pinctrl/core.c            |  630 ++++++++----
 drivers/pinctrl/core.h            |   89 ++-
 drivers/pinctrl/pinconf.c         |  272 +++++-
 drivers/pinctrl/pinconf.h         |   40 +
 drivers/pinctrl/pinctrl-tegra30.c | 1992 ++++++++++++++++++------------------
 drivers/pinctrl/pinmux.c          |  507 ++++------
 drivers/pinctrl/pinmux.h          |   58 +-
 drivers/tty/serial/sirfsoc_uart.c |   12 +-
 include/linux/pinctrl/consumer.h  |   55 +-
 include/linux/pinctrl/machine.h   |  148 +++-
 include/linux/pinctrl/pinctrl.h   |    1 -
 13 files changed, 2343 insertions(+), 1685 deletions(-)


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2012-03-05 18:25 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-02 20:05 [PATCH V3 0/7] pinctrl: API rework, pinconfig in mapping table, Stephen Warren
2012-03-02 20:05 ` [PATCH V3 1/7] pinctrl: Fix and simplify locking Stephen Warren
2012-03-02 20:05 ` [PATCH V3 2/7] pinctrl: Refactor struct pinctrl handling in core.c vs pinmux.c Stephen Warren
2012-03-02 20:05 ` [PATCH V3 3/7] pinctrl: Add usecount to pins for muxing Stephen Warren
2012-03-02 20:05 ` [PATCH V3 4/7] pinctrl: API changes to support multiple states per device Stephen Warren
2012-03-05  8:03   ` Dong Aisheng
2012-03-02 20:05 ` [PATCH V3 5/7] pinctrl: Enhance mapping table to support pin config operations Stephen Warren
2012-03-02 20:05 ` [PATCH V3 6/7] pinctrl: Show selected function and group in pinmux-pins debugfs Stephen Warren
2012-03-02 20:05 ` [PATCH V3 7/7] pinctrl: fix case of Tegra30's foo_groups[] arrays Stephen Warren
2012-03-05 10:34   ` Linus Walleij
2012-03-05 18:15     ` Stephen Warren
2012-03-05 10:39 ` [PATCH V3 0/7] pinctrl: API rework, pinconfig in mapping table, Linus Walleij
2012-03-05 18:25   ` Stephen Warren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®