* [PATCH v2 0/3] gpio support for Broadcom NSP
@ 2015-12-04 17:09 Yendapally Reddy Dhananjaya Reddy
2015-12-10 17:47 ` Linus Walleij
0 siblings, 1 reply; 3+ messages in thread
From: Yendapally Reddy Dhananjaya Reddy @ 2015-12-04 17:09 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 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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v2 0/3] gpio support for Broadcom NSP
2015-12-04 17:09 [PATCH v2 0/3] gpio support for Broadcom NSP Yendapally Reddy Dhananjaya Reddy
@ 2015-12-10 17:47 ` Linus Walleij
2015-12-10 18:04 ` Linus Walleij
0 siblings, 1 reply; 3+ messages in thread
From: Linus Walleij @ 2015-12-10 17:47 UTC (permalink / raw)
To: Yendapally Reddy Dhananjaya Reddy
Cc: Ray Jui, Scott Branden, Jon Mason, Rob Herring, Pawel Moll,
Mark Rutland, Ian Campbell, Kumar Gala,
linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, bcm-kernel-feedback-list
On Fri, Dec 4, 2015 at 6:09 PM, Yendapally Reddy Dhananjaya Reddy
<yrdreddy@broadcom.com> wrote:
> This is the second iteration in the series.
>
> Changes in v2:
> Addressed the review comments on device tree bindings and
> the device tree file.
I've merged this on a special branch so I can also pull it into the GPIO
tree for pending refactorings.
Yours,
Linus Walleij
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v2 0/3] gpio support for Broadcom NSP
2015-12-10 17:47 ` Linus Walleij
@ 2015-12-10 18:04 ` Linus Walleij
0 siblings, 0 replies; 3+ messages in thread
From: Linus Walleij @ 2015-12-10 18:04 UTC (permalink / raw)
To: Yendapally Reddy Dhananjaya Reddy
Cc: Ray Jui, Scott Branden, Jon Mason, Rob Herring, Pawel Moll,
Mark Rutland, Ian Campbell, Kumar Gala,
linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, bcm-kernel-feedback-list
On Thu, Dec 10, 2015 at 6:47 PM, Linus Walleij <linus.walleij@linaro.org> wrote:
> On Fri, Dec 4, 2015 at 6:09 PM, Yendapally Reddy Dhananjaya Reddy
> <yrdreddy@broadcom.com> wrote:
>
>> This is the second iteration in the series.
>>
>> Changes in v2:
>> Addressed the review comments on device tree bindings and
>> the device tree file.
>
> I've merged this on a special branch so I can also pull it into the GPIO
> tree for pending refactorings.
Now generated two patches on top of this: one to chane .dev to .parent
and one for dealing with gpiochip_get_data()/gpiochip_add_data() from
my recent refactoring patch set.
Yours,
Linus Walleij
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-12-10 18:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-04 17:09 [PATCH v2 0/3] gpio support for Broadcom NSP Yendapally Reddy Dhananjaya Reddy
2015-12-10 17:47 ` Linus Walleij
2015-12-10 18:04 ` Linus Walleij
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).