linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Yendapally Reddy Dhananjaya Reddy <yrdreddy@broadcom.com>
To: Linus Walleij <linus.walleij@linaro.org>,
	Ray Jui <rjui@broadcom.com>,
	Scott Branden <sbranden@broadcom.com>,
	Jon Mason <jonmason@broadcom.com>
Cc: Rob Herring <robh+dt@kernel.org>, Pawel Moll <pawel.moll@arm.com>,
	Mark Rutland <mark.rutland@arm.com>,
	Ian Campbell <ijc+devicetree@hellion.org.uk>,
	Kumar Gala <galak@codeaurora.org>,
	linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	bcm-kernel-feedback-list@broadcom.com,
	Yendapally Reddy Dhananjaya Reddy <yrdreddy@broadcom.com>
Subject: [PATCH v2 0/3] gpio support for Broadcom NSP
Date: Fri, 4 Dec 2015 12:09:41 -0500	[thread overview]
Message-ID: <1449248981-12102-1-git-send-email-yrdreddy@broadcom.com> (raw)

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


             reply	other threads:[~2015-12-04 17:10 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-04 17:09 Yendapally Reddy Dhananjaya Reddy [this message]
2015-12-10 17:47 ` [PATCH v2 0/3] gpio support for Broadcom NSP Linus Walleij
2015-12-10 18:04   ` Linus Walleij

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1449248981-12102-1-git-send-email-yrdreddy@broadcom.com \
    --to=yrdreddy@broadcom.com \
    --cc=bcm-kernel-feedback-list@broadcom.com \
    --cc=galak@codeaurora.org \
    --cc=ijc+devicetree@hellion.org.uk \
    --cc=jonmason@broadcom.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=pawel.moll@arm.com \
    --cc=rjui@broadcom.com \
    --cc=robh+dt@kernel.org \
    --cc=sbranden@broadcom.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).