On Fri, Jun 14, 2019 at 11:07 AM Andreas Färber <afaerber@xxxxxxx> wrote: > > Am 14.06.19 um 19:04 schrieb Manivannan Sadhasivam: > > On Thu, Jun 13, 2019 at 04:44:35PM -0600, Rob Herring wrote: > >> On Fri, May 17, 2019 at 10:32:23AM -0500, Rob Herring wrote: > >>> Convert Actions Semi SoC bindings to DT schema format using json-schema. > >>> > >>> Cc: "Andreas Färber" <afaerber@xxxxxxx> > >>> Cc: Manivannan Sadhasivam <manivannan.sadhasivam@xxxxxxxxxx> > >>> Cc: Mark Rutland <mark.rutland@xxxxxxx> > >>> Cc: linux-arm-kernel@xxxxxxxxxxxxxxxxxxx > >>> Cc: devicetree@xxxxxxxxxxxxxxx > >>> Signed-off-by: Rob Herring <robh@xxxxxxxxxx> > >>> --- > >>> v3: > >>> - update MAINTAINERS > >>> > >>> .../devicetree/bindings/arm/actions.txt | 56 ------------------- > >>> .../devicetree/bindings/arm/actions.yaml | 38 +++++++++++++ > >>> MAINTAINERS | 2 +- > >>> 3 files changed, 39 insertions(+), 57 deletions(-) > >>> delete mode 100644 Documentation/devicetree/bindings/arm/actions.txt > >>> create mode 100644 Documentation/devicetree/bindings/arm/actions.yaml > >> > >> Ping. Please apply or modify this how you'd prefer. I'm not going to > >> keep respinning this. > >> > > > > Sorry for that Rob. > > Well, it was simply not clear whether we were supposed to or not. :) I thought 'To' you and a single patch should be clear enough. > > Andreas, are you going to take this patch? Else I'll pick it up (If you > > want me to do the PR for next cycle) > > I had checked that all previous changes to the .txt file were by myself, > so I would prefer if we not license it under GPLv2-only but under the > same dual-license (MIT/GPLv2+) as the DTs. That modification would need > Rob's approval then. That's fine and dual license is preferred. Can you adjust that when applying. Note that the preference for schema is (GPL-2.0 OR BSD-2-Clause), but MIT/GPLv2+ is fine by me. Rob