All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/rockchip: fix coding style and incorrect description
@ 2018-08-27  6:29 ` Sandy Huang
  0 siblings, 0 replies; 8+ messages in thread
From: Sandy Huang @ 2018-08-27  6:29 UTC (permalink / raw)
  To: hjc, heiko, David Airlie
  Cc: dri-devel, linux-arm-kernel, linux-rockchip, linux-kernel

Align with other drivers, tab + 2 space key for description.
and this option should be enabled on both rk3288 and rk3399.

Signed-off-by: Sandy Huang <hjc@rock-chips.com>
---
 drivers/gpu/drm/rockchip/Kconfig | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/gpu/drm/rockchip/Kconfig b/drivers/gpu/drm/rockchip/Kconfig
index 0ccc762..601234b 100644
--- a/drivers/gpu/drm/rockchip/Kconfig
+++ b/drivers/gpu/drm/rockchip/Kconfig
@@ -45,10 +45,10 @@ config ROCKCHIP_DW_HDMI
 config ROCKCHIP_DW_MIPI_DSI
 	bool "Rockchip specific extensions for Synopsys DW MIPI DSI"
 	help
-	 This selects support for Rockchip SoC specific extensions
-	 for the Synopsys DesignWare HDMI driver. If you want to
-	 enable MIPI DSI on RK3288 based SoC, you should selet this
-	 option.
+	  This selects support for Rockchip SoC specific extensions
+	  for the Synopsys DesignWare HDMI driver. If you want to
+	  enable MIPI DSI on RK3288 or RK3399 based SoC, you should
+	  selet this option.
 
 config ROCKCHIP_INNO_HDMI
 	bool "Rockchip specific extensions for Innosilicon HDMI"
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH] drm/rockchip: fix coding style and incorrect description
@ 2018-08-27  6:29 ` Sandy Huang
  0 siblings, 0 replies; 8+ messages in thread
From: Sandy Huang @ 2018-08-27  6:29 UTC (permalink / raw)
  To: hjc, heiko, David Airlie
  Cc: linux-rockchip, linux-arm-kernel, dri-devel, linux-kernel

Align with other drivers, tab + 2 space key for description.
and this option should be enabled on both rk3288 and rk3399.

Signed-off-by: Sandy Huang <hjc@rock-chips.com>
---
 drivers/gpu/drm/rockchip/Kconfig | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/gpu/drm/rockchip/Kconfig b/drivers/gpu/drm/rockchip/Kconfig
index 0ccc762..601234b 100644
--- a/drivers/gpu/drm/rockchip/Kconfig
+++ b/drivers/gpu/drm/rockchip/Kconfig
@@ -45,10 +45,10 @@ config ROCKCHIP_DW_HDMI
 config ROCKCHIP_DW_MIPI_DSI
 	bool "Rockchip specific extensions for Synopsys DW MIPI DSI"
 	help
-	 This selects support for Rockchip SoC specific extensions
-	 for the Synopsys DesignWare HDMI driver. If you want to
-	 enable MIPI DSI on RK3288 based SoC, you should selet this
-	 option.
+	  This selects support for Rockchip SoC specific extensions
+	  for the Synopsys DesignWare HDMI driver. If you want to
+	  enable MIPI DSI on RK3288 or RK3399 based SoC, you should
+	  selet this option.
 
 config ROCKCHIP_INNO_HDMI
 	bool "Rockchip specific extensions for Innosilicon HDMI"
-- 
2.7.4


