On Wed, 12 Feb 2025 14:46:45 +0000, Vishwaroop A wrote: > This patch series configures qspi clocks, fixes combined sequence > programming and introduces native dma support. > > Vishwaroop A (6): > arm64: tegra: Configure QSPI clocks and add DMA > spi: tegra210-quad: Update dummy sequence configuration > spi: tegra210-quad: Fix X1_X2_X4 encoding and support x4 transfers > spi: tegra210-quad: remove redundant error handling code > spi: tegra210-quad: modify chip select (CS) deactivation > spi: tegra210-quad: Introduce native DMA support > > arch/arm64/boot/dts/nvidia/tegra234.dtsi | 14 ++ > drivers/spi/spi-tegra210-quad.c | 273 +++++++++++++---------- > 2 files changed, 174 insertions(+), 113 deletions(-) > > --- > v1 -> v2: > * Removed Change-IDs from the patches. > * Addressed kernel test bot warnings. > --- > -- > 2.17.1 > > > My bot found new DTB warnings on the .dts files added or changed in this series. Some warnings may be from an existing SoC .dtsi. Or perhaps the warnings are fixed by another series. Ultimately, it is up to the platform maintainer whether these warnings are acceptable or not. No need to reply unless the platform maintainer has comments. If you already ran DT checks and didn't see these error(s), then make sure dt-schema is up to date: pip3 install dtschema --upgrade New warnings running 'make CHECK_DTBS=y for arch/arm64/boot/dts/nvidia/' for 20250212144651.2433086-1-va@xxxxxxxxxx: arch/arm64/boot/dts/nvidia/tegra234-sim-vdk.dtb: spi@3270000: 'dmas' is a dependency of 'dma-names' from schema $id: http://devicetree.org/schemas/dma/dma.yaml# arch/arm64/boot/dts/nvidia/tegra234-p3768-0000+p3767-0000.dtb: spi@3270000: Unevaluated properties are not allowed ('dma-coherent', 'iommus' were unexpected) from schema $id: http://devicetree.org/schemas/spi/nvidia,tegra210-quad.yaml# arch/arm64/boot/dts/nvidia/tegra234-p3768-0000+p3767-0000.dtb: spi@3270000: 'dmas' is a dependency of 'dma-names' from schema $id: http://devicetree.org/schemas/dma/dma.yaml# arch/arm64/boot/dts/nvidia/tegra234-p3737-0000+p3701-0008.dtb: spi@3270000: Unevaluated properties are not allowed ('dma-coherent', 'iommus' were unexpected) from schema $id: http://devicetree.org/schemas/spi/nvidia,tegra210-quad.yaml# arch/arm64/boot/dts/nvidia/tegra234-p3737-0000+p3701-0008.dtb: spi@3270000: 'dmas' is a dependency of 'dma-names' from schema $id: http://devicetree.org/schemas/dma/dma.yaml# arch/arm64/boot/dts/nvidia/tegra234-sim-vdk.dtb: spi@3300000: 'dmas' is a dependency of 'dma-names' from schema $id: http://devicetree.org/schemas/dma/dma.yaml# arch/arm64/boot/dts/nvidia/tegra234-p3737-0000+p3701-0000.dtb: spi@3270000: Unevaluated properties are not allowed ('dma-coherent', 'iommus' were unexpected) from schema $id: http://devicetree.org/schemas/spi/nvidia,tegra210-quad.yaml# arch/arm64/boot/dts/nvidia/tegra234-p3768-0000+p3767-0005.dtb: spi@3270000: Unevaluated properties are not allowed ('dma-coherent', 'iommus' were unexpected) from schema $id: http://devicetree.org/schemas/spi/nvidia,tegra210-quad.yaml# arch/arm64/boot/dts/nvidia/tegra234-p3737-0000+p3701-0000.dtb: spi@3270000: 'dmas' is a dependency of 'dma-names' from schema $id: http://devicetree.org/schemas/dma/dma.yaml# arch/arm64/boot/dts/nvidia/tegra234-p3768-0000+p3767-0005.dtb: spi@3270000: 'dmas' is a dependency of 'dma-names' from schema $id: http://devicetree.org/schemas/dma/dma.yaml# arch/arm64/boot/dts/nvidia/tegra234-p3740-0002+p3701-0008.dtb: spi@3270000: Unevaluated properties are not allowed ('dma-coherent', 'iommus' were unexpected) from schema $id: http://devicetree.org/schemas/spi/nvidia,tegra210-quad.yaml# arch/arm64/boot/dts/nvidia/tegra234-p3768-0000+p3767-0000.dtb: spi@3300000: 'dmas' is a dependency of 'dma-names' from schema $id: http://devicetree.org/schemas/dma/dma.yaml# arch/arm64/boot/dts/nvidia/tegra234-p3740-0002+p3701-0008.dtb: spi@3270000: 'dmas' is a dependency of 'dma-names' from schema $id: http://devicetree.org/schemas/dma/dma.yaml# arch/arm64/boot/dts/nvidia/tegra234-p3737-0000+p3701-0008.dtb: spi@3300000: 'dmas' is a dependency of 'dma-names' from schema $id: http://devicetree.org/schemas/dma/dma.yaml# arch/arm64/boot/dts/nvidia/tegra234-p3737-0000+p3701-0000.dtb: spi@3300000: 'dmas' is a dependency of 'dma-names' from schema $id: http://devicetree.org/schemas/dma/dma.yaml# arch/arm64/boot/dts/nvidia/tegra234-p3768-0000+p3767-0005.dtb: spi@3300000: 'dmas' is a dependency of 'dma-names' from schema $id: http://devicetree.org/schemas/dma/dma.yaml# arch/arm64/boot/dts/nvidia/tegra234-p3740-0002+p3701-0008.dtb: spi@3300000: 'dmas' is a dependency of 'dma-names' from schema $id: http://devicetree.org/schemas/dma/dma.yaml#