mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/4] pinctrl: ralink: add support for rt2880 pinmux
@ 2014-10-09  2:55 John Crispin
  2014-10-09  2:55 ` [PATCH 1/4] MIPS: ralink: cleanup the soc specific pinmux data John Crispin
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: John Crispin @ 2014-10-09  2:55 UTC (permalink / raw)
  To: Ralf Baechle, Linus Walleij; +Cc: linux-kernel, linux-mips

This series adds a pinctrl driver for ralink SoC. as it touches both arch and
pinctrl files i would prefer to have this go via the mips tree with the other
ralink pathes that i have sent.

John Crispin (4):
  MIPS: ralink: cleanup the soc specific pinmux data
  pinctrl: ralink: add a pinctrl driver for the rt2880 family of SoCs
  pinctrl: ralink: add binding documentation
  MIPS: ralink: always enable pinctrl on ralink SoC

 .../bindings/pinctrl/ralink,rt2880-pinmux.txt      |   74 +++
 arch/mips/Kconfig                                  |    2 +
 arch/mips/include/asm/mach-ralink/mt7620.h         |   41 +-
 arch/mips/include/asm/mach-ralink/pinmux.h         |   55 +++
 arch/mips/include/asm/mach-ralink/rt305x.h         |   35 +-
 arch/mips/include/asm/mach-ralink/rt3883.h         |   16 +-
 arch/mips/ralink/common.h                          |   19 -
 arch/mips/ralink/mt7620.c                          |  159 +++----
 arch/mips/ralink/rt288x.c                          |   62 +--
 arch/mips/ralink/rt305x.c                          |  153 +++----
 arch/mips/ralink/rt3883.c                          |  173 ++-----
 drivers/pinctrl/Kconfig                            |    5 +
 drivers/pinctrl/Makefile                           |    1 +
 drivers/pinctrl/pinctrl-rt2880.c                   |  474 ++++++++++++++++++++
 14 files changed, 849 insertions(+), 420 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/pinctrl/ralink,rt2880-pinmux.txt
 create mode 100644 arch/mips/include/asm/mach-ralink/pinmux.h
 create mode 100644 drivers/pinctrl/pinctrl-rt2880.c

-- 
1.7.10.4


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

end of thread, other threads:[~2014-10-27 16:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-09  2:55 [PATCH 0/4] pinctrl: ralink: add support for rt2880 pinmux John Crispin
2014-10-09  2:55 ` [PATCH 1/4] MIPS: ralink: cleanup the soc specific pinmux data John Crispin
2014-10-09  2:55 ` [PATCH 2/4] pinctrl: ralink: add a pinctrl driver for the rt2880 family of SoCs John Crispin
2014-10-27 16:20   ` Linus Walleij
2014-10-09  2:55 ` [PATCH 3/4] pinctrl: ralink: add binding documentation John Crispin
2014-10-27 16:22   ` Linus Walleij
2014-10-09  2:55 ` [PATCH 4/4] MIPS: ralink: always enable pinctrl on ralink SoC John Crispin

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®