Re: [PATCH 0/3] pinmux support for Broadcom NSP SOC

From: Ray Jui
Date: Thu Dec 10 2015 - 17:57:24 EST


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@xxxxxxxxxxxx>

Thanks,

Ray
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/