_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH] drm/rockchip: fix coding style and incorrect description
@ 2018-08-27  6:29 ` Sandy Huang
  0 siblings, 0 replies; 8+ messages in thread
From: Sandy Huang @ 2018-08-27  6:29 UTC (permalink / raw)
  To: linux-arm-kernel

Align with other drivers, tab + 2 space key for description.
and this option should be enabled on both rk3288 and rk3399.

Signed-off-by: Sandy Huang <hjc@rock-chips.com>
---
 drivers/gpu/drm/rockchip/Kconfig | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/gpu/drm/rockchip/Kconfig b/drivers/gpu/drm/rockchip/Kconfig
index 0ccc762..601234b 100644
--- a/drivers/gpu/drm/rockchip/Kconfig
+++ b/drivers/gpu/drm/rockchip/Kconfig
@@ -45,10 +45,10 @@ config ROCKCHIP_DW_HDMI
 config ROCKCHIP_DW_MIPI_DSI
 	bool "Rockchip specific extensions for Synopsys DW MIPI DSI"
 	help
-	 This selects support for Rockchip SoC specific extensions
-	 for the Synopsys DesignWare HDMI driver. If you want to
-	 enable MIPI DSI on RK3288 based SoC, you should selet this
-	 option.
+	  This selects support for Rockchip SoC specific extensions
+	  for the Synopsys DesignWare HDMI driver. If you want to
+	  enable MIPI DSI on RK3288 or RK3399 based SoC, you should
+	  selet this option.
 
 config ROCKCHIP_INNO_HDMI
 	bool "Rockchip specific extensions for Innosilicon HDMI"
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: [PATCH] drm/rockchip: fix coding style and incorrect description
  2018-08-27  6:29 ` Sandy Huang
  (?)
@ 2018-08-27  7:02   ` Enric Balletbo Serra
  -1 siblings, 0 replies; 8+ messages in thread
From: Enric Balletbo Serra @ 2018-08-27  7:02 UTC (permalink / raw)
  To: hjc
  Cc: Heiko Stübner, David Airlie, open list:ARM/Rockchip SoC...,
	Linux ARM, dri-devel, linux-kernel

Hi Sandy,

Just noticed a typo that I think will be good fix also
Missatge de Sandy Huang <hjc@rock-chips.com> del dia dl., 27 d’ag.
2018 a les 8:31:
>
> Align with other drivers, tab + 2 space key for description.
> and this option should be enabled on both rk3288 and rk3399.
>
> Signed-off-by: Sandy Huang <hjc@rock-chips.com>
> ---
>  drivers/gpu/drm/rockchip/Kconfig | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/drivers/gpu/drm/rockchip/Kconfig b/drivers/gpu/drm/rockchip/Kconfig
> index 0ccc762..601234b 100644
> --- a/drivers/gpu/drm/rockchip/Kconfig
> +++ b/drivers/gpu/drm/rockchip/Kconfig
> @@ -45,10 +45,10 @@ config ROCKCHIP_DW_HDMI
>  config ROCKCHIP_DW_MIPI_DSI
>         bool "Rockchip specific extensions for Synopsys DW MIPI DSI"
>         help
> -        This selects support for Rockchip SoC specific extensions
> -        for the Synopsys DesignWare HDMI driver. If you want to
> -        enable MIPI DSI on RK3288 based SoC, you should selet this
> -        option.
> +         This selects support for Rockchip SoC specific extensions
> +         for the Synopsys DesignWare HDMI driver. If you want to
> +         enable MIPI DSI on RK3288 or RK3399 based SoC, you should
> +         selet this option.

s/selet/select/

Cheers,
 Enric

>
>  config ROCKCHIP_INNO_HDMI
>         bool "Rockchip specific extensions for Innosilicon HDMI"
> --
> 2.7.4
>
>
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] drm/rockchip: fix coding style and incorrect description
@ 2018-08-27  7:02   ` Enric Balletbo Serra
  0 siblings, 0 replies; 8+ messages in thread
From: Enric Balletbo Serra @ 2018-08-27  7:02 UTC (permalink / raw)
  To: hjc
  Cc: David Airlie, linux-kernel, dri-devel,
	open list:ARM/Rockchip SoC...,
	Linux ARM

Hi Sandy,

Just noticed a typo that I think will be good fix also
Missatge de Sandy Huang <hjc@rock-chips.com> del dia dl., 27 d’ag.
2018 a les 8:31:
>
> Align with other drivers, tab + 2 space key for description.
> and this option should be enabled on both rk3288 and rk3399.
>
> Signed-off-by: Sandy Huang <hjc@rock-chips.com>
> ---
>  drivers/gpu/drm/rockchip/Kconfig | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/drivers/gpu/drm/rockchip/Kconfig b/drivers/gpu/drm/rockchip/Kconfig
> index 0ccc762..601234b 100644
> --- a/drivers/gpu/drm/rockchip/Kconfig
> +++ b/drivers/gpu/drm/rockchip/Kconfig
> @@ -45,10 +45,10 @@ config ROCKCHIP_DW_HDMI
>  config ROCKCHIP_DW_MIPI_DSI
>         bool "Rockchip specific extensions for Synopsys DW MIPI DSI"
>         help
> -        This selects support for Rockchip SoC specific extensions
> -        for the Synopsys DesignWare HDMI driver. If you want to
> -        enable MIPI DSI on RK3288 based SoC, you should selet this
> -        option.
> +         This selects support for Rockchip SoC specific extensions
> +         for the Synopsys DesignWare HDMI driver. If you want to
> +         enable MIPI DSI on RK3288 or RK3399 based SoC, you should
> +         selet this option.

