linux/Documentation/devicetree/bindings/media
Linus Torvalds 58390c8ce1 IOMMU Updates for Linux 6.4
Including:
 
 	- Convert to platform remove callback returning void
 
 	- Extend changing default domain to normal group
 
 	- Intel VT-d updates:
 	    - Remove VT-d virtual command interface and IOASID
 	    - Allow the VT-d driver to support non-PRI IOPF
 	    - Remove PASID supervisor request support
 	    - Various small and misc cleanups
 
 	- ARM SMMU updates:
 	    - Device-tree binding updates:
 	        * Allow Qualcomm GPU SMMUs to accept relevant clock properties
 	        * Document Qualcomm 8550 SoC as implementing an MMU-500
 	        * Favour new "qcom,smmu-500" binding for Adreno SMMUs
 
 	    - Fix S2CR quirk detection on non-architectural Qualcomm SMMU
 	      implementations
 
 	    - Acknowledge SMMUv3 PRI queue overflow when consuming events
 
 	    - Document (in a comment) why ATS is disabled for bypass streams
 
 	- AMD IOMMU updates:
 	    - 5-level page-table support
 	    - NUMA awareness for memory allocations
 
 	- Unisoc driver: Support for reattaching an existing domain
 
 	- Rockchip driver: Add missing set_platform_dma_ops callback
 
 	- Mediatek driver: Adjust the dma-ranges
 
 	- Various other small fixes and cleanups
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCAAdFiEEr9jSbILcajRFYWYyK/BELZcBGuMFAmRONeAACgkQK/BELZcB
 GuPmpw/8C9ruxQ0JU5rcDBXQGvos4gMmxlbELMrBpbbiTtdb35xchpKfdhnECGIF
 k2SrrcF40R/S82SyzNU/eZtGKirtcXvGFraUFgu/QdCcnnqpRHs+IJMXX2NJP+it
 +0wO1uiInt3CN1ERcR4F31cDKiWjDG8bvQVE5LIyiy4KrIU5ld2G91Fkaa0R13Au
 6H+/wKkcUC6OyaGE6wPx474xBkapT20vj5AIQuAWisXJJR0wbBon1sUTo/IRKsU+
 IkNxH0W+1PNImJ+crAdf/nkOlyqoChY4ww6cm07LrOsBLIsX5bCqXfL4HvKthElD
 MEgk2SN5kfjfR5Vf29W4hZVM1CT8VbhO41I7OzaZ6X6RU2PXoldPKlgKtZGeSKn1
 9bcMpSgB0BtbttvBevSkxTo5KHFozXS2DG3DFoMB3yFMme8Th0LrhBZ9oB7NIPNw
 ntMo4K75vviC6Vvzjy4Anj/+y+Zm3W6wDDP7F12O6WZLkK5s4hrSsHUm/MQnnKQP
 muJlG870RnSl73xUQZe3cuBxktXuJ3EHqqYIPE0npzvauu8hhWcis3opf2Y+U2s8
 aBCCIgp5kTKqjHLh2e4lNCKZf1/b/dhxRcRBQhpAIb8YsjMlIJyM+G8Jz6K6gBga
 5Ld+68UQ3oHJwoLV1HCFN8jbpQ9KZn1s9+h3yrYjRAcLNiFb3nU=
 =OvTo
 -----END PGP SIGNATURE-----

Merge tag 'iommu-updates-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu

