* [PATCH] ARM: ux500: fix typo in regulator names @ 2015-08-05 12:22 Tomeu Vizoso [not found] ` <1438777340-27511-1-git-send-email-tomeu.vizoso-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org> 0 siblings, 1 reply; 4+ messages in thread From: Tomeu Vizoso @ 2015-08-05 12:22 UTC (permalink / raw) To: linux-kernel-u79uwXL29TY76Z2rM5mHXA Cc: Tomeu Vizoso, Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala, Russell King, devicetree-u79uwXL29TY76Z2rM5mHXA, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r Apparently an extra _reg suffix was appended to the end of the names of regulators ab8500_ext2_reg and ab8500_ext3_reg. Signed-off-by: Tomeu Vizoso <tomeu.vizoso-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org> --- arch/arm/boot/dts/ste-snowball.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/ste-snowball.dts b/arch/arm/boot/dts/ste-snowball.dts index 32a5ccb14e7e..07c0e346942c 100644 --- a/arch/arm/boot/dts/ste-snowball.dts +++ b/arch/arm/boot/dts/ste-snowball.dts @@ -360,11 +360,11 @@ regulator-name = "ab8500-ext-supply1"; }; - ab8500_ext2_reg_reg: ab8500_ext2 { + ab8500_ext2_reg: ab8500_ext2 { regulator-name = "ab8500-ext-supply2"; }; - ab8500_ext3_reg_reg: ab8500_ext3 { + ab8500_ext3_reg: ab8500_ext3 { regulator-name = "ab8500-ext-supply3"; }; }; -- 2.4.3 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply related [flat|nested] 4+ messages in thread
[parent not found: <1438777340-27511-1-git-send-email-tomeu.vizoso-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org>]
* Re: [PATCH] ARM: ux500: fix typo in regulator names [not found] ` <1438777340-27511-1-git-send-email-tomeu.vizoso-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org> @ 2015-09-03 13:38 ` Tomeu Vizoso 2015-09-04 11:48 ` Ulf Hansson 1 sibling, 0 replies; 4+ messages in thread From: Tomeu Vizoso @ 2015-09-03 13:38 UTC (permalink / raw) To: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: Tomeu Vizoso, Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala, Russell King, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org On 5 August 2015 at 14:22, Tomeu Vizoso <tomeu.vizoso-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org> wrote: > Apparently an extra _reg suffix was appended to the end of the names of > regulators ab8500_ext2_reg and ab8500_ext3_reg. Just pinging in case there's any interest in getting this fixed. Regards, Tomeu > Signed-off-by: Tomeu Vizoso <tomeu.vizoso-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org> > --- > arch/arm/boot/dts/ste-snowball.dts | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/arm/boot/dts/ste-snowball.dts b/arch/arm/boot/dts/ste-snowball.dts > index 32a5ccb14e7e..07c0e346942c 100644 > --- a/arch/arm/boot/dts/ste-snowball.dts > +++ b/arch/arm/boot/dts/ste-snowball.dts > @@ -360,11 +360,11 @@ > regulator-name = "ab8500-ext-supply1"; > }; > > - ab8500_ext2_reg_reg: ab8500_ext2 { > + ab8500_ext2_reg: ab8500_ext2 { > regulator-name = "ab8500-ext-supply2"; > }; > > - ab8500_ext3_reg_reg: ab8500_ext3 { > + ab8500_ext3_reg: ab8500_ext3 { > regulator-name = "ab8500-ext-supply3"; > }; > }; > -- > 2.4.3 > -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] ARM: ux500: fix typo in regulator names [not found] ` <1438777340-27511-1-git-send-email-tomeu.vizoso-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org> 2015-09-03 13:38 ` Tomeu Vizoso @ 2015-09-04 11:48 ` Ulf Hansson [not found] ` <CAPDyKFqRz1QyfWXzcDde0J9Fc7gTZWQOFGNzU=2cg1JnMyrL+g-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 1 sibling, 1 reply; 4+ messages in thread From: Ulf Hansson @ 2015-09-04 11:48 UTC (permalink / raw) To: Tomeu Vizoso Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala, Russell King, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org On 5 August 2015 at 14:22, Tomeu Vizoso <tomeu.vizoso-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org> wrote: > Apparently an extra _reg suffix was appended to the end of the names of > regulators ab8500_ext2_reg and ab8500_ext3_reg. > > Signed-off-by: Tomeu Vizoso <tomeu.vizoso-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org> You should probably include Linus Walleij as he is the maintainer of ux500. Acked-by: Ulf Hansson <ulf.hansson-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> > --- > arch/arm/boot/dts/ste-snowball.dts | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/arm/boot/dts/ste-snowball.dts b/arch/arm/boot/dts/ste-snowball.dts > index 32a5ccb14e7e..07c0e346942c 100644 > --- a/arch/arm/boot/dts/ste-snowball.dts > +++ b/arch/arm/boot/dts/ste-snowball.dts > @@ -360,11 +360,11 @@ > regulator-name = "ab8500-ext-supply1"; > }; > > - ab8500_ext2_reg_reg: ab8500_ext2 { > + ab8500_ext2_reg: ab8500_ext2 { > regulator-name = "ab8500-ext-supply2"; > }; > > - ab8500_ext3_reg_reg: ab8500_ext3 { > + ab8500_ext3_reg: ab8500_ext3 { > regulator-name = "ab8500-ext-supply3"; > }; > }; > -- > 2.4.3 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <CAPDyKFqRz1QyfWXzcDde0J9Fc7gTZWQOFGNzU=2cg1JnMyrL+g-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>]
* Re: [PATCH] ARM: ux500: fix typo in regulator names [not found] ` <CAPDyKFqRz1QyfWXzcDde0J9Fc7gTZWQOFGNzU=2cg1JnMyrL+g-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> @ 2015-09-04 12:15 ` Tomeu Vizoso 0 siblings, 0 replies; 4+ messages in thread From: Tomeu Vizoso @ 2015-09-04 12:15 UTC (permalink / raw) To: Ulf Hansson Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala, Russell King, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Linus Walleij On 4 September 2015 at 13:48, Ulf Hansson <ulf.hansson-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> wrote: > On 5 August 2015 at 14:22, Tomeu Vizoso <tomeu.vizoso-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org> wrote: >> Apparently an extra _reg suffix was appended to the end of the names of >> regulators ab8500_ext2_reg and ab8500_ext3_reg. >> >> Signed-off-by: Tomeu Vizoso <tomeu.vizoso-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org> > > You should probably include Linus Walleij as he is the maintainer of ux500. Thanks, maybe the file should be added to MAINTAINERS? Regards, Tomeu > Acked-by: Ulf Hansson <ulf.hansson-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> > >> --- >> arch/arm/boot/dts/ste-snowball.dts | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/arch/arm/boot/dts/ste-snowball.dts b/arch/arm/boot/dts/ste-snowball.dts >> index 32a5ccb14e7e..07c0e346942c 100644 >> --- a/arch/arm/boot/dts/ste-snowball.dts >> +++ b/arch/arm/boot/dts/ste-snowball.dts >> @@ -360,11 +360,11 @@ >> regulator-name = "ab8500-ext-supply1"; >> }; >> >> - ab8500_ext2_reg_reg: ab8500_ext2 { >> + ab8500_ext2_reg: ab8500_ext2 { >> regulator-name = "ab8500-ext-supply2"; >> }; >> >> - ab8500_ext3_reg_reg: ab8500_ext3 { >> + ab8500_ext3_reg: ab8500_ext3 { >> regulator-name = "ab8500-ext-supply3"; >> }; >> }; >> -- >> 2.4.3 >> >> -- >> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in >> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org >> More majordomo info at http://vger.kernel.org/majordomo-info.html >> Please read the FAQ at http://www.tux.org/lkml/ > -- > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-09-04 12:15 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2015-08-05 12:22 [PATCH] ARM: ux500: fix typo in regulator names Tomeu Vizoso [not found] ` <1438777340-27511-1-git-send-email-tomeu.vizoso-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org> 2015-09-03 13:38 ` Tomeu Vizoso 2015-09-04 11:48 ` Ulf Hansson [not found] ` <CAPDyKFqRz1QyfWXzcDde0J9Fc7gTZWQOFGNzU=2cg1JnMyrL+g-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 2015-09-04 12:15 ` Tomeu Vizoso
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).