linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] pinmux support for Broadcom NS2 SoC
@ 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
       [not found] ` <1461934299-14774-1-git-send-email-yendapally.reddy-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
  0 siblings, 2 replies; 8+ 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] 8+ messages in thread
* Re: [PATCH v2 2/2] ARM: dts: enable pinctrl for Broadcom NS2 SoC
@ 2016-05-02  8:25 Yendapally Reddy Dhananjaya Reddy
  0 siblings, 0 replies; 8+ messages in thread
From: Yendapally Reddy Dhananjaya Reddy @ 2016-05-02  8:25 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: Linus Walleij, Rob Herring, Pawel Moll, Mark Rutland,
	Ian Campbell, Kumar Gala, Catalin Marinas, Will Deacon, Ray Jui,
	Scott Branden, Pramod Kumar,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	bcm-kernel-feedback-list,
	linux-gpio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org

Hi Florian,

On Sat, Apr 30, 2016 at 11:25 PM, Florian Fainelli <f.fainelli-Re5JQEeQqe8@public.gmane.orgm> wrote:
> Le 30/04/2016 04:13, Linus Walleij a écrit :
>> On Fri, Apr 29, 2016 at 2:51 PM, Yendapally Reddy Dhananjaya Reddy
>> <yendapally.reddy-dY08KVG/lbpWk0Htik3J/w@public.gmane.org> wrote:
>>
>>> This enables the pinctrl support for Broadcom NS2 SoC
>>>
>>> Signed-off-by: Yendapally Reddy Dhananjaya Reddy <yendapally.reddy@broadcom.com>
>>> Reviewed-by: Ray Jui <ray.jui-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
>>
>> Acked-by: Linus Walleij <linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
>>
>> Please take this in through the apropriate BCM tree to ARM SoC.
>
> Applied to devicetree-arm64/next, there was a small conflict due to the
> crmu node removal while switching to PSCI, Dhanajay, please double check
> the result here:
>
> https://github.com/Broadcom/stblinux/commit/8eab685dda30fb15e74d6be07baa9d430a75b8ca
> --

I verified it on the provided path. Its working fine.

> Florian

Thanks
Dhananjay
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

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

Thread overview: 8+ 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 ` [PATCH v2 1/2] pinctrl: ns2: add pinmux driver " 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-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-30 11:13     ` Linus Walleij
2016-04-30 17:55       ` Florian Fainelli
  -- strict thread matches above, loose matches on Subject: below --
2016-05-02  8:25 Yendapally Reddy Dhananjaya Reddy

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).