mirror-linux/arch/arm64/boot/dts/qcom
Linus Torvalds 4e3a16ee91 IOMMU Updates for Linux v5.8
Including:
 
 	- A big part of this is a change in how devices get connected to
 	  IOMMUs in the core code. It contains the change from the old
 	  add_device()/remove_device() to the new
 	  probe_device()/release_device() call-backs. As a result
 	  functionality that was previously in the IOMMU drivers has
 	  been moved to the IOMMU core code, including IOMMU group
 	  allocation for each device.
 	  The reason for this change was to get more robust allocation
 	  of default domains for the iommu groups.
 	  A couple of fixes were necessary after this was merged into
 	  the IOMMU tree, but there are no known bugs left. The last fix
 	  is applied on-top of the merge commit for the topic branches.
 
 	- Removal of the driver private domain handling in the Intel
 	  VT-d driver. This was fragile code and I am glad it is gone
 	  now.
 
 	- More Intel VT-d updates from Lu Baolu:
 
 		- Nested Shared Virtual Addressing (SVA) support to the
 		  Intel VT-d driver
 
 		- Replacement of the Intel SVM interfaces to the common
 		  IOMMU SVA API
 
 		- SVA Page Request draining support
 
 	- ARM-SMMU Updates from Will:
 
 		- Avoid mapping reserved MMIO space on SMMUv3, so that
 		  it can be claimed by the PMU driver
 
 		- Use xarray to manage ASIDs on SMMUv3
 
 		- Reword confusing shutdown message
 
 		- DT compatible string updates
 
 		- Allow implementations to override the default domain
 		  type
 
 	- A new IOMMU driver for the Allwinner Sun50i platform
 
 	- Support for ATS gets disabled for untrusted devices (like
 	  Thunderbolt devices). This includes a PCI patch, acked by
 	  Bjorn.
 
 	- Some cleanups to the AMD IOMMU driver to make more use of
 	  IOMMU core features.
 
 	- Unification of some printk formats in the Intel and AMD IOMMU
 	  drivers and in the IOVA code.
 
 	- Updates for DT bindings
 
 	- A number of smaller fixes and cleanups.
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCAAdFiEEr9jSbILcajRFYWYyK/BELZcBGuMFAl7eX5gACgkQK/BELZcB
 GuOMMQ//Si8h3uC4QhTmeNM6OwYpTcImMuCtqOebVDOJYWfbjGb4U2ZvDSUu4r7u
 KGj66pWBq9kciKaM5HcLnWNg4iNNG+iZHwYSOy2DAOdPorWh40aM/Obozdd4D4eK
 sXt4uy1JEQem/Bm4eTwmvaJV5/riyK6xn1HVocPejstGSJCh4kal/bYuhj415qEa
 LLrN0AcitoPaSRl4Pl7/wEtesk+Az0g94jY9qDhtxIQJXWlAwO25s+rIPy4S7QuW
 WAFGU+Xp+J7WC3hQm6nHKQtURIqPHtqozT9Flws9YETuyeKwn47GRitMiAXZsy7R
 t+kj1cHyglEhe2hdPnJBSFIjyrO3cCrV7CUVryJHigPCQOaQLjoEegThQCYU3VQu
 FPRBX+bp4haHeo3BCBy2jQv4JZrPFkTVXeVEtpMRDOoJLb2OKaI34xbOvGy6dMM0
 dFtpbAW2IjHuneJaQCbJIC+jaEYii8mr3Zwok4LS8u8Sy+7PPSKmt6Tti3enD8+C
 pBB/0CxNJvQFhl13s6oI8NHTT9D6cPTbjxc2Gfc3UuKyyWsz+eR54gRhaBi0FypA
 p6syMosNVjjOaHFd5K5gsbpUFCC3X/drIhqeXRLgQ51mqfkNZMuBBtiyLWTk7iJd
 CK+1f2aqtBrpUdSNjTzE/XmR+AhjIn2oIcG/7jPCgYXQoSGM2Sg=
 =a4z4
 -----END PGP SIGNATURE-----

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

