From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 2/2] ARM: shmobile: r8a7794: add GPIO DT support
Date: Wed, 25 Feb 2015 22:10:38 +0000 [thread overview]
Message-ID: <2384891.X25TSvzAnx@avalon> (raw)
In-Reply-To: <CAMuHMdU9QD_4UOBPm850HtUPAOOEY4JA7cztpUyKSGog6VYUNA@mail.gmail.com>
Hi Geert,
On Wednesday 25 February 2015 11:27:37 Geert Uytterhoeven wrote:
> On Wed, Feb 25, 2015 at 11:11 AM, Laurent Pinchart wrote:
> >> --- renesas.orig/arch/arm/boot/dts/r8a7794.dtsi
> >> +++ renesas/arch/arm/boot/dts/r8a7794.dtsi
> >> @@ -50,6 +50,90 @@
> >>
> >> + gpio1: gpio@e6051000 {
> >> + compatible = "renesas,gpio-r8a7794", "renesas,gpio-rcar";
> >> + reg = <0 0xe6051000 0 0x50>;
> >> + interrupts = <0 5 IRQ_TYPE_LEVEL_HIGH>;
> >> + #gpio-cells = <2>;
> >> + gpio-controller;
> >> + gpio-ranges = <&pfc 0 32 32>;
> >
> > This GPIO block has 26 GPIOs only.
> >
> >> + gpio5: gpio@e6055000 {
> >> + compatible = "renesas,gpio-r8a7794", "renesas,gpio-rcar";
> >> + reg = <0 0xe6055000 0 0x50>;
> >> + interrupts = <0 9 IRQ_TYPE_LEVEL_HIGH>;
> >> + #gpio-cells = <2>;
> >> + gpio-controller;
> >> + gpio-ranges = <&pfc 0 160 32>;
> >
> > This GPIO block has 28 GPIOs only.
> >
> >> + gpio6: gpio@e6055400 {
> >> + compatible = "renesas,gpio-r8a7794", "renesas,gpio-rcar";
> >> + reg = <0 0xe6055400 0 0x50>;
> >> + interrupts = <0 10 IRQ_TYPE_LEVEL_HIGH>;
> >> + #gpio-cells = <2>;
> >> + gpio-controller;
> >> + gpio-ranges = <&pfc 0 192 32>;
> >
> > This GPIO block has 26 GPIOs only.
>
> I guess you hear me coming... r8a779[01].dtsi need to be fixed, too.
Yes. We're first investigating issues in the pfc driver and/or pinctrl core
due to holes in GPIO banks pins though.
--
Regards,
Laurent Pinchart
WARNING: multiple messages have this Message-ID (diff)
From: laurent.pinchart@ideasonboard.com (Laurent Pinchart)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] ARM: shmobile: r8a7794: add GPIO DT support
Date: Thu, 26 Feb 2015 00:10:38 +0200 [thread overview]
Message-ID: <2384891.X25TSvzAnx@avalon> (raw)
In-Reply-To: <CAMuHMdU9QD_4UOBPm850HtUPAOOEY4JA7cztpUyKSGog6VYUNA@mail.gmail.com>
Hi Geert,
On Wednesday 25 February 2015 11:27:37 Geert Uytterhoeven wrote:
> On Wed, Feb 25, 2015 at 11:11 AM, Laurent Pinchart wrote:
> >> --- renesas.orig/arch/arm/boot/dts/r8a7794.dtsi
> >> +++ renesas/arch/arm/boot/dts/r8a7794.dtsi
> >> @@ -50,6 +50,90 @@
> >>
> >> + gpio1: gpio at e6051000 {
> >> + compatible = "renesas,gpio-r8a7794", "renesas,gpio-rcar";
> >> + reg = <0 0xe6051000 0 0x50>;
> >> + interrupts = <0 5 IRQ_TYPE_LEVEL_HIGH>;
> >> + #gpio-cells = <2>;
> >> + gpio-controller;
> >> + gpio-ranges = <&pfc 0 32 32>;
> >
> > This GPIO block has 26 GPIOs only.
> >
> >> + gpio5: gpio at e6055000 {
> >> + compatible = "renesas,gpio-r8a7794", "renesas,gpio-rcar";
> >> + reg = <0 0xe6055000 0 0x50>;
> >> + interrupts = <0 9 IRQ_TYPE_LEVEL_HIGH>;
> >> + #gpio-cells = <2>;
> >> + gpio-controller;
> >> + gpio-ranges = <&pfc 0 160 32>;
> >
> > This GPIO block has 28 GPIOs only.
> >
> >> + gpio6: gpio at e6055400 {
> >> + compatible = "renesas,gpio-r8a7794", "renesas,gpio-rcar";
> >> + reg = <0 0xe6055400 0 0x50>;
> >> + interrupts = <0 10 IRQ_TYPE_LEVEL_HIGH>;
> >> + #gpio-cells = <2>;
> >> + gpio-controller;
> >> + gpio-ranges = <&pfc 0 192 32>;
> >
> > This GPIO block has 26 GPIOs only.
>
> I guess you hear me coming... r8a779[01].dtsi need to be fixed, too.
Yes. We're first investigating issues in the pfc driver and/or pinctrl core
due to holes in GPIO banks pins though.
--
Regards,
Laurent Pinchart
WARNING: multiple messages have this Message-ID (diff)
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>,
Simon Horman <horms@verge.net.au>,
Linux-sh list <linux-sh@vger.kernel.org>,
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>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
Magnus Damm <magnus.damm@gmail.com>,
Russell King <linux@arm.linux.org.uk>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH 2/2] ARM: shmobile: r8a7794: add GPIO DT support
Date: Thu, 26 Feb 2015 00:10:38 +0200 [thread overview]
Message-ID: <2384891.X25TSvzAnx@avalon> (raw)
In-Reply-To: <CAMuHMdU9QD_4UOBPm850HtUPAOOEY4JA7cztpUyKSGog6VYUNA@mail.gmail.com>
Hi Geert,
On Wednesday 25 February 2015 11:27:37 Geert Uytterhoeven wrote:
> On Wed, Feb 25, 2015 at 11:11 AM, Laurent Pinchart wrote:
> >> --- renesas.orig/arch/arm/boot/dts/r8a7794.dtsi
> >> +++ renesas/arch/arm/boot/dts/r8a7794.dtsi
> >> @@ -50,6 +50,90 @@
> >>
> >> + gpio1: gpio@e6051000 {
> >> + compatible = "renesas,gpio-r8a7794", "renesas,gpio-rcar";
> >> + reg = <0 0xe6051000 0 0x50>;
> >> + interrupts = <0 5 IRQ_TYPE_LEVEL_HIGH>;
> >> + #gpio-cells = <2>;
> >> + gpio-controller;
> >> + gpio-ranges = <&pfc 0 32 32>;
> >
> > This GPIO block has 26 GPIOs only.
> >
> >> + gpio5: gpio@e6055000 {
> >> + compatible = "renesas,gpio-r8a7794", "renesas,gpio-rcar";
> >> + reg = <0 0xe6055000 0 0x50>;
> >> + interrupts = <0 9 IRQ_TYPE_LEVEL_HIGH>;
> >> + #gpio-cells = <2>;
> >> + gpio-controller;
> >> + gpio-ranges = <&pfc 0 160 32>;
> >
> > This GPIO block has 28 GPIOs only.
> >
> >> + gpio6: gpio@e6055400 {
> >> + compatible = "renesas,gpio-r8a7794", "renesas,gpio-rcar";
> >> + reg = <0 0xe6055400 0 0x50>;
> >> + interrupts = <0 10 IRQ_TYPE_LEVEL_HIGH>;
> >> + #gpio-cells = <2>;
> >> + gpio-controller;
> >> + gpio-ranges = <&pfc 0 192 32>;
> >
> > This GPIO block has 26 GPIOs only.
>
> I guess you hear me coming... r8a779[01].dtsi need to be fixed, too.
Yes. We're first investigating issues in the pfc driver and/or pinctrl core
due to holes in GPIO banks pins though.
--
Regards,
Laurent Pinchart
next prev parent reply other threads:[~2015-02-25 22:10 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-21 22:10 [PATCH 0/2] Add R8A7794 GPIO DT support Sergei Shtylyov
2015-02-21 22:10 ` Sergei Shtylyov
2015-02-21 22:10 ` Sergei Shtylyov
2015-02-21 22:11 ` [PATCH 1/2] ARM: shmobile: r8a7794: add GPIO clocks Sergei Shtylyov
2015-02-21 22:11 ` Sergei Shtylyov
2015-02-21 22:11 ` Sergei Shtylyov
2015-02-23 11:08 ` Geert Uytterhoeven
2015-02-23 11:08 ` Geert Uytterhoeven
2015-02-23 11:08 ` Geert Uytterhoeven
2015-02-25 9:57 ` Laurent Pinchart
2015-02-25 9:57 ` Laurent Pinchart
2015-02-25 9:57 ` Laurent Pinchart
2015-02-21 22:12 ` [PATCH 2/2] ARM: shmobile: r8a7794: add GPIO DT support Sergei Shtylyov
2015-02-21 22:12 ` Sergei Shtylyov
2015-02-21 22:12 ` Sergei Shtylyov
2015-02-23 11:11 ` Geert Uytterhoeven
2015-02-23 11:11 ` Geert Uytterhoeven
2015-02-23 11:11 ` Geert Uytterhoeven
2015-02-25 10:11 ` Laurent Pinchart
2015-02-25 10:11 ` Laurent Pinchart
2015-02-25 10:11 ` Laurent Pinchart
2015-02-25 10:27 ` Geert Uytterhoeven
2015-02-25 10:27 ` Geert Uytterhoeven
2015-02-25 10:27 ` Geert Uytterhoeven
2015-02-25 22:10 ` Laurent Pinchart [this message]
2015-02-25 22:10 ` Laurent Pinchart
2015-02-25 22:10 ` Laurent Pinchart
2015-02-25 14:04 ` Sergei Shtylyov
2015-02-25 14:04 ` Sergei Shtylyov
2015-02-25 14:04 ` Sergei Shtylyov
2015-02-25 14:08 ` Laurent Pinchart
2015-02-25 14:08 ` Laurent Pinchart
2015-02-25 14:08 ` Laurent Pinchart
2015-02-23 22:00 ` [PATCH 0/2] Add R8A7794 " Simon Horman
2015-02-23 22:00 ` Simon Horman
2015-02-23 22:00 ` Simon Horman
2015-02-23 23:19 ` Simon Horman
2015-02-23 23:19 ` Simon Horman
2015-02-23 23:19 ` Simon Horman
2015-02-24 14:43 ` Sergei Shtylyov
2015-02-24 14:43 ` Sergei Shtylyov
2015-02-24 14:43 ` Sergei Shtylyov
2015-02-25 8:07 ` Simon Horman
2015-02-25 8:07 ` Simon Horman
2015-02-25 8:07 ` Simon Horman
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=2384891.X25TSvzAnx@avalon \
--to=laurent.pinchart@ideasonboard.com \
--cc=linux-arm-kernel@lists.infradead.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.