2021-04-24 06:19:46

by Randy Dunlap

[permalink] [raw]
Subject: [PATCH] drm: bridge: add missing word in Analogix help text

Insert a missing word "power" in Kconfig help text.

Fixes: 6aa192698089 ("drm/bridge: Add Analogix anx6345 support")
Signed-off-by: Randy Dunlap <[email protected]>
Cc: Andrzej Hajda <[email protected]>
Cc: Neil Armstrong <[email protected]>
Cc: Robert Foss <[email protected]>
Cc: David Airlie <[email protected]>
Cc: Daniel Vetter <[email protected]>
Cc: [email protected]
Cc: Icenowy Zheng <[email protected]>
Cc: Vasily Khoruzhick <[email protected]>
Cc: Torsten Duwe <[email protected]>
Cc: Maxime Ripard <[email protected]>
---
drivers/gpu/drm/bridge/analogix/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20210423.orig/drivers/gpu/drm/bridge/analogix/Kconfig
+++ linux-next-20210423/drivers/gpu/drm/bridge/analogix/Kconfig
@@ -6,7 +6,7 @@ config DRM_ANALOGIX_ANX6345
select DRM_KMS_HELPER
select REGMAP_I2C
help
- ANX6345 is an ultra-low Full-HD DisplayPort/eDP
+ ANX6345 is an ultra-low power Full-HD DisplayPort/eDP
transmitter designed for portable devices. The
ANX6345 transforms the LVTTL RGB output of an
application processor to eDP or DisplayPort.


2021-04-26 07:19:03

by Neil Armstrong

[permalink] [raw]
Subject: Re: [PATCH] drm: bridge: add missing word in Analogix help text



Le 24/04/2021 à 08:18, Randy Dunlap a écrit :
> Insert a missing word "power" in Kconfig help text.
>
> Fixes: 6aa192698089 ("drm/bridge: Add Analogix anx6345 support")
> Signed-off-by: Randy Dunlap <[email protected]>
> Cc: Andrzej Hajda <[email protected]>
> Cc: Neil Armstrong <[email protected]>
> Cc: Robert Foss <[email protected]>
> Cc: David Airlie <[email protected]>
> Cc: Daniel Vetter <[email protected]>
> Cc: [email protected]
> Cc: Icenowy Zheng <[email protected]>
> Cc: Vasily Khoruzhick <[email protected]>
> Cc: Torsten Duwe <[email protected]>
> Cc: Maxime Ripard <[email protected]>
> ---
> drivers/gpu/drm/bridge/analogix/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> --- linux-next-20210423.orig/drivers/gpu/drm/bridge/analogix/Kconfig
> +++ linux-next-20210423/drivers/gpu/drm/bridge/analogix/Kconfig
> @@ -6,7 +6,7 @@ config DRM_ANALOGIX_ANX6345
> select DRM_KMS_HELPER
> select REGMAP_I2C
> help
> - ANX6345 is an ultra-low Full-HD DisplayPort/eDP
> + ANX6345 is an ultra-low power Full-HD DisplayPort/eDP
> transmitter designed for portable devices. The
> ANX6345 transforms the LVTTL RGB output of an
> application processor to eDP or DisplayPort.
>

Reviewed-by: Neil Armstrong <[email protected]>

2021-04-26 09:03:17

by Neil Armstrong

[permalink] [raw]
Subject: Re: [PATCH] drm: bridge: add missing word in Analogix help text

