From: Alex Tran <alex.t.tran@gmail.com>
To: mchehab@kernel.org, robh@kernel.org, krzk+dt@kernel.org,
conor+dt@kernel.org
Cc: pavel@kernel.org, sakari.ailus@linux.intel.com,
mehdi.djait@linux.intel.com, alex.t.tran@gmail.com,
laurent.pinchart@ideasonboard.com, hverkuil+cisco@kernel.org,
linux-media@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: [PATCH v1 0/2] media: dt-bindings: Convert toshiba,et8ek8 and ti,omap3isp to YAML schema
Date: Sat, 20 Dec 2025 14:03:23 -0800 [thread overview]
Message-ID: <cover.1766123192.git.alex.t.tran@gmail.com> (raw)
This patch series converts the dt-bindings for media components
toshiba,et8ek8 and ti,omap3isp from the TXT to YAML schema.
The series is composed of:
Patch 1: Converts the Toshiba ET8EK8 sensor binding and updates
the MAINTAINERS file under the NOKIA N900 CAMERA SUPPORT accordingly.
Patch 2: Converts the TI OMAP 3 ISP binding.
Alex Tran (2):
media: i2c: toshiba,et8ek8: dt-bindings: Convert to DT schema
media: ti,omap3isp: dt-bindings: Convert to DT schema
.../bindings/media/i2c/toshiba,et8ek8.txt | 55 ------
.../bindings/media/i2c/toshiba,et8ek8.yaml | 91 +++++++++
.../devicetree/bindings/media/ti,omap3isp.txt | 71 -------
.../bindings/media/ti,omap3isp.yaml | 182 ++++++++++++++++++
MAINTAINERS | 1 +
5 files changed, 274 insertions(+), 126 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/media/i2c/toshiba,et8ek8.txt
create mode 100644 Documentation/devicetree/bindings/media/i2c/toshiba,et8ek8.yaml
delete mode 100644 Documentation/devicetree/bindings/media/ti,omap3isp.txt
create mode 100644 Documentation/devicetree/bindings/media/ti,omap3isp.yaml
--
2.51.0
WARNING: multiple messages have this Message-ID (diff)
From: Alex Tran <alex.t.tran@gmail.com>
To: mchehab@kernel.org, robh@kernel.org, krzk+dt@kernel.org,
conor+dt@kernel.org
Cc: pavel@kernel.org, sakari.ailus@linux.intel.com,
mehdi.djait@linux.intel.com, alex.t.tran@gmail.com,
laurent.pinchart@ideasonboard.com, hverkuil+cisco@kernel.org,
linux-media@vger.kernel.org
Subject: [PATCH v1 0/2] media: dt-bindings: Convert toshiba,et8ek8 and ti,omap3isp to YAML schema
Date: Sat, 20 Dec 2025 12:42:21 -0800 [thread overview]
Message-ID: <cover.1766123192.git.alex.t.tran@gmail.com> (raw)
This patch series converts the dt-bindings for media components
toshiba,et8ek8 and ti,omap3isp from the TXT to YAML schema.
The series is composed of:
Patch 1: Converts the Toshiba ET8EK8 sensor binding and updates
the MAINTAINERS file under the NOKIA N900 CAMERA SUPPORT accordingly.
Patch 2: Converts the TI OMAP 3 ISP binding.
Alex Tran (2):
media: i2c: toshiba,et8ek8: dt-bindings: Convert to DT schema
media: ti,omap3isp: dt-bindings: Convert to DT schema
.../bindings/media/i2c/toshiba,et8ek8.txt | 55 ------
.../bindings/media/i2c/toshiba,et8ek8.yaml | 91 +++++++++
.../devicetree/bindings/media/ti,omap3isp.txt | 71 -------
.../bindings/media/ti,omap3isp.yaml | 182 ++++++++++++++++++
MAINTAINERS | 1 +
5 files changed, 274 insertions(+), 126 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/media/i2c/toshiba,et8ek8.txt
create mode 100644 Documentation/devicetree/bindings/media/i2c/toshiba,et8ek8.yaml
delete mode 100644 Documentation/devicetree/bindings/media/ti,omap3isp.txt
create mode 100644 Documentation/devicetree/bindings/media/ti,omap3isp.yaml
--
2.51.0
next reply other threads:[~2025-12-20 22:03 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-20 20:42 Alex Tran [this message]
2025-12-20 22:03 ` [PATCH v1 0/2] media: dt-bindings: Convert toshiba,et8ek8 and ti,omap3isp to YAML schema Alex Tran
2025-12-20 20:42 ` [PATCH v1 1/2] media: dt-bindings: i2c: toshiba,et8ek8: Convert to DT schema Alex Tran
2025-12-20 22:03 ` Alex Tran
2025-12-21 13:15 ` Krzysztof Kozlowski
2025-12-21 15:01 ` Krzysztof Kozlowski
2025-12-21 20:21 ` Alex Tran
2025-12-30 16:23 ` Rob Herring
2025-12-21 15:05 ` Krzysztof Kozlowski
2025-12-24 21:07 ` Alex Tran
2025-12-25 8:37 ` Krzysztof Kozlowski
2025-12-20 20:42 ` [PATCH v1 2/2] media: dt-bindings: ti,omap3isp: " Alex Tran
2025-12-20 22:03 ` Alex Tran
2025-12-21 15:08 ` Krzysztof Kozlowski
2025-12-24 21:46 ` Alex Tran
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1766123192.git.alex.t.tran@gmail.com \
--to=alex.t.tran@gmail.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=hverkuil+cisco@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@kernel.org \
--cc=mehdi.djait@linux.intel.com \
--cc=pavel@kernel.org \
--cc=robh@kernel.org \
--cc=sakari.ailus@linux.intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.