[PATCH v2 3/3] dt-bindings: add document for rk3229-vop

2016-01-06 Thread Yakir Yang


On 01/06/2016 12:06 AM, Rob Herring wrote:
> On Mon, Jan 4, 2016 at 10:00 PM, Yakir Yang  wrote:
>> Signed-off-by: Yakir Yang 
>> Acked-by: Rob Herring 
>> ---
>> Changes in v2:
>> - acked by Rob
> It doesn't hurt, but there is no point to send a new version just to
> add acks. The maintainer should add any for the current version. If
> you do send a new version with changes, then it is your responsibility
> to add acks. Maintainers are not going to look at older versions.

Got it  :)

- Yakir

> Rob
>
>
>




[PATCH v2 3/3] dt-bindings: add document for rk3229-vop

2016-01-05 Thread Yakir Yang
Signed-off-by: Yakir Yang 
Acked-by: Rob Herring 
---
Changes in v2:
- acked by Rob

 Documentation/devicetree/bindings/display/rockchip/rockchip-vop.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/Documentation/devicetree/bindings/display/rockchip/rockchip-vop.txt 
b/Documentation/devicetree/bindings/display/rockchip/rockchip-vop.txt
index 5489b59..75ebc20 100644
--- a/Documentation/devicetree/bindings/display/rockchip/rockchip-vop.txt
+++ b/Documentation/devicetree/bindings/display/rockchip/rockchip-vop.txt
@@ -7,6 +7,7 @@ buffer to an external LCD interface.
 Required properties:
 - compatible: value should be one of the following
"rockchip,rk3288-vop";
+   "rockchip,rk3229-vop";
"rockchip,rk3036-vop";

 - interrupts: should contain a list of all VOP IP block interrupts in the
-- 
1.9.1




[PATCH v2 3/3] dt-bindings: add document for rk3229-vop

2016-01-05 Thread Rob Herring
On Mon, Jan 4, 2016 at 10:00 PM, Yakir Yang  wrote:
> Signed-off-by: Yakir Yang 
> Acked-by: Rob Herring 
> ---
> Changes in v2:
> - acked by Rob

It doesn't hurt, but there is no point to send a new version just to
add acks. The maintainer should add any for the current version. If
you do send a new version with changes, then it is your responsibility
to add acks. Maintainers are not going to look at older versions.

Rob