Re: [PATCH v3] dt-bindings: at25: convert the binding document to yaml

From: Rob Herring
Date: Mon Aug 17 2020 - 15:35:49 EST


On Thu, 13 Aug 2020 10:59:59 +0200, Christian Eggers wrote:
> Convert the binding document for at25 EEPROMs from txt to yaml.
>
> Signed-off-by: Christian Eggers <ceggers@xxxxxxx>
> ---
> On Wednesday, 12 August 2020, 22:06:02 CEST, Rob Herring wrote:
> > > +This file has been moved to at25.yaml.
> >
> > We only do this to save updating a bunch of references and there aren't
> > any, so just remove the file.
> file removed.
>
> > I'd just fix it up, but this wouldn't apply for me on Linus' current
> > master. Please rebase and resend (You can want til rc1 if you want
> > because that's what I'll ultimately apply it too).
> This was my fault. I forgot to revert my previous patch ("dt-bindings: at25: fix
> syntax error in example code"). So v2 was created from a wrong base.
>
> I'll be unavailable until August, 23.
>
> regards
> Christian
>
> .../devicetree/bindings/eeprom/at25.txt | 45 ------
> .../devicetree/bindings/eeprom/at25.yaml | 129 ++++++++++++++++++
> 2 files changed, 129 insertions(+), 45 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/eeprom/at25.txt
> create mode 100644 Documentation/devicetree/bindings/eeprom/at25.yaml
>

Applied, thanks!