Pull iommu updates from Joerg Roedel:

 - Convert to platform remove callback returning void

 - Extend changing default domain to normal group

 - Intel VT-d updates:
     - Remove VT-d virtual command interface and IOASID
     - Allow the VT-d driver to support non-PRI IOPF
     - Remove PASID supervisor request support
     - Various small and misc cleanups

 - ARM SMMU updates:
     - Device-tree binding updates:
         * Allow Qualcomm GPU SMMUs to accept relevant clock properties
         * Document Qualcomm 8550 SoC as implementing an MMU-500
         * Favour new "qcom,smmu-500" binding for Adreno SMMUs

     - Fix S2CR quirk detection on non-architectural Qualcomm SMMU
       implementations

     - Acknowledge SMMUv3 PRI queue overflow when consuming events

     - Document (in a comment) why ATS is disabled for bypass streams

 - AMD IOMMU updates:
     - 5-level page-table support
     - NUMA awareness for memory allocations

 - Unisoc driver: Support for reattaching an existing domain

 - Rockchip driver: Add missing set_platform_dma_ops callback

 - Mediatek driver: Adjust the dma-ranges

 - Various other small fixes and cleanups

* tag 'iommu-updates-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu: (82 commits)
  iommu: Remove iommu_group_get_by_id()
  iommu: Make iommu_release_device() static
  iommu/vt-d: Remove BUG_ON in dmar_insert_dev_scope()
  iommu/vt-d: Remove a useless BUG_ON(dev->is_virtfn)
  iommu/vt-d: Remove BUG_ON in map/unmap()
  iommu/vt-d: Remove BUG_ON when domain->pgd is NULL
  iommu/vt-d: Remove BUG_ON in handling iotlb cache invalidation
  iommu/vt-d: Remove BUG_ON on checking valid pfn range
  iommu/vt-d: Make size of operands same in bitwise operations
  iommu/vt-d: Remove PASID supervisor request support
  iommu/vt-d: Use non-privileged mode for all PASIDs
  iommu/vt-d: Remove extern from function prototypes
  iommu/vt-d: Do not use GFP_ATOMIC when not needed
  iommu/vt-d: Remove unnecessary checks in iopf disabling path
  iommu/vt-d: Move PRI handling to IOPF feature path
  iommu/vt-d: Move pfsid and ats_qdep calculation to device probe path
  iommu/vt-d: Move iopf code from SVA to IOPF enabling path
  iommu/vt-d: Allow SVA with device-specific IOPF
  dmaengine: idxd: Add enable/disable device IOPF feature
  arm64: dts: mt8186: Add dma-ranges for the parent "soc" node
  ...