Pull iommu updates from Joerg Roedel:
 "A big part of this is a change in how devices get connected to IOMMUs
  in the core code. It contains the change from the old add_device() /
  remove_device() to the new probe_device() / release_device()
  call-backs.

  As a result functionality that was previously in the IOMMU drivers has
  been moved to the IOMMU core code, including IOMMU group allocation
  for each device. The reason for this change was to get more robust
  allocation of default domains for the iommu groups.

  A couple of fixes were necessary after this was merged into the IOMMU
  tree, but there are no known bugs left. The last fix is applied on-top
  of the merge commit for the topic branches.

  Other than that change, we have:

   - Removal of the driver private domain handling in the Intel VT-d
     driver. This was fragile code and I am glad it is gone now.

   - More Intel VT-d updates from Lu Baolu:
      - Nested Shared Virtual Addressing (SVA) support to the Intel VT-d
        driver
      - Replacement of the Intel SVM interfaces to the common IOMMU SVA
        API
      - SVA Page Request draining support

   - ARM-SMMU Updates from Will:
      - Avoid mapping reserved MMIO space on SMMUv3, so that it can be
        claimed by the PMU driver
      - Use xarray to manage ASIDs on SMMUv3
      - Reword confusing shutdown message
      - DT compatible string updates
      - Allow implementations to override the default domain type

   - A new IOMMU driver for the Allwinner Sun50i platform

   - Support for ATS gets disabled for untrusted devices (like
     Thunderbolt devices). This includes a PCI patch, acked by Bjorn.

   - Some cleanups to the AMD IOMMU driver to make more use of IOMMU
     core features.

   - Unification of some printk formats in the Intel and AMD IOMMU
     drivers and in the IOVA code.

   - Updates for DT bindings

   - A number of smaller fixes and cleanups.

* tag 'iommu-updates-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu: (109 commits)
  iommu: Check for deferred attach in iommu_group_do_dma_attach()
  iommu/amd: Remove redundant devid checks
  iommu/amd: Store dev_data as device iommu private data
  iommu/amd: Merge private header files
  iommu/amd: Remove PD_DMA_OPS_MASK
  iommu/amd: Consolidate domain allocation/freeing
  iommu/amd: Free page-table in protection_domain_free()
  iommu/amd: Allocate page-table in protection_domain_init()
  iommu/amd: Let free_pagetable() not rely on domain->pt_root
  iommu/amd: Unexport get_dev_data()
  iommu/vt-d: Fix compile warning
  iommu/vt-d: Remove real DMA lookup in find_domain
  iommu/vt-d: Allocate domain info for real DMA sub-devices
  iommu/vt-d: Only clear real DMA device's context entries
  iommu: Remove iommu_sva_ops::mm_exit()
  uacce: Remove mm_exit() op
  iommu/sun50i: Constify sun50i_iommu_ops
  iommu/hyper-v: Constify hyperv_ir_domain_ops
  iommu/vt-d: Use pci_ats_supported()
  iommu/arm-smmu-v3: Use pci_ats_supported()
  ...
