linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] pinmux support for Broadcom NSP SOC
@ 2015-11-20 17:55 Yendapally Reddy Dhananjaya Reddy
  2015-12-10 22:55 ` Ray Jui
  0 siblings, 1 reply; 2+ messages in thread
From: Yendapally Reddy Dhananjaya Reddy @ 2015-11-20 17:55 UTC (permalink / raw)
  To: Linus Walleij, Ray Jui, Scott Branden, Jon Mason
  Cc: Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala,
	linux-kernel, linux-gpio, linux-arm-kernel,
	bcm-kernel-feedback-list, Yendapally Reddy Dhananjaya Reddy

This patchset contains the pinmux support for the Broadcom's
Northstar Plus (NSP) SOC.

The first patch provides the documentation details and the
second patch contains the driver details. The third patch
contains the enable method.

This patchset has been tested on NSP bcm958625HR board.
This patchset is based on v4.4.0-rc1 and is available from github
repo: https://github.com/Broadcom/cygnus-linux.git
branch: nsp-pinmux-v1

Yendapally Reddy Dhananjaya Reddy (3):
  pinctrl: Broadcom NSP pinctrl device tree bindings
  pinctrl: nsp: add pinmux driver support for Broadcom NSP SoC
  ARM: dts: enable pinctrl for Broadcom NSP

 .../bindings/pinctrl/brcm,nsp-pinmux.txt           |  79 +++
 arch/arm/boot/dts/bcm-nsp.dtsi                     |   7 +
 arch/arm/boot/dts/bcm958625k.dts                   |   9 +
 drivers/pinctrl/bcm/Kconfig                        |  13 +
 drivers/pinctrl/bcm/Makefile                       |   1 +
 drivers/pinctrl/bcm/pinctrl-nsp-mux.c              | 650 +++++++++++++++++++++
 6 files changed, 759 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pinctrl/brcm,nsp-pinmux.txt
 create mode 100644 drivers/pinctrl/bcm/pinctrl-nsp-mux.c

-- 
2.1.0


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

* Re: [PATCH 0/3] pinmux support for Broadcom NSP SOC
  2015-11-20 17:55 [PATCH 0/3] pinmux support for Broadcom NSP SOC Yendapally Reddy Dhananjaya Reddy
@ 2015-12-10 22:55 ` Ray Jui
  0 siblings, 0 replies; 2+ messages in thread
From: Ray Jui @ 2015-12-10 22:55 UTC (permalink / raw)
  To: Yendapally Reddy Dhananjaya Reddy, Linus Walleij, Scott Branden,
	Jon Mason
  Cc: Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala,
	linux-kernel, linux-gpio, linux-arm-kernel,
	bcm-kernel-feedback-list

Hi,

On 11/20/2015 9:55 AM, Yendapally Reddy Dhananjaya Reddy wrote:
> This patchset contains the pinmux support for the Broadcom's
> Northstar Plus (NSP) SOC.
>
> The first patch provides the documentation details and the
> second patch contains the driver details. The third patch
> contains the enable method.
>
> This patchset has been tested on NSP bcm958625HR board.
> This patchset is based on v4.4.0-rc1 and is available from github
> repo: https://github.com/Broadcom/cygnus-linux.git
> branch: nsp-pinmux-v1
>
> Yendapally Reddy Dhananjaya Reddy (3):
>    pinctrl: Broadcom NSP pinctrl device tree bindings
>    pinctrl: nsp: add pinmux driver support for Broadcom NSP SoC
>    ARM: dts: enable pinctrl for Broadcom NSP
>
>   .../bindings/pinctrl/brcm,nsp-pinmux.txt           |  79 +++
>   arch/arm/boot/dts/bcm-nsp.dtsi                     |   7 +
>   arch/arm/boot/dts/bcm958625k.dts                   |   9 +
>   drivers/pinctrl/bcm/Kconfig                        |  13 +
>   drivers/pinctrl/bcm/Makefile                       |   1 +
>   drivers/pinctrl/bcm/pinctrl-nsp-mux.c              | 650 +++++++++++++++++++++
>   6 files changed, 759 insertions(+)
>   create mode 100644 Documentation/devicetree/bindings/pinctrl/brcm,nsp-pinmux.txt
>   create mode 100644 drivers/pinctrl/bcm/pinctrl-nsp-mux.c
>

This entire patch set looks good to me.

Reviewed-by: Ray Jui <rjui@broadcom.com>

Thanks,

Ray

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

end of thread, other threads:[~2015-12-10 22:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-20 17:55 [PATCH 0/3] pinmux support for Broadcom NSP SOC Yendapally Reddy Dhananjaya Reddy
2015-12-10 22:55 ` Ray Jui

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