Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1272815 > unrolled thread
| Started by | Pramod Kumar <pramodku@broadcom.com> |
|---|---|
| First post | 2015-11-19 05:00 +0100 |
| Last post | 2015-11-30 09:50 +0100 |
| Articles | 4 — 3 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH v2 6/7] Documentation: Rename gpio controller name from cygnus to iproc Pramod Kumar <pramodku@broadcom.com> - 2015-11-19 05:00 +0100
Re: [PATCH v2 6/7] Documentation: Rename gpio controller name from cygnus to iproc Rob Herring <robh@kernel.org> - 2015-11-20 16:40 +0100
RE: [PATCH v2 6/7] Documentation: Rename gpio controller name from cygnus to iproc Pramod Kumar <pramodku@broadcom.com> - 2015-11-20 18:10 +0100
Re: [PATCH v2 6/7] Documentation: Rename gpio controller name from cygnus to iproc Linus Walleij <linus.walleij@linaro.org> - 2015-11-30 09:50 +0100
| From | Pramod Kumar <pramodku@broadcom.com> |
|---|---|
| Date | 2015-11-19 05:00 +0100 |
| Subject | [PATCH v2 6/7] Documentation: Rename gpio controller name from cygnus to iproc |
| Message-ID | <qwoy6-41Q-13@gated-at.bofh.it> |
Renamed gpio controller's driver name from cygnus to iproc to make it
more generic so that all iProc based SoCs having the same gpio controller
could use this.
Signed-off-by: Pramod Kumar <pramodku@broadcom.com>
Reviewed-by: Ray Jui <rjui@broadcom.com>
Reviewed-by: Scott Branden <sbranden@broadcom.com>
---
.../bindings/pinctrl/{brcm,cygnus-gpio.txt => brcm,iproc-gpio.txt} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename Documentation/devicetree/bindings/pinctrl/{brcm,cygnus-gpio.txt => brcm,iproc-gpio.txt} (97%)
diff --git a/Documentation/devicetree/bindings/pinctrl/brcm,cygnus-gpio.txt b/Documentation/devicetree/bindings/pinctrl/brcm,iproc-gpio.txt
similarity index 97%
rename from Documentation/devicetree/bindings/pinctrl/brcm,cygnus-gpio.txt
rename to Documentation/devicetree/bindings/pinctrl/brcm,iproc-gpio.txt
index 8b1e5d1..e427792 100644
--- a/Documentation/devicetree/bindings/pinctrl/brcm,cygnus-gpio.txt
+++ b/Documentation/devicetree/bindings/pinctrl/brcm,iproc-gpio.txt
@@ -1,4 +1,4 @@
-Broadcom Cygnus GPIO/PINCONF Controller
+Broadcom iProc GPIO/PINCONF Controller
Required properties:
@@ -7,7 +7,7 @@ Required properties:
"brcm,cygnus-crmu-gpio" or "brcm,iproc-gpio"
- reg:
- Define the base and range of the I/O address space that contains the Cygnus
+ Define the base and range of the I/O address space that contains SoC
GPIO/PINCONF controller registers
- ngpios:
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Rob Herring <robh@kernel.org> |
|---|---|
| Date | 2015-11-20 16:40 +0100 |
| Subject | Re: [PATCH v2 6/7] Documentation: Rename gpio controller name from cygnus to iproc |
| Message-ID | <qwVX5-Bk-37@gated-at.bofh.it> |
| In reply to | #1272815 |
On Thu, Nov 19, 2015 at 09:22:18AM +0530, Pramod Kumar wrote:
> Renamed gpio controller's driver name from cygnus to iproc to make it
> more generic so that all iProc based SoCs having the same gpio controller
> could use this.
>
> Signed-off-by: Pramod Kumar <pramodku@broadcom.com>
> Reviewed-by: Ray Jui <rjui@broadcom.com>
> Reviewed-by: Scott Branden <sbranden@broadcom.com>
Where's my ack?
> ---
> .../bindings/pinctrl/{brcm,cygnus-gpio.txt => brcm,iproc-gpio.txt} | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
> rename Documentation/devicetree/bindings/pinctrl/{brcm,cygnus-gpio.txt => brcm,iproc-gpio.txt} (97%)
>
> diff --git a/Documentation/devicetree/bindings/pinctrl/brcm,cygnus-gpio.txt b/Documentation/devicetree/bindings/pinctrl/brcm,iproc-gpio.txt
> similarity index 97%
> rename from Documentation/devicetree/bindings/pinctrl/brcm,cygnus-gpio.txt
> rename to Documentation/devicetree/bindings/pinctrl/brcm,iproc-gpio.txt
> index 8b1e5d1..e427792 100644
> --- a/Documentation/devicetree/bindings/pinctrl/brcm,cygnus-gpio.txt
> +++ b/Documentation/devicetree/bindings/pinctrl/brcm,iproc-gpio.txt
> @@ -1,4 +1,4 @@
> -Broadcom Cygnus GPIO/PINCONF Controller
> +Broadcom iProc GPIO/PINCONF Controller
>
> Required properties:
>
> @@ -7,7 +7,7 @@ Required properties:
> "brcm,cygnus-crmu-gpio" or "brcm,iproc-gpio"
>
> - reg:
> - Define the base and range of the I/O address space that contains the Cygnus
> + Define the base and range of the I/O address space that contains SoC
> GPIO/PINCONF controller registers
>
> - ngpios:
> --
> 1.9.1
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Pramod Kumar <pramodku@broadcom.com> |
|---|---|
| Date | 2015-11-20 18:10 +0100 |
| Subject | RE: [PATCH v2 6/7] Documentation: Rename gpio controller name from cygnus to iproc |
| Message-ID | <qwXma-1Fh-21@gated-at.bofh.it> |
| In reply to | #1274194 |
Hi Rob,
> -----Original Message-----
> From: Rob Herring [mailto:robh@kernel.org]
> Sent: 20 November 2015 21:05
> To: Pramod Kumar
> Cc: Pawel Moll; Mark Rutland; Ian Campbell; Kumar Gala; Ray Jui; Scott Branden;
> Russell King; Linus Walleij; linux-gpio@vger.kernel.org; bcm-kernel-feedback-
> list; Jason Uy; Masahiro Yamada; Thomas Gleixner; Laurent Pinchart;
> devicetree@vger.kernel.org; linux-arm-kernel@lists.infradead.org; linux-
> kernel@vger.kernel.org; Jonas Gorski
> Subject: Re: [PATCH v2 6/7] Documentation: Rename gpio controller name from
> cygnus to iproc
>
> On Thu, Nov 19, 2015 at 09:22:18AM +0530, Pramod Kumar wrote:
> > Renamed gpio controller's driver name from cygnus to iproc to make it
> > more generic so that all iProc based SoCs having the same gpio
> > controller could use this.
> >
> > Signed-off-by: Pramod Kumar <pramodku@broadcom.com>
> > Reviewed-by: Ray Jui <rjui@broadcom.com>
> > Reviewed-by: Scott Branden <sbranden@broadcom.com>
>
> Where's my ack?
Somehow it got missed. I'm sincerely apologetic for it. Will add it.
Regards,
Pramod
>
> > ---
> > .../bindings/pinctrl/{brcm,cygnus-gpio.txt => brcm,iproc-gpio.txt} | 4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-) rename
> > Documentation/devicetree/bindings/pinctrl/{brcm,cygnus-gpio.txt =>
> > brcm,iproc-gpio.txt} (97%)
> >
> > diff --git
> > a/Documentation/devicetree/bindings/pinctrl/brcm,cygnus-gpio.txt
> > b/Documentation/devicetree/bindings/pinctrl/brcm,iproc-gpio.txt
> > similarity index 97%
> > rename from
> > Documentation/devicetree/bindings/pinctrl/brcm,cygnus-gpio.txt
> > rename to
> > Documentation/devicetree/bindings/pinctrl/brcm,iproc-gpio.txt
> > index 8b1e5d1..e427792 100644
> > --- a/Documentation/devicetree/bindings/pinctrl/brcm,cygnus-gpio.txt
> > +++ b/Documentation/devicetree/bindings/pinctrl/brcm,iproc-gpio.txt
> > @@ -1,4 +1,4 @@
> > -Broadcom Cygnus GPIO/PINCONF Controller
> > +Broadcom iProc GPIO/PINCONF Controller
> >
> > Required properties:
> >
> > @@ -7,7 +7,7 @@ Required properties:
> > "brcm,cygnus-crmu-gpio" or "brcm,iproc-gpio"
> >
> > - reg:
> > - Define the base and range of the I/O address space that contains the
> Cygnus
> > + Define the base and range of the I/O address space that contains
> > + SoC
> > GPIO/PINCONF controller registers
> >
> > - ngpios:
> > --
> > 1.9.1
> >
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Linus Walleij <linus.walleij@linaro.org> |
|---|---|
| Date | 2015-11-30 09:50 +0100 |
| Subject | Re: [PATCH v2 6/7] Documentation: Rename gpio controller name from cygnus to iproc |
| Message-ID | <qAsjL-1hf-13@gated-at.bofh.it> |
| In reply to | #1272815 |
On Thu, Nov 19, 2015 at 4:52 AM, Pramod Kumar <pramodku@broadcom.com> wrote: > Renamed gpio controller's driver name from cygnus to iproc to make it > more generic so that all iProc based SoCs having the same gpio controller > could use this. > > Signed-off-by: Pramod Kumar <pramodku@broadcom.com> > Reviewed-by: Ray Jui <rjui@broadcom.com> > Reviewed-by: Scott Branden <sbranden@broadcom.com> Patch applied. Added Rob Herring's ACK. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web