s/selet/select/

Cheers,
 Enric

>
>  config ROCKCHIP_INNO_HDMI
>         bool "Rockchip specific extensions for Innosilicon HDMI"
> --
> 2.7.4
>
>
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PATCH] drm/rockchip: fix coding style and incorrect description
@ 2018-08-27  7:02   ` Enric Balletbo Serra
  0 siblings, 0 replies; 8+ messages in thread
From: Enric Balletbo Serra @ 2018-08-27  7:02 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Sandy,

Just noticed a typo that I think will be good fix also
Missatge de Sandy Huang <hjc@rock-chips.com> del dia dl., 27 d?ag.
2018 a les 8:31:
>
> Align with other drivers, tab + 2 space key for description.
> and this option should be enabled on both rk3288 and rk3399.
>
> Signed-off-by: Sandy Huang <hjc@rock-chips.com>
> ---
>  drivers/gpu/drm/rockchip/Kconfig | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/drivers/gpu/drm/rockchip/Kconfig b/drivers/gpu/drm/rockchip/Kconfig
> index 0ccc762..601234b 100644
> --- a/drivers/gpu/drm/rockchip/Kconfig
> +++ b/drivers/gpu/drm/rockchip/Kconfig
> @@ -45,10 +45,10 @@ config ROCKCHIP_DW_HDMI
>  config ROCKCHIP_DW_MIPI_DSI
>         bool "Rockchip specific extensions for Synopsys DW MIPI DSI"
>         help
> -        This selects support for Rockchip SoC specific extensions
> -        for the Synopsys DesignWare HDMI driver. If you want to
> -        enable MIPI DSI on RK3288 based SoC, you should selet this
> -        option.
> +         This selects support for Rockchip SoC specific extensions
> +         for the Synopsys DesignWare HDMI driver. If you want to
> +         enable MIPI DSI on RK3288 or RK3399 based SoC, you should
> +         selet this option.

s/selet/select/

Cheers,
 Enric

>
>  config ROCKCHIP_INNO_HDMI
>         bool "Rockchip specific extensions for Innosilicon HDMI"
> --
> 2.7.4
>
>
> _______________________________________________
> dri-devel mailing list
> dri-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] drm/rockchip: fix coding style and incorrect description
  2018-08-27  7:02   ` Enric Balletbo Serra
@ 2018-08-28  7:47     ` Sandy Huang
  -1 siblings, 0 replies; 8+ messages in thread
From: Sandy Huang @ 2018-08-28  7:47 UTC (permalink / raw)
  To: Enric Balletbo Serra
  Cc: Heiko Stübner, David Airlie, open list:ARM/Rockchip SoC...,
	Linux ARM, dri-devel, linux-kernel

Hi enric,
     thanks, this will be upated at v2 patch.

在 2018/8/27 15:02, Enric Balletbo Serra 写道:
> Hi Sandy,
>
> Just noticed a typo that I think will be good fix also
> Missatge de Sandy Huang <hjc@rock-chips.com> del dia dl., 27 d’ag.
> 2018 a les 8:31:
> >
> > Align with other drivers, tab + 2 space key for description.
> > and this option should be enabled on both rk3288 and rk3399.
> >
> > Signed-off-by: Sandy Huang <hjc@rock-chips.com>
> > ---
> >   drivers/gpu/drm/rockchip/Kconfig | 8 ++++----
> >   1 file changed, 4 insertions(+), 4 deletions(-)
> >
> > diff --git a/drivers/gpu/drm/rockchip/Kconfig b/drivers/gpu/drm/rockchip/Kconfig
> > index 0ccc762..601234b 100644
> > --- a/drivers/gpu/drm/rockchip/Kconfig
> > +++ b/drivers/gpu/drm/rockchip/Kconfig
> > @@ -45,10 +45,10 @@ config ROCKCHIP_DW_HDMI
> >   config ROCKCHIP_DW_MIPI_DSI
> >          bool "Rockchip specific extensions for Synopsys DW MIPI DSI"
> >          help
> > -        This selects support for Rockchip SoC specific extensions
> > -        for the Synopsys DesignWare HDMI driver. If you want to
> > -        enable MIPI DSI on RK3288 based SoC, you should selet this
> > -        option.
> > +         This selects support for Rockchip SoC specific extensions
> > +         for the Synopsys DesignWare HDMI driver. If you want to
> > +         enable MIPI DSI on RK3288 or RK3399 based SoC, you should
> > +         selet this option.
>
> s/selet/select/
>
> Cheers,
>   Enric
>
> >
> >   config ROCKCHIP_INNO_HDMI
> >          bool "Rockchip specific extensions for Innosilicon HDMI"
> > --
> > 2.7.4
> >
> >
> > _______________________________________________
> > dri-devel mailing list
> > dri-devel@lists.freedesktop.org
> > https://lists.freedesktop.org/mailman/listinfo/dri-devel
>
>
>



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] drm/rockchip: fix coding style and incorrect description
@ 2018-08-28  7:47     ` Sandy Huang
  0 siblings, 0 replies; 8+ messages in thread
