All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] pinmux support for Broadcom NS2 SoC
@ 2016-04-29 12:51 ` Yendapally Reddy Dhananjaya Reddy
  0 siblings, 0 replies; 20+ messages in thread
From: Yendapally Reddy Dhananjaya Reddy @ 2016-04-29 12:51 UTC (permalink / raw)
  To: Linus Walleij, Rob Herring, Pawel Moll, Mark Rutland,
	Ian Campbell, Kumar Gala, Catalin Marinas, Will Deacon,
	Florian Fainelli, Ray Jui, Scott Branden, Pramod Kumar
  Cc: devicetree, linux-kernel, linux-arm-kernel,
	bcm-kernel-feedback-list, linux-gpio,
	Yendapally Reddy Dhananjaya Reddy

This patchset contains the pinmux support for the Broadcom's
Northstar 2 (NS2) SoC.

The first patch provides the driver details and the second patch contains
the enable method. The documentation details patch is already merged.

This patch set has been tested on NS2 bcm958712K board.
This patch set is based on v4.6.0-rc1 and is available from github
repo: https://github.com/Broadcom/arm64-linux.git
branch: ns2-pinmux-v2

Changes since v1:
 removed module macros in the file as suggested by Linus

Yendapally Reddy Dhananjaya Reddy (2):
  pinctrl: ns2: add pinmux driver support for Broadcom NS2 SoC
  ARM: dts: enable pinctrl for Broadcom NS2 SoC

 arch/arm64/boot/dts/broadcom/ns2-svk.dts |    9 +
 arch/arm64/boot/dts/broadcom/ns2.dtsi    |    7 +
 drivers/pinctrl/bcm/Kconfig              |   13 +
 drivers/pinctrl/bcm/Makefile             |    1 +
 drivers/pinctrl/bcm/pinctrl-ns2-mux.c    | 1117 ++++++++++++++++++++++++++++++
 5 files changed, 1147 insertions(+)
 create mode 100644 drivers/pinctrl/bcm/pinctrl-ns2-mux.c

-- 
2.1.0


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

end of thread, other threads:[~2016-05-02 13:36 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-29 12:51 [PATCH v2 0/2] pinmux support for Broadcom NS2 SoC Yendapally Reddy Dhananjaya Reddy
2016-04-29 12:51 ` Yendapally Reddy Dhananjaya Reddy
2016-04-29 12:51 ` Yendapally Reddy Dhananjaya Reddy
2016-04-29 12:51 ` [PATCH v2 1/2] pinctrl: ns2: add pinmux driver " Yendapally Reddy Dhananjaya Reddy
2016-04-29 12:51   ` Yendapally Reddy Dhananjaya Reddy
2016-04-29 12:51   ` Yendapally Reddy Dhananjaya Reddy
     [not found]   ` <1461934299-14774-2-git-send-email-yendapally.reddy-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
2016-04-30 11:12     ` Linus Walleij
2016-04-30 11:12       ` Linus Walleij
2016-04-30 11:12       ` Linus Walleij
2016-05-02 13:36   ` Arnd Bergmann
2016-05-02 13:36     ` Arnd Bergmann
     [not found] ` <1461934299-14774-1-git-send-email-yendapally.reddy-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
2016-04-29 12:51   ` [PATCH v2 2/2] ARM: dts: enable pinctrl " Yendapally Reddy Dhananjaya Reddy
2016-04-29 12:51     ` Yendapally Reddy Dhananjaya Reddy
2016-04-29 12:51     ` Yendapally Reddy Dhananjaya Reddy
2016-04-30 11:13     ` Linus Walleij
2016-04-30 11:13       ` Linus Walleij
2016-04-30 11:13       ` Linus Walleij
2016-04-30 17:55       ` Florian Fainelli
2016-04-30 17:55         ` Florian Fainelli
2016-04-30 17:55         ` Florian Fainelli

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.