Re: [PATCH v3 0/7] dt-bindings: Orientation defines
David Heidelberg <[email protected]> Wed, 29 Jul 2026 19:07:53 +0200
| Newsgroups | org.kernel.vger.linux-tegra,dev.linux.lists.imx,org.infradead.lists.linux-arm-kernel,org.infradead.lists.linux-rockchip,org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel,org.kernel.vger.linux-media,org.kernel.vger.linux-renesas-soc |
|---|---|
| Message-ID | <[email protected]> |
On 28/06/2026 12:22, Kieran Bingham wrote: > Add a new dt-bindings/media/video-interface-devices.h header that > initially supports the Orientation types and convert existing users > throughout the code base. > > v3 collects tags, and fixes the typo, but drops all hunks that do not > apply on the media-next tree so that these changes can be merged. Once > the core feature is accepted a second sweep will convert remaining (new) > additions of the orientation field. > > v2: > - Now expands from the original v1 "dt-bindings: media: Add macros for > video interface devices" to update > Documentation/devicetree/bindings/media/video-interface-devices.yaml > and extend to actually change all users to the new types. > - Link to v2: https://lore.kernel.org/r/[email protected] > > v3: > - Fix the arch/arm/boot/dts/nvidia/tegra30-lg-x3.dtsi > MEDIA_ORIENTATION_REAR to MEDIA_ORIENTATION_BACK > - Though this patch is dropped from this series to post the main > integration through the media tree. > - Drop (temporarily) changes to: > - arch/arm/boot/dts/nvidia/tegra30-lg-x3.dtsi > - arch/arm64/boot/dts/qcom/sdm670-google-common.dtsi > - arch/arm64/boot/dts/rockchip/rk3588-rock-5b-plus-radxa-cam4k-cam0.dtso > - arch/arm64/boot/dts/rockchip/rk3588-rock-5b-plus-radxa-cam4k-cam1.dtso > - Non applying changes will be re-posted after the core feature > lands in linux-next, or after those changes appear in media-next. > > --- > Kieran Bingham (7): > dt-bindings: media: Add macros for video interface devices > media: dt-bindings: video-interface-devices: add video-interface-devices.h references > dt-bindings: media: i2c: Utilise video-interface-devices enums > arm64: dts: freescale: Convert to new media orientation definitions > arm64: dts: qcom: Convert to new media orientation definitions > arm64: dts: renesas: Convert to new media orientation definitions > arm64: dts: rockchip: Convert to new media orientation definitions > series, Reviewed-by: David Heidelberg <[email protected]> Thank you! David