From: Sandy Huang @ 2018-08-28  7:47 UTC (permalink / raw)
  To: Enric Balletbo Serra
  Cc: David Airlie, linux-kernel, dri-devel,
	open list:ARM/Rockchip SoC...,
	Linux ARM

Hi enric,
     thanks, this will be upated at v2 patch.

在 2018/8/27 15:02, Enric Balletbo Serra 写道:
> Hi Sandy,
>
> Just noticed a typo that I think will be good fix also
> Missatge de Sandy Huang <hjc@rock-chips.com> del dia dl., 27 d’ag.
> 2018 a les 8:31:
> >
> > Align with other drivers, tab + 2 space key for description.
> > and this option should be enabled on both rk3288 and rk3399.
> >
> > Signed-off-by: Sandy Huang <hjc@rock-chips.com>
> > ---
> >   drivers/gpu/drm/rockchip/Kconfig | 8 ++++----
> >   1 file changed, 4 insertions(+), 4 deletions(-)
> >
> > diff --git a/drivers/gpu/drm/rockchip/Kconfig b/drivers/gpu/drm/rockchip/Kconfig
> > index 0ccc762..601234b 100644
> > --- a/drivers/gpu/drm/rockchip/Kconfig
> > +++ b/drivers/gpu/drm/rockchip/Kconfig
> > @@ -45,10 +45,10 @@ config ROCKCHIP_DW_HDMI
> >   config ROCKCHIP_DW_MIPI_DSI
> >          bool "Rockchip specific extensions for Synopsys DW MIPI DSI"
> >          help
> > -        This selects support for Rockchip SoC specific extensions
> > -        for the Synopsys DesignWare HDMI driver. If you want to
> > -        enable MIPI DSI on RK3288 based SoC, you should selet this
> > -        option.
> > +         This selects support for Rockchip SoC specific extensions
> > +         for the Synopsys DesignWare HDMI driver. If you want to
> > +         enable MIPI DSI on RK3288 or RK3399 based SoC, you should
> > +         selet this option.
>
> s/selet/select/
>
> Cheers,
>   Enric
>
> >
> >   config ROCKCHIP_INNO_HDMI
> >          bool "Rockchip specific extensions for Innosilicon HDMI"
> > --
> > 2.7.4
> >
> >
> > _______________________________________________
> > dri-devel mailing list
> > dri-devel@lists.freedesktop.org
> > https://lists.freedesktop.org/mailman/listinfo/dri-devel
>
>
>


_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-08-28  7:47 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-27  6:29 [PATCH] drm/rockchip: fix coding style and incorrect description Sandy Huang
2018-08-27  6:29 ` Sandy Huang
2018-08-27  6:29 ` Sandy Huang
2018-08-27  7:02 ` Enric Balletbo Serra
2018-08-27  7:02   ` Enric Balletbo Serra
2018-08-27  7:02   ` Enric Balletbo Serra
2018-08-28  7:47   ` Sandy Huang
2018-08-28  7:47     ` Sandy Huang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.