Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1218851 > unrolled thread
| Started by | Ulf Hansson <ulf.hansson@linaro.org> |
|---|---|
| First post | 2015-09-04 13:50 +0200 |
| Last post | 2015-09-04 14:20 +0200 |
| Articles | 2 — 2 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.
Re: [PATCH] ARM: ux500: fix typo in regulator names Ulf Hansson <ulf.hansson@linaro.org> - 2015-09-04 13:50 +0200
Re: [PATCH] ARM: ux500: fix typo in regulator names Tomeu Vizoso <tomeu.vizoso@collabora.com> - 2015-09-04 14:20 +0200
| From | Ulf Hansson <ulf.hansson@linaro.org> |
|---|---|
| Date | 2015-09-04 13:50 +0200 |
| Subject | Re: [PATCH] ARM: ux500: fix typo in regulator names |
| Message-ID | <q4XFg-Zz-1@gated-at.bofh.it> |
On 5 August 2015 at 14:22, Tomeu Vizoso <tomeu.vizoso@collabora.com> 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@collabora.com>
You should probably include Linus Walleij as he is the maintainer of ux500.
Acked-by: Ulf Hansson <ulf.hansson@linaro.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@vger.kernel.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@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 | Tomeu Vizoso <tomeu.vizoso@collabora.com> |
|---|---|
| Date | 2015-09-04 14:20 +0200 |
| Message-ID | <q4Y8k-1MD-27@gated-at.bofh.it> |
| In reply to | #1218851 |
On 4 September 2015 at 13:48, Ulf Hansson <ulf.hansson@linaro.org> wrote:
> On 5 August 2015 at 14:22, Tomeu Vizoso <tomeu.vizoso@collabora.com> 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@collabora.com>
>
> 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@linaro.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@vger.kernel.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@vger.kernel.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@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