Re: [PATCH v3 1/9] dt-bindings: atmel-tcb: convert bindings to json-schema

2020-05-29 Thread Sebastian Andrzej Siewior
On 2020-05-29 15:21:18 [+0200], Alexandre Belloni wrote: > There is actually one comment I need to address that Rob made on another > series that was also including this patch. I'll send a new version > today. Ah, okay. Thanks for the info, that thread looked dead. Sebastian

Re: [PATCH v3 1/9] dt-bindings: atmel-tcb: convert bindings to json-schema

2020-05-29 Thread Alexandre Belloni
Hi, On 29/05/2020 12:13:14+0200, Sebastian Andrzej Siewior wrote: > Rob, could you please bless the DT parts of this series? Daniel Lezcano > asked for the blessing in: > https://lkml.kernel.org/r/f0feb409-11fb-08de-cc06-216a16de9...@linaro.org > There is actually one comment I need to address

Re: [PATCH v3 1/9] dt-bindings: atmel-tcb: convert bindings to json-schema

2020-05-29 Thread Sebastian Andrzej Siewior
Rob, could you please bless the DT parts of this series? Daniel Lezcano asked for the blessing in: https://lkml.kernel.org/r/f0feb409-11fb-08de-cc06-216a16de9...@linaro.org On 2020-05-06 10:05:46 [+0200], Alexandre Belloni wrote: > Convert Atmel Timer Counter Blocks bindings to DT schema format

[PATCH v3 1/9] dt-bindings: atmel-tcb: convert bindings to json-schema

2020-05-06 Thread Alexandre Belloni
Convert Atmel Timer Counter Blocks bindings to DT schema format using json-schema. Also move it out of mfd as it is not and has never been related to mfd. Signed-off-by: Alexandre Belloni --- Cc: Rob Herring Changes in v3: - Moved the child node documentation to the parent documentation Chan