linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: video: exynos7-decon: Remove obsolete samsung,power-domain property
@ 2016-10-21 14:05 ` Krzysztof Kozlowski
  2016-10-21 14:36   ` Sylwester Nawrocki
  2016-10-30 20:41   ` Rob Herring
  0 siblings, 2 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2016-10-21 14:05 UTC (permalink / raw)
  To: Inki Dae, Joonyoung Shim, Seung-Woo Kim, Kyungmin Park,
	David Airlie, Kukjin Kim, Krzysztof Kozlowski,
	Javier Martinez Canillas, dri-devel, devicetree,
	linux-arm-kernel, linux-samsung-soc, linux-kernel

The samsung,power-domain property is obsolete since commit 0da658704136
("ARM: dts: convert to generic power domain bindings for exynos DT").
Replace it with generic one.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 Documentation/devicetree/bindings/display/exynos/exynos7-decon.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/display/exynos/exynos7-decon.txt b/Documentation/devicetree/bindings/display/exynos/exynos7-decon.txt
index 3938caacf11c..8346fb18a358 100644
--- a/Documentation/devicetree/bindings/display/exynos/exynos7-decon.txt
+++ b/Documentation/devicetree/bindings/display/exynos/exynos7-decon.txt
@@ -33,7 +33,7 @@ Required properties:
 - i80-if-timings: timing configuration for lcd i80 interface support.
 
 Optional Properties:
-- samsung,power-domain: a phandle to DECON power domain node.
+- power-domains: a phandle to DECON power domain node.
 - display-timings: timing settings for DECON, as described in document [1].
 		Can be used in case timings cannot be provided otherwise
 		or to override timings provided by the panel.
-- 
2.7.4

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

* Re: [PATCH] dt-bindings: video: exynos7-decon: Remove obsolete samsung,power-domain property
  2016-10-21 14:05 ` [PATCH] dt-bindings: video: exynos7-decon: Remove obsolete samsung,power-domain property Krzysztof Kozlowski
@ 2016-10-21 14:36   ` Sylwester Nawrocki
  2016-10-21 15:28     ` Javier Martinez Canillas
  2016-10-30 20:41   ` Rob Herring
  1 sibling, 1 reply; 5+ messages in thread
From: Sylwester Nawrocki @ 2016-10-21 14:36 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Inki Dae
  Cc: Joonyoung Shim, Seung-Woo Kim, Kyungmin Park, David Airlie,
	Kukjin Kim, Javier Martinez Canillas, dri-devel, devicetree,
	linux-arm-kernel, linux-samsung-soc, linux-kernel

On 10/21/2016 04:05 PM, Krzysztof Kozlowski wrote:
> The samsung,power-domain property is obsolete since commit 0da658704136
> ("ARM: dts: convert to generic power domain bindings for exynos DT").
> Replace it with generic one.
> 
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>

Reviewed-by: Sylwester Nawrocki <s.nawrocki@samsung.com>

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

* Re: [PATCH] dt-bindings: video: exynos7-decon: Remove obsolete samsung,power-domain property
  2016-10-21 14:36   ` Sylwester Nawrocki
@ 2016-10-21 15:28     ` Javier Martinez Canillas
  0 siblings, 0 replies; 5+ messages in thread
From: Javier Martinez Canillas @ 2016-10-21 15:28 UTC (permalink / raw)
  To: Sylwester Nawrocki, Krzysztof Kozlowski, Inki Dae
  Cc: Joonyoung Shim, Seung-Woo Kim, Kyungmin Park, David Airlie,
	Kukjin Kim, dri-devel, devicetree, linux-arm-kernel,
	linux-samsung-soc, linux-kernel

On 10/21/2016 11:36 AM, Sylwester Nawrocki wrote:
> On 10/21/2016 04:05 PM, Krzysztof Kozlowski wrote:
>> The samsung,power-domain property is obsolete since commit 0da658704136
>> ("ARM: dts: convert to generic power domain bindings for exynos DT").
>> Replace it with generic one.
>>
>> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> 
> Reviewed-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
> 

Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>

Best regards,
-- 
Javier Martinez Canillas
Open Source Group
Samsung Research America

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

* Re: [PATCH] dt-bindings: video: exynos7-decon: Remove obsolete samsung,power-domain property
  2016-10-21 14:05 ` [PATCH] dt-bindings: video: exynos7-decon: Remove obsolete samsung,power-domain property Krzysztof Kozlowski
  2016-10-21 14:36   ` Sylwester Nawrocki
@ 2016-10-30 20:41   ` Rob Herring
  2016-10-31 19:21     ` Krzysztof Kozlowski
  1 sibling, 1 reply; 5+ messages in thread
From: Rob Herring @ 2016-10-30 20:41 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Inki Dae, Joonyoung Shim, Seung-Woo Kim, Kyungmin Park,
	David Airlie, Kukjin Kim, Javier Martinez Canillas, dri-devel,
	devicetree, linux-arm-kernel, linux-samsung-soc, linux-kernel

On Fri, Oct 21, 2016 at 05:05:54PM +0300, Krzysztof Kozlowski wrote:
> The samsung,power-domain property is obsolete since commit 0da658704136
> ("ARM: dts: convert to generic power domain bindings for exynos DT").
> Replace it with generic one.
> 
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> ---
>  Documentation/devicetree/bindings/display/exynos/exynos7-decon.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

You didn't send this To me, so I assume someone else is applying it.

Acked-by: Rob Herring <robh@kernel.org>

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

* Re: [PATCH] dt-bindings: video: exynos7-decon: Remove obsolete samsung,power-domain property
  2016-10-30 20:41   ` Rob Herring
@ 2016-10-31 19:21     ` Krzysztof Kozlowski
  0 siblings, 0 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2016-10-31 19:21 UTC (permalink / raw)
  To: Rob Herring
  Cc: Krzysztof Kozlowski, Inki Dae, Joonyoung Shim, Seung-Woo Kim,
	Kyungmin Park, David Airlie, Kukjin Kim,
	Javier Martinez Canillas, dri-devel, devicetree,
	linux-arm-kernel, linux-samsung-soc, linux-kernel

On Sun, Oct 30, 2016 at 03:41:24PM -0500, Rob Herring wrote:
> On Fri, Oct 21, 2016 at 05:05:54PM +0300, Krzysztof Kozlowski wrote:
> > The samsung,power-domain property is obsolete since commit 0da658704136
> > ("ARM: dts: convert to generic power domain bindings for exynos DT").
> > Replace it with generic one.
> > 
> > Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> > ---
> >  Documentation/devicetree/bindings/display/exynos/exynos7-decon.txt | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> You didn't send this To me, so I assume someone else is applying it.
> 
> Acked-by: Rob Herring <robh@kernel.org>

Thanks for the ack. I assumed it will go through the Exynos DRM
subsystem maintainer.

Dear Inki Dae,
Could you pick it up or share your comments?

Best regards,
Krzysztof

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

end of thread, other threads:[~2016-10-31 19:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CGME20161021140729eucas1p2db3ea45373ffa0490fb8b10bfa93ed74@eucas1p2.samsung.com>
2016-10-21 14:05 ` [PATCH] dt-bindings: video: exynos7-decon: Remove obsolete samsung,power-domain property Krzysztof Kozlowski
2016-10-21 14:36   ` Sylwester Nawrocki
2016-10-21 15:28     ` Javier Martinez Canillas
2016-10-30 20:41   ` Rob Herring
2016-10-31 19:21     ` Krzysztof Kozlowski

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).