* [PATCH v2] bridge: Elaborate a bit on dumb VGA bridges in Kconfig
@ 2018-02-28 13:02 Linus Walleij
2018-02-28 13:11 ` Laurent Pinchart
0 siblings, 1 reply; 2+ messages in thread
From: Linus Walleij @ 2018-02-28 13:02 UTC (permalink / raw)
To: linux-arm-kernel
It's better if we explain a bit that this pertains to
passive VGA DAC bridges.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
ChangeLog v1->v2:
- Write that these bridges are non-programmable rather than
discrete, as that reflects the name of the bridge being
"dumb". Discrete is wrong as it has a specific electronic
meaning, as in "non-integrated" and this is integrated.
---
drivers/gpu/drm/bridge/Kconfig | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/bridge/Kconfig b/drivers/gpu/drm/bridge/Kconfig
index 3b99d5a06c16..e1ab948707a0 100644
--- a/drivers/gpu/drm/bridge/Kconfig
+++ b/drivers/gpu/drm/bridge/Kconfig
@@ -30,7 +30,8 @@ config DRM_DUMB_VGA_DAC
depends on OF
select DRM_KMS_HELPER
help
- Support for RGB to VGA DAC based bridges
+ Support for non-programmable RGB to VGA DAC based bridges
+ such as ADI ADV7123 or TI THS8134 and THS8135.
config DRM_LVDS_ENCODER
tristate "Transparent parallel to LVDS encoder support"
--
2.14.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH v2] bridge: Elaborate a bit on dumb VGA bridges in Kconfig
2018-02-28 13:02 [PATCH v2] bridge: Elaborate a bit on dumb VGA bridges in Kconfig Linus Walleij
@ 2018-02-28 13:11 ` Laurent Pinchart
0 siblings, 0 replies; 2+ messages in thread
From: Laurent Pinchart @ 2018-02-28 13:11 UTC (permalink / raw)
To: linux-arm-kernel
Hi Linus,
Thank you for the patch.
On Wednesday, 28 February 2018 15:02:49 EET Linus Walleij wrote:
> It's better if we explain a bit that this pertains to
> passive VGA DAC bridges.
s/passive/non-programmable/ ?
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
> ---
> ChangeLog v1->v2:
> - Write that these bridges are non-programmable rather than
> discrete, as that reflects the name of the bridge being
> "dumb". Discrete is wrong as it has a specific electronic
> meaning, as in "non-integrated" and this is integrated.
s/discrete/passive/ :-)
> ---
> drivers/gpu/drm/bridge/Kconfig | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/bridge/Kconfig b/drivers/gpu/drm/bridge/Kconfig
> index 3b99d5a06c16..e1ab948707a0 100644
> --- a/drivers/gpu/drm/bridge/Kconfig
> +++ b/drivers/gpu/drm/bridge/Kconfig
> @@ -30,7 +30,8 @@ config DRM_DUMB_VGA_DAC
> depends on OF
> select DRM_KMS_HELPER
> help
> - Support for RGB to VGA DAC based bridges
> + Support for non-programmable RGB to VGA DAC based bridges
> + such as ADI ADV7123 or TI THS8134 and THS8135.
How about
"Support for non-programmable RGB to VGA DAC bridges, such as ADI ADV7123, TI
THS8134 and THS8135 or passive resistor ladder DACs."
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> config DRM_LVDS_ENCODER
> tristate "Transparent parallel to LVDS encoder support"
--
Regards,
Laurent Pinchart
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-02-28 13:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-28 13:02 [PATCH v2] bridge: Elaborate a bit on dumb VGA bridges in Kconfig Linus Walleij
2018-02-28 13:11 ` Laurent Pinchart
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox