2023-04-01 14:29:00

by Andreas Kemnade

[permalink] [raw]
Subject: [PATCH v3 0/2] dt-bindings: omap: Convert omap.txt to yaml

Convert board compatibles to yaml and add the new yaml file to
MAINTAINERS so that emails are properly distributed

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: Convert omap.txt to yaml

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

--
2.30.2


2023-04-01 14:34:05

by Andreas Kemnade

[permalink] [raw]
Subject: [PATCH v3 2/2] MAINTAINERS: add board bindings list to OMAP2+ files

Add list of OMAP2+ boards to the corresponding section

Signed-off-by: Andreas Kemnade <[email protected]>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 99b665e85f0a..e6c1d54a4d08 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -15354,6 +15354,7 @@ W: http://www.muru.com/linux/omap/
W: http://linux.omap.com/
Q: http://patchwork.kernel.org/project/linux-omap/list/
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
+F: Documentation/devicetree/bindings/arm/ti.yaml
F: arch/arm/configs/omap2plus_defconfig
F: arch/arm/mach-omap2/
F: drivers/bus/ti-sysc.c
--
2.30.2