mbox series

[v5,0/1] iommu: SMMU for SDM670

Message ID 20221111003606.126795-1-mailingradian@gmail.com (mailing list archive)
Headers show
Series iommu: SMMU for SDM670 | expand

Message

Richard Acayan Nov. 11, 2022, 12:36 a.m. UTC
Changes since v4:
 - version bump to fix double v3 (0-1/1)

Changes since v3:
 - drop driver patch (2/2)

Changes since v2:
 - rewrite driver patch (2/2)
 - rebase on (1/2):
   https://lore.kernel.org/linux-iommu/20221102184420.534094-1-dmitry.baryshkov@linaro.org/
 - reset review process (1-2/2)

Changes since v1 (no emails related to this series since last week):
 - accumulate tags (both were added because it seems like the discussion
   ended in agreement to keep adding compatible strings to the driver)

This adds the compatible string for the Qualcomm Snapdragon 670's SMMU. The
SMMU is necessary for GENI I2C, included in initial bringup because it
doesn't need non-trivial patches except for patches conventionally added
before the initial device tree (global clock controller and pinctrl).

Richard Acayan (1):
  dt-bindings: iommu: arm-smmu: add sdm670 compatible

 Documentation/devicetree/bindings/iommu/arm,smmu.yaml | 1 +
 1 file changed, 1 insertion(+)

Comments

Will Deacon Nov. 14, 2022, 2:20 p.m. UTC | #1
On Thu, 10 Nov 2022 19:36:05 -0500, Richard Acayan wrote:
> Changes since v4:
>  - version bump to fix double v3 (0-1/1)
> 
> Changes since v3:
>  - drop driver patch (2/2)
> 
> Changes since v2:
>  - rewrite driver patch (2/2)
>  - rebase on (1/2):
>    https://lore.kernel.org/linux-iommu/20221102184420.534094-1-dmitry.baryshkov@linaro.org/
>  - reset review process (1-2/2)
> 
> [...]

Applied to arm64 (for-joerg/arm-smmu/bindings), thanks!

[1/1] dt-bindings: iommu: arm-smmu: add sdm670 compatible
      https://git.kernel.org/arm64/c/8d3a9ec6ae28

Cheers,