mbox series

[v7,0/2] dt-bindings: omap: Convert omap.txt to yaml

Message ID 20230515074512.66226-1-andreas@kemnade.info
Headers show
Series dt-bindings: omap: Convert omap.txt to yaml | expand

Message

Andreas Kemnade May 15, 2023, 7:45 a.m. UTC
Convert board compatibles to yaml and add the new yaml file to
MAINTAINERS so that emails are properly distributed

Changes in V7:
 - checked for lost compatibles
 - remove conversions with pattern matches probably allowing
   too much

Changes in V6:
 - reflect the rename also in the file header

Changes in V5:
 - renamed the new file to ti/omap.yaml

Changes in V4:
 - fix order 
 - re-add dra7 to .txt to have it sorted out later

Changes in V3:
 - update MAINTAINERS
 - remove converted stuff from .txt

Changes in V2:
- renamed file
- fixed gta04
- added Openpandora, Epson Moverio BT-200
- drop example
- remove descriptions if just reformatting the name

Andreas Kemnade (1):
  MAINTAINERS: add board bindings list to OMAP2+ files

Andrew Davis (1):
  dt-bindings: omap: Partially convert omap.txt to yaml

 .../devicetree/bindings/arm/omap/omap.txt     |  99 ----------
 .../devicetree/bindings/arm/ti/omap.yaml      | 176 ++++++++++++++++++
 MAINTAINERS                                   |   1 +
 3 files changed, 177 insertions(+), 99 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/arm/ti/omap.yaml

Comments

Andreas Kemnade June 13, 2023, 5:32 p.m. UTC | #1
Hi,

any action still expected from my side?
people gave R-bys...
So looks like it is ready for the dt-folks to pick it up.

Regards,
Andreas

On Mon, 15 May 2023 09:45:10 +0200
Andreas Kemnade <andreas@kemnade.info> wrote:

> Convert board compatibles to yaml and add the new yaml file to
> MAINTAINERS so that emails are properly distributed
> 
> Changes in V7:
>  - checked for lost compatibles
>  - remove conversions with pattern matches probably allowing
>    too much
> 
> Changes in V6:
>  - reflect the rename also in the file header
> 
> Changes in V5:
>  - renamed the new file to ti/omap.yaml
> 
> Changes in V4:
>  - fix order 
>  - re-add dra7 to .txt to have it sorted out later
> 
> Changes in V3:
>  - update MAINTAINERS
>  - remove converted stuff from .txt
> 
> Changes in V2:
> - renamed file
> - fixed gta04
> - added Openpandora, Epson Moverio BT-200
> - drop example
> - remove descriptions if just reformatting the name
> 
> Andreas Kemnade (1):
>   MAINTAINERS: add board bindings list to OMAP2+ files
> 
> Andrew Davis (1):
>   dt-bindings: omap: Partially convert omap.txt to yaml
> 
>  .../devicetree/bindings/arm/omap/omap.txt     |  99 ----------
>  .../devicetree/bindings/arm/ti/omap.yaml      | 176 ++++++++++++++++++
>  MAINTAINERS                                   |   1 +
>  3 files changed, 177 insertions(+), 99 deletions(-)
>  create mode 100644 Documentation/devicetree/bindings/arm/ti/omap.yaml
>
Krzysztof Kozlowski June 13, 2023, 6:43 p.m. UTC | #2
On 13/06/2023 19:32, Andreas Kemnade wrote:
> Hi,
> 
> any action still expected from my side?
> people gave R-bys...
> So looks like it is ready for the dt-folks to pick it up.
> 

It's SoC file, isn't it? Then goes via SoC tree.

Best regards,
Krzysztof
Andreas Kemnade June 16, 2023, 4:53 p.m. UTC | #3
On Tue, 13 Jun 2023 20:43:55 +0200
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> wrote:

> On 13/06/2023 19:32, Andreas Kemnade wrote:
> > Hi,
> > 
> > any action still expected from my side?
> > people gave R-bys...
> > So looks like it is ready for the dt-folks to pick it up.
> >   
> 
> It's SoC file, isn't it? Then goes via SoC tree.
> 
Apparently there was confusion about it. Quoting
Tony:"And thanks for getting the
omap.yaml conversion going, that will get merged by the dt folks."

I am fine with either, 

Regards
Andreas
Tony Lindgren July 31, 2023, 6:08 a.m. UTC | #4
* Andreas Kemnade <andreas@kemnade.info> [230616 16:53]:
> On Tue, 13 Jun 2023 20:43:55 +0200
> Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> wrote:
> 
> > On 13/06/2023 19:32, Andreas Kemnade wrote:
> > > Hi,
> > > 
> > > any action still expected from my side?
> > > people gave R-bys...
> > > So looks like it is ready for the dt-folks to pick it up.
> > >   
> > 
> > It's SoC file, isn't it? Then goes via SoC tree.
> > 
> Apparently there was confusion about it. Quoting
> Tony:"And thanks for getting the
> omap.yaml conversion going, that will get merged by the dt folks."
> 
> I am fine with either, 

OK I'll apply this into omap-for-v6.6/dt-bindings thanks.

Regards,

Tony