lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 4 Dec 2015 12:09:41 -0500
From:	Yendapally Reddy Dhananjaya Reddy <yrdreddy@...adcom.com>
To:	Linus Walleij <linus.walleij@...aro.org>,
	Ray Jui <rjui@...adcom.com>,
	Scott Branden <sbranden@...adcom.com>,
	Jon Mason <jonmason@...adcom.com>
CC:	Rob Herring <robh+dt@...nel.org>, Pawel Moll <pawel.moll@....com>,
	"Mark Rutland" <mark.rutland@....com>,
	Ian Campbell <ijc+devicetree@...lion.org.uk>,
	Kumar Gala <galak@...eaurora.org>,
	<linux-kernel@...r.kernel.org>, <linux-gpio@...r.kernel.org>,
	<linux-arm-kernel@...ts.infradead.org>,
	<bcm-kernel-feedback-list@...adcom.com>,
	Yendapally Reddy Dhananjaya Reddy <yrdreddy@...adcom.com>
Subject: [PATCH v2 0/3] gpio support for Broadcom NSP

This is the second iteration in the series.

Changes in v2:
Addressed the review comments on device tree bindings and
the device tree file.

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

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

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

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

 .../devicetree/bindings/pinctrl/brcm,nsp-gpio.txt  |  80 +++
 arch/arm/boot/dts/bcm-nsp.dtsi                     |  12 +
 drivers/pinctrl/bcm/Kconfig                        |  17 +
 drivers/pinctrl/bcm/Makefile                       |   1 +
 drivers/pinctrl/bcm/pinctrl-nsp-gpio.c             | 749 +++++++++++++++++++++
 5 files changed, 859 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pinctrl/brcm,nsp-gpio.txt
 create mode 100644 drivers/pinctrl/bcm/pinctrl-nsp-gpio.c

-- 
2.1.0

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