On 26/04/2021 09:42, Robert Foss wrote:
>
>
> On Mon, Apr 26, 2021, 09:15 Neil Armstrong <[email protected] <mailto:[email protected]>> wrote:
>
>
>
> Le 24/04/2021 à 08:18, Randy Dunlap a écrit :
> > Insert a missing word "power" in Kconfig help text.
> >
> > Fixes: 6aa192698089 ("drm/bridge: Add Analogix anx6345 support")
> > Signed-off-by: Randy Dunlap <[email protected] <mailto:[email protected]>>
> > Cc: Andrzej Hajda <[email protected] <mailto:[email protected]>>
> > Cc: Neil Armstrong <[email protected] <mailto:[email protected]>>
> > Cc: Robert Foss <[email protected] <mailto:[email protected]>>
> > Cc: David Airlie <[email protected] <mailto:[email protected]>>
> > Cc: Daniel Vetter <[email protected] <mailto:[email protected]>>
> > Cc: [email protected] <mailto:[email protected]>
> > Cc: Icenowy Zheng <[email protected] <mailto:[email protected]>>
> > Cc: Vasily Khoruzhick <[email protected] <mailto:[email protected]>>
> > Cc: Torsten Duwe <[email protected] <mailto:[email protected]>>
> > Cc: Maxime Ripard <[email protected]>
> > ---
> >  drivers/gpu/drm/bridge/analogix/Kconfig |    2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > --- linux-next-20210423.orig/drivers/gpu/drm/bridge/analogix/Kconfig
> > +++ linux-next-20210423/drivers/gpu/drm/bridge/analogix/Kconfig
> > @@ -6,7 +6,7 @@ config DRM_ANALOGIX_ANX6345
> >       select DRM_KMS_HELPER
> >       select REGMAP_I2C
> >       help
> > -       ANX6345 is an ultra-low Full-HD DisplayPort/eDP
> > +       ANX6345 is an ultra-low power Full-HD DisplayPort/eDP
> >         transmitter designed for portable devices. The
> >         ANX6345 transforms the LVTTL RGB output of an
> >         application processor to eDP or DisplayPort.
> >
>
> Reviewed-by: Neil Armstrong <[email protected] <mailto:[email protected]>>
>
>
> I think a typo in the email snuck in ;)
>

Ah ah indeed !

Reviewed-by: Neil Armstrong <[email protected]>

2021-04-27 14:19:54

by Neil Armstrong

[permalink] [raw]
Subject: Re: [PATCH] drm: bridge: add missing word in Analogix help text

On 26/04/2021 10:59, Neil Armstrong wrote:
> On 26/04/2021 09:42, Robert Foss wrote:
>>
>>
>> On Mon, Apr 26, 2021, 09:15 Neil Armstrong <[email protected] <mailto:[email protected]>> wrote:
>>
>>
>>
>> Le 24/04/2021 à 08:18, Randy Dunlap a écrit :
>> > Insert a missing word "power" in Kconfig help text.
>> >
>> > Fixes: 6aa192698089 ("drm/bridge: Add Analogix anx6345 support")
>> > Signed-off-by: Randy Dunlap <[email protected] <mailto:[email protected]>>
>> > Cc: Andrzej Hajda <[email protected] <mailto:[email protected]>>
>> > Cc: Neil Armstrong <[email protected] <mailto:[email protected]>>
>> > Cc: Robert Foss <[email protected] <mailto:[email protected]>>
>> > Cc: David Airlie <[email protected] <mailto:[email protected]>>
>> > Cc: Daniel Vetter <[email protected] <mailto:[email protected]>>
>> > Cc: [email protected] <mailto:[email protected]>
>> > Cc: Icenowy Zheng <[email protected] <mailto:[email protected]>>
>> > Cc: Vasily Khoruzhick <[email protected] <mailto:[email protected]>>
>> > Cc: Torsten Duwe <[email protected] <mailto:[email protected]>>
>> > Cc: Maxime Ripard <[email protected]>
>> > ---
>> >  drivers/gpu/drm/bridge/analogix/Kconfig |    2 +-
>> >  1 file changed, 1 insertion(+), 1 deletion(-)
>> >
>> > --- linux-next-20210423.orig/drivers/gpu/drm/bridge/analogix/Kconfig
>> > +++ linux-next-20210423/drivers/gpu/drm/bridge/analogix/Kconfig
>> > @@ -6,7 +6,7 @@ config DRM_ANALOGIX_ANX6345
>> >       select DRM_KMS_HELPER
>> >       select REGMAP_I2C
>> >       help
>> > -       ANX6345 is an ultra-low Full-HD DisplayPort/eDP
>> > +       ANX6345 is an ultra-low power Full-HD DisplayPort/eDP
>> >         transmitter designed for portable devices. The
>> >         ANX6345 transforms the LVTTL RGB output of an
>> >         application processor to eDP or DisplayPort.
>> >
>>
>> Reviewed-by: Neil Armstrong <[email protected] <mailto:[email protected]>>
>>
>>
>> I think a typo in the email snuck in ;)
>>
>
> Ah ah indeed !
>
> Reviewed-by: Neil Armstrong <[email protected]>
>
Wow, twice the same error... Monday was a bead day for me

Reviewed-by: Neil Armstrong <[email protected]>