[PATCH v6 0/6] dt-bindings: Orientation defines
Kieran Bingham <[email protected]>
| Newsgroups | org.kernel.vger.linux-kernel,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-media,org.kernel.vger.linux-renesas-soc,org.kernel.vger.linux-tegra |
|---|---|
| Message-ID | <[email protected]> |
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. -v4: - Rebased media-committers/next (v7.2-rc1) - Reintroduced updates 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 - Squash header introduction and bindings updates - Link to v4: https://lore.kernel.org/r/[email protected] -v5: - Definitions now accepted in linux-media, rebased to get conversions in. - Converts new himax,hm1246 binding - Link to v5: https://lore.kernel.org/r/[email protected] -v6: - Keep himax,hm1246 example as MEDIA_ORIENTATION_EXTERNAL --- Kieran Bingham (6): 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 ARM: tegra: Convert to new media orientation definitions dt-bindings: media: i2c: himax,hm1246: Use video-interface-devices Documentation/devicetree/bindings/media/i2c/himax,hm1246.yaml | 3 ++- arch/arm/boot/dts/nvidia/tegra30-asus-nexus7-grouper-common.dtsi | 3 ++- arch/arm/boot/dts/nvidia/tegra30-asus-transformer-common.dtsi | 3 ++- arch/arm/boot/dts/nvidia/tegra30-lg-p895.dts | 4 +++- arch/arm/boot/dts/nvidia/tegra30-lg-x3.dtsi | 3 ++- .../boot/dts/freescale/imx8mp-tqma8mpql-mba8mp-ras314-imx219.dtso | 3 ++- arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi | 3 ++- arch/arm64/boot/dts/qcom/qcm6490-fairphone-fp5.dts | 3 ++- arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts | 3 ++- arch/arm64/boot/dts/qcom/sdm670-google-common.dtsi | 3 ++- .../boot/dts/renesas/r8a779g3-sparrow-hawk-camera-j1-imx219.dtso | 3 ++- .../boot/dts/renesas/r8a779g3-sparrow-hawk-camera-j1-imx462.dtso | 3 ++- .../boot/dts/renesas/r8a779g3-sparrow-hawk-camera-j2-imx219.dtso | 3 ++- .../boot/dts/renesas/r8a779g3-sparrow-hawk-camera-j2-imx462.dtso | 3 ++- arch/arm64/boot/dts/rockchip/px30-pp1516.dtsi | 3 ++- arch/arm64/boot/dts/rockchip/px30-ringneck-haikou-video-demo.dtso | 3 ++- arch/arm64/boot/dts/rockchip/rk3399-pinephone-pro.dts | 5 +++-- .../boot/dts/rockchip/rk3588-rock-5b-plus-radxa-cam4k-cam0.dtso | 3 ++- .../boot/dts/rockchip/rk3588-rock-5b-plus-radxa-cam4k-cam1.dtso | 3 ++- 19 files changed, 40 insertions(+), 20 deletions(-) --- base-commit: aedd77ea8168f00687c1248cdf115071e869cf93 change-id: 20260608-kbingham-orientation-20afc0fb6957 Best regards, -- -- Kieran