2023-04-30 13:00:38 -07:00
..
cec media: dt-bindings: st,stih-cec: convert to DT schema 2023-02-08 07:44:24 +01:00
i2c Devicetree updates for v6.4, part 1: 2023-04-27 09:23:57 -07:00
spi
xilinx media: dt-bindings: media: Use graph and video-interfaces schemas 2021-01-22 22:40:15 +01:00
allegro,al5e.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun4i-a10-csi.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun4i-a10-ir.yaml media: dt-bindings: Drop unneeded quotes 2023-04-11 18:54:00 +02:00
allwinner,sun4i-a10-video-engine.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun6i-a31-csi.yaml media: dt-bindings: media: sun6i-a31-csi: Add internal output port to the ISP 2022-11-25 07:20:01 +00:00
allwinner,sun6i-a31-isp.yaml dt-bindings: drop redundant part of title (end) 2022-12-16 11:41:49 -06:00
allwinner,sun6i-a31-mipi-csi2.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun8i-a83t-de2-rotate.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun8i-a83t-mipi-csi2.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun8i-h3-deinterlace.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun50i-h6-vpu-g2.yaml media: dt-bindings: Drop unneeded quotes 2023-04-11 18:54:00 +02:00
amlogic,axg-ge2d.yaml media: dt-bindings: Drop unneeded quotes 2023-04-11 18:54:00 +02:00
amlogic,gx-vdec.yaml media: dt-bindings: Drop unneeded quotes 2023-04-11 18:54:00 +02:00
amlogic,meson6-ir.yaml media: dt-bindings: media: convert meson-ir.txt to dt-schema 2023-03-20 16:31:44 +01:00
amlogic,meson-ir-tx.yaml media: dt-bindings: Drop unneeded quotes 2023-04-11 18:54:00 +02:00
amphion,vpu.yaml dt-bindings: media: amphion: add amphion video codec bindings 2022-03-07 17:12:51 +01:00
aspeed-video.txt media: Documentation: dt-bindings: media: add AST2600 Video Engine support 2020-02-24 16:08:14 +01:00
atmel-isi.txt dt-bindings: atmel-isi: add microchip,sam9x60-isi 2020-01-14 15:06:30 +01:00
atmel,isc.yaml media: dt-bindings: atmel,isc: Drop unneeded unevaluatedProperties 2022-12-09 16:12:02 -06:00
cdns,csi2rx.txt
cdns,csi2tx.txt
coda.yaml dt-bindings: Fix array constraints on scalar properties 2022-04-14 13:02:12 -05:00
fsl-vdoa.txt
fsl,imx6ull-pxp.yaml media: dt-bindings: media: fsl-pxp: convert to yaml 2023-02-08 09:16:27 +01:00
gpio-ir-receiver.yaml dt-bindings: media: gpio-ir-receiver: Document wakeup-souce property 2023-04-12 09:19:05 +02:00
hix5hd2-ir.txt media: dt-bindings: media: add "hisilicon,hi3796cv300-ir" compatible 2020-01-08 11:48:00 +01:00
img-ir-rev1.txt
imx.txt
marvell,mmp2-ccic.yaml dt-bindings: drop redundant part of title (end, part three) 2022-12-16 11:41:49 -06:00
mediatek-jpeg-decoder.yaml Tag branch 2022-11-08 08:45:14 +00:00
mediatek-jpeg-encoder.yaml dt-bindings: media: mediatek,jpeg: Remove dma-ranges property 2023-04-13 11:59:23 +02:00
mediatek-mdp.txt media: dt-binding: mediatek: Get rid of mediatek,larb for multimedia HW 2022-01-28 13:33:13 +01:00
mediatek-vpu.txt
mediatek,mdp3-rdma.yaml media: dt-bindings: Drop unneeded quotes 2023-04-11 18:54:00 +02:00
mediatek,mdp3-rsz.yaml media: dt-binding: mediatek: add bindings for MediaTek MDP3 components 2022-08-30 16:19:17 +02:00
mediatek,mdp3-wrot.yaml media: dt-binding: mediatek: add bindings for MediaTek MDP3 components 2022-08-30 16:19:17 +02:00
mediatek,mt8195-jpegdec.yaml dt-bindings: media: mediatek,jpeg: Remove dma-ranges property 2023-04-13 11:59:23 +02:00
mediatek,mt8195-jpegenc.yaml dt-bindings: media: mediatek,jpeg: Remove dma-ranges property 2023-04-13 11:59:23 +02:00
mediatek,vcodec-decoder.yaml dt-bindings: media: mediatek,vcodec: Remove dma-ranges property 2023-04-13 11:59:23 +02:00
mediatek,vcodec-encoder.yaml dt-bindings: media: mediatek,vcodec: Remove dma-ranges property 2023-04-13 11:59:23 +02:00
mediatek,vcodec-subdev-decoder.yaml media: dt-bindings: Drop unneeded quotes 2023-04-11 18:54:00 +02:00
microchip,csi2dc.yaml media: dt-bindings: Add missing (unevaluated|additional)Properties on child nodes 2022-08-29 14:58:17 -05:00
microchip,sama5d4-vdec.yaml media: dt-bindings: Drop unneeded quotes 2023-04-11 18:54:00 +02:00
microchip,xisc.yaml media: dt-bindings: Use new video interface bus type macros in examples 2022-11-25 08:42:02 +00:00
mtk-cir.txt
nokia,n900-ir
nvidia,tegra-vde.yaml media: dt: bindings: tegra-vde: Document OPP and power domain 2021-12-17 14:58:06 +01:00
nxp,dw100.yaml media: dt-bindings: media: Add i.MX8MP DW100 binding 2022-08-29 15:32:13 +02:00
nxp,imx7-csi.yaml media: dt-bindings: media: imx7-csi: Document i.MX8M power-domains property 2023-01-22 09:25:55 +01:00
nxp,imx8-isi.yaml media: dt-bindings: media: Add i.MX8 ISI DT bindings 2023-04-15 17:36:55 +01:00
nxp,imx8-jpeg.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
nxp,imx8mq-mipi-csi2.yaml dt-bindings: Improve phandle-array schemas 2022-02-04 09:43:42 -06:00
nxp,imx8mq-vpu.yaml media: dt-bindings: Drop unneeded quotes 2023-04-11 18:54:00 +02:00
nxp,imx-mipi-csi2.yaml media: dt-bindings: media: nxp,imx-mipi-csi2: i.MX8MP support 2022-07-16 08:43:35 +01:00
pxa-camera.txt
qcom,msm8916-camss.yaml media: dt-bindings: Drop unneeded quotes 2023-04-11 18:54:00 +02:00
qcom,msm8916-venus.yaml media: dt-bindings: qcom,venus: split common properties 2023-03-20 16:11:46 +01:00
qcom,msm8996-camss.yaml media: dt-bindings: Drop unneeded quotes 2023-04-11 18:54:00 +02:00
qcom,msm8996-venus.yaml media: dt-bindings: qcom,msm8996-venus: document interconnects 2023-03-20 16:12:52 +01:00
qcom,sc7180-venus.yaml media: dt-bindings: qcom,sc7180-venus: document OPP table 2023-03-20 16:13:43 +01:00
qcom,sc7280-venus.yaml media: dt-bindings: qcom,sc7280-venus: document OPP table 2023-03-20 16:19:11 +01:00
qcom,sdm660-camss.yaml media: dt-bindings: Drop unneeded quotes 2023-04-11 18:54:00 +02:00
qcom,sdm660-venus.yaml media: dt-bindings: qcom,venus: split common properties 2023-03-20 16:11:46 +01:00
qcom,sdm845-camss.yaml media: dt-bindings: Drop unneeded quotes 2023-04-11 18:54:00 +02:00
qcom,sdm845-venus-v2.yaml media: dt-bindings: qcom,sdm845-venus-v2: document OPP table 2023-03-20 16:20:11 +01:00
qcom,sdm845-venus.yaml media: dt-bindings: qcom,venus: split common properties 2023-03-20 16:11:46 +01:00
qcom,sm8250-camss.yaml media: dt-bindings: Drop unneeded quotes 2023-04-11 18:54:00 +02:00
qcom,sm8250-venus.yaml media: dt-bindings: qcom,sm8250-venus: document OPP table 2023-03-20 16:20:31 +01:00
qcom,venus-common.yaml media: dt-bindings: qcom,venus: document firmware-name 2023-03-20 16:21:05 +01:00
rc.txt
rc.yaml media: dt-bindings: Drop unneeded quotes 2023-04-11 18:54:00 +02:00
renesas,ceu.yaml dt-bindings: drop redundant part of title (end, part three) 2022-12-16 11:41:49 -06:00
renesas,csi2.yaml media: dt-bindings: media: renesas,csi2: Add binding for V4H 2023-04-15 08:13:49 +01:00
renesas,drif.yaml dt-bindings: Remove "status" from schema examples 2021-07-27 08:03:12 -06:00
renesas,fcp.yaml media: dt-bindings: media: renesas,fcp: Document RZ/{G2L,V2L} FCPVD bindings 2023-04-15 08:39:47 +01:00
renesas,fdp1.yaml media: dt-bindings: media: renesas,fdp1: Add resets property 2020-07-19 14:21:07 +02:00
renesas,imr.yaml media: dt-bindings: media: renesas,imr: Convert to json-schema 2021-09-30 10:07:44 +02:00
renesas,isp.yaml media: dt-bindings: media: renesas,isp: Add binding for V4H 2023-04-15 08:13:32 +01:00
renesas,jpu.yaml media: dt-bindings: media: renesas,jpu: Convert to json-schema 2021-11-30 11:00:30 +01:00
renesas,rzg2l-cru.yaml media: dt-bindings: Document Renesas RZ/G2L CRU block 2022-11-25 08:47:28 +00:00
renesas,rzg2l-csi2.yaml media: dt-bindings: Document Renesas RZ/G2L CSI-2 block 2022-11-25 08:46:58 +00:00
renesas,vin.yaml Devicetree updates for v6.4, part 1: 2023-04-27 09:23:57 -07:00
renesas,vsp1.yaml media: dt-bindings: media: renesas,vsp1: Document RZ/V2L VSPD bindings 2023-04-15 08:40:16 +01:00
rockchip-isp1.yaml media: dt-bindings: media: rkisp1: complete ov2685 example 2023-04-11 18:54:01 +02:00
rockchip-rga.yaml media: dt-bindings: media: rockchip-rga: add power-domains property 2020-04-21 17:28:47 +02:00
rockchip-vpu.yaml media: dt-bindings: Drop unneeded quotes 2023-04-11 18:54:00 +02:00
rockchip,rk3568-vepu.yaml media: dt-bindings: Drop unneeded quotes 2023-04-11 18:54:00 +02:00
rockchip,vdec.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
s5p-mfc.txt media: dt-bindings: s5p-mfc: Add new compatible string for Exynos3250 SoC 2022-11-25 11:33:17 +00:00
samsung,exynos4210-csis.yaml media: dt-bindings: samsung,exynos4210-csis: convert to dtschema 2023-03-20 15:31:09 +01:00
samsung,exynos4210-fimc.yaml media: dt-bindings: samsung,fimc: convert to dtschema 2023-03-20 15:32:32 +01:00
samsung,exynos4212-fimc-is.yaml media: dt-bindings: samsung,exynos4212-is: convert to dtschema 2023-03-20 15:32:04 +01:00
samsung,exynos4212-fimc-lite.yaml media: dt-bindings: samsung,exynos4212-fimc-lite: convert to dtschema 2023-03-20 15:31:34 +01:00
samsung,exynos5250-gsc.yaml media: dt-bindings: media: samsung,exynos5250-gsc: convert to dtschema 2022-09-24 09:23:34 +02:00
samsung,fimc.yaml media: dt-bindings: samsung,fimc: convert to dtschema 2023-03-20 15:32:32 +01:00
samsung,s5c73m3.yaml media: dt-bindings: samsung,s5c73m3: convert to dtschema 2023-03-20 15:33:08 +01:00
samsung,s5pv210-jpeg.yaml media: dt-bindings: media: samsung,s5pv210-jpeg: convert to dtschema 2022-07-08 18:15:42 +01:00
si4713.txt
silabs,si470x.yaml media: dt-bindings: silabs,si470x: Convert to DT schema 2023-03-19 22:47:33 +01:00
st-rc.txt
st,st-delta.txt
st,st-hva.txt
st,stih4xx.txt
st,stm32-dcmi.yaml dt-bindings: drop redundant part of title (end, part three) 2022-12-16 11:41:49 -06:00
st,stm32-dma2d.yaml dt-bindings: drop redundant part of title (end, part three) 2022-12-16 11:41:49 -06:00
stih407-c8sectpfe.txt
ti-am437x-vpfe.txt
ti,cal.yaml Devicetree updates for v6.4, part 1: 2023-04-27 09:23:57 -07:00
ti,da850-vpif.txt
ti,omap3isp.txt
ti,vpe.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
video-interface-devices.yaml dt-bindings: drop redundant part of title of shared bindings 2022-12-16 11:41:49 -06:00
video-interfaces.txt media: dt-bindings: Convert video-interfaces.txt properties to schemas 2021-01-22 22:37:15 +01:00
video-interfaces.yaml dt-bindings: drop redundant part of title of shared bindings 2022-12-16 11:41:49 -06:00
video-mux.yaml dt-bindings: media: Convert video-mux to DT schema 2021-03-23 15:27:51 -06:00