Re: [PATCH v6 1/4] dt-bindings: power: reset: add document for reboot-mode driver

2016-03-24 Thread Krzysztof Kozlowski
On 24.03.2016 16:27, Andy Yan wrote: >>> +- mode-normal: Normal reboot mode, system reboot with command "reboot". >>> +- mode-recovery: Android Recovery mode, it is a mode to format the >>> device or update a new image. >>> +- mode-bootloader: Android fastboot mode, it's a mode to re-flash >>> part

Re: [PATCH v6 1/4] dt-bindings: power: reset: add document for reboot-mode driver

2016-03-24 Thread Andy Yan
Hi Krzysztof: On 2016年03月24日 10:27, Krzysztof Kozlowski wrote: Interesting idea. While looking at the code I stumped over few things below: On Tue, Mar 22, 2016 at 8:36 PM, Andy Yan wrote: add device tree bindings document for reboot-mode driver s/add/Add/ Plus a full-stop at the end of sent

Re: [PATCH v6 1/4] dt-bindings: power: reset: add document for reboot-mode driver

2016-03-23 Thread Krzysztof Kozlowski
Interesting idea. While looking at the code I stumped over few things below: On Tue, Mar 22, 2016 at 8:36 PM, Andy Yan wrote: > add device tree bindings document for reboot-mode driver s/add/Add/ Plus a full-stop at the end of sentence. > > Signed-off-by: Andy Yan > Acked-by: Rob Herring > >

[PATCH v6 1/4] dt-bindings: power: reset: add document for reboot-mode driver

2016-03-22 Thread Andy Yan
add device tree bindings document for reboot-mode driver Signed-off-by: Andy Yan Acked-by: Rob Herring binding --- Changes in v6: - fix a typo with "property" - describe property "mask" more clear Changes in v5: - delete a unnecessary blank line in syscon-reboot-mode.txt - rename mode-fastob