2020-06-08 11:42:23 -07:00
..
Makefile arm64: dts: qcom: Add Xiaomi Redmi Note 7 (lavender) 2020-04-22 20:50:04 -07:00
apq8016-sbc.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284 2019-06-05 17:36:37 +02:00
apq8016-sbc.dtsi arm64: dts: qcom: apq8016-sbc: merge -pins.dtsi into main .dtsi 2020-05-14 10:29:34 -07:00
apq8096-db820c.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284 2019-06-05 17:36:37 +02:00
apq8096-db820c.dtsi ARM: DT changes for v5.8 2020-06-04 20:02:14 -07:00
apq8096-ifc6640.dts arm64: dts: qcom: msm8996: Introduce IFC6640 2019-12-26 16:24:10 -08:00
ipq6018-cp01-c1.dts arm64: dts: ipq6018: Add a few device nodes 2020-02-27 22:02:25 -08:00
ipq6018.dtsi arm64: dts: ipq6018: Add a few device nodes 2020-02-27 22:02:25 -08:00
ipq8074-hk01.dts arm64: dts: ipq8074: qcom: Re-arrange dts nodes based on address 2020-04-13 22:05:27 -07:00
ipq8074.dtsi arm64: dts: ipq8074: qcom: Re-arrange dts nodes based on address 2020-04-13 22:05:27 -07:00
msm8916-longcheer-l8150.dts arm64: dts: qcom: msm8916: avoid using _ in node names 2020-05-14 10:29:16 -07:00
msm8916-mtp.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284 2019-06-05 17:36:37 +02:00
msm8916-mtp.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284 2019-06-05 17:36:37 +02:00
msm8916-pins.dtsi arm64: dts: qcom: msm8916: avoid using _ in node names 2020-05-14 10:29:16 -07:00
msm8916-samsung-a3u-eur.dts arm64: dts: qcom: msm8916-samsung-a3u: add nodes for display panel 2020-05-14 10:11:39 -07:00
msm8916-samsung-a5u-eur.dts arm64: dts: qcom: msm8916-samsung-a5u: Add touchscreen 2020-05-12 11:24:01 -07:00
msm8916-samsung-a2015-common.dtsi arm64: dts: qcom: msm8916: avoid using _ in node names 2020-05-14 10:29:16 -07:00
msm8916.dtsi arm64: dts: qcom: msm8916: move gpu opp table to gpu node 2020-05-14 10:29:31 -07:00
msm8992-bullhead-rev-101.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284 2019-06-05 17:36:37 +02:00
msm8992-pins.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284 2019-06-05 17:36:37 +02:00
msm8992.dtsi ARM64: dts: qcom: add gpio-ranges property 2020-02-24 20:54:54 -08:00
msm8994-angler-rev-101.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284 2019-06-05 17:36:37 +02:00
msm8994-pins.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284 2019-06-05 17:36:37 +02:00
msm8994-smd-rpm.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284 2019-06-05 17:36:37 +02:00
msm8994.dtsi ARM64: dts: qcom: add gpio-ranges property 2020-02-24 20:54:54 -08:00
msm8996-mtp.dts treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284 2019-06-05 17:36:37 +02:00
msm8996-mtp.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284 2019-06-05 17:36:37 +02:00
msm8996-pins.dtsi treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284 2019-06-05 17:36:37 +02:00
msm8996.dtsi ARM: DT changes for v5.8 2020-06-04 20:02:14 -07:00
msm8998-asus-novago-tp370ql.dts arm64: dts: qcom: Add Asus NovaGo TP370QL 2019-07-22 16:33:14 -07:00
msm8998-clamshell.dtsi arm64: dts: msm8998-clamshell: Add pm8005_s1 regulator 2019-12-17 22:23:11 -08:00
msm8998-hp-envy-x2.dts arm64: dts: qcom: Add HP Envy x2 2019-07-22 16:33:06 -07:00
msm8998-lenovo-miix-630.dts arm64: dts: qcom: Add Lenovo Miix 630 2019-07-22 16:32:29 -07:00
msm8998-mtp.dts arm64: dts: Add msm8998 SoC and MTP board support 2018-09-13 13:45:48 -05:00
msm8998-mtp.dtsi arm64: dts: qcom: msm8998-mtp: Disable funnel 4 and 5 2020-03-09 12:52:06 -07:00
msm8998-pins.dtsi arm64: dts: qcom: msm8998: Fixup uart3 gpio config for bluetooth 2019-12-17 21:26:58 -08:00
msm8998.dtsi arm64: dts: qcom: msm8998: remove unit name for thermal trip points 2020-04-13 22:05:22 -07:00
pm6150.dtsi arm64: dts: qcom: pm6150: Add label to pwrkey node 2020-02-24 20:52:23 -08:00
pm6150l.dtsi arm64: dts: qcom: pm6150: Add PM6150/PM6150L PMIC peripherals 2019-12-10 09:41:58 -08:00
pm8004.dtsi arm64: dts: pm8004: Add SPMI regulator and add phandles to lsids 2020-01-03 12:56:36 -08:00
pm8005.dtsi arm64: dts: qcom: pm8005: add gpio-ranges 2019-04-18 23:09:45 -05:00
pm8150.dtsi arm64: dts: qcom: fix pm8150 gpio interrupts 2020-04-20 12:45:15 -07:00
pm8150b.dtsi arm64: dts: qcom: fix pm8150 gpio interrupts 2020-04-20 12:45:15 -07:00
pm8150l.dtsi arm64: dts: qcom: fix pm8150 gpio interrupts 2020-04-20 12:45:15 -07:00
pm8916.dtsi arm64: dts: qcom: pm8916: Add vibration motor node 2019-12-11 22:40:35 -08:00
pm8994.dtsi arm64: dts: apq8096-db820c: Fix VDD core voltage 2020-01-07 15:27:57 -08:00
pm8998.dtsi arm64: dts: qcom: sdm845: Disable pwrkey on Cheza 2020-02-11 22:14:10 -08:00
pmi8994.dtsi arm64: dts: qcom: db820c: Add vdd_gfx and tie it into mmcc 2020-05-14 17:09:41 -07:00
pmi8998.dtsi arm64: dts: qcom: pmi8998: add gpio-ranges 2019-04-18 23:09:46 -05:00
pms405.dtsi arm64: dts: qcom: pms405: remove reduandant properties 2019-08-05 14:48:57 -07:00
qcs404-evb-1000.dts arm64: dts: qcom: qcs404-evb: Change the compatible to distinguish platforms 2019-04-18 23:09:47 -05:00
qcs404-evb-4000.dts arm64: dts: qcom: qcs404-evb: Change the compatible to distinguish platforms 2019-04-18 23:09:47 -05:00
qcs404-evb.dtsi arm64: dts: qcom: qcs404-evb: Enable USB controllers 2020-04-13 22:04:41 -07:00
qcs404.dtsi arm64: dts: qcom: qcs404: Add USB devices and PHYs 2020-04-13 22:04:41 -07:00
sc7180-idp.dts arm64: dts: qcom: sc7180: Update Q6V5 MSS node 2020-05-11 12:31:51 -07:00
sc7180.dtsi USB/PHY driver updates for 5.8-rc1 2020-06-07 09:42:16 -07:00
sdm660-xiaomi-lavender.dts arm64: dts: qcom: Add Xiaomi Redmi Note 7 (lavender) 2020-04-22 20:50:04 -07:00
sdm660.dtsi arm64: dts: qcom: Add SDM660 SoC support 2020-04-22 20:47:48 -07:00
sdm845-cheza-r1.dts arm64: dts: qcom: sdm845-cheza: add initial cheza dt 2019-06-25 13:33:15 -05:00
sdm845-cheza-r2.dts arm64: dts: qcom: sdm845-cheza: add initial cheza dt 2019-06-25 13:33:15 -05:00
sdm845-cheza-r3.dts arm64: dts: qcom: sdm845-cheza: add initial cheza dt 2019-06-25 13:33:15 -05:00
sdm845-cheza.dtsi IOMMU Updates for Linux v5.8 2020-06-08 11:42:23 -07:00
sdm845-db845c.dts ARM: DT changes for v5.8 2020-06-04 20:02:14 -07:00
sdm845-mtp.dts arm64: dts: qcom: sdm845: Add SoC compatible to MTP 2020-05-06 11:19:51 -07:00
sdm845.dtsi USB/PHY driver updates for 5.8-rc1 2020-06-07 09:42:16 -07:00
sdm850-lenovo-yoga-c630.dts ARM: DT changes for v5.8 2020-06-04 20:02:14 -07:00
sm8150-mtp.dts arm64: dts: qcom: sm8150-mtp: Add UFS gpio reset 2020-01-05 23:33:50 -08:00
sm8150.dtsi arm64: dts: qcom: sm8150: Hard code rpmhpd constants 2020-01-13 11:14:03 -08:00
sm8250-mtp.dts arm64: dts: qcom: sm8250: Add UFS controller and PHY 2020-04-20 23:40:43 -07:00
sm8250.dtsi arm64: dts: qcom: sm8250: Fix PDC compatible and reg 2020-04-21 00:18:03 -07:00