mbox series

[0/4] DT updates for dma-names ordering checks

Message ID 20220326042313.97862-1-singh.kuldeep87k@gmail.com (mailing list archive)
Headers show
Series DT updates for dma-names ordering checks | expand

Message

Kuldeep Singh March 26, 2022, 4:23 a.m. UTC
This patchset attempts to fix DTs possessing dma ordering issues.
The motivation of the series is taken from a discussion done before.
Link: https://lore.kernel.org/linux-devicetree/20220323175920.93155-1-singh.kuldeep87k@gmail.com/

Just a quick summary for new visitors.
There are few DTs which require dma ordering in order to resolve below
'make dtbs_check' issues and this patchset is in direction to fix that.
dma-names:0: 'rx' was expected
dma-names:0: 'tx' was expected

Kuldeep Singh (4):
  ARM: dts: spear13xx: Update SPI dma properties
  ARM: dts: spear1340: Update serial node properties
  arm64: dts: ls1043a: Update i2c dma properties
  arm64: dts: ls1046a: Update i2c node dma properties

 arch/arm/boot/dts/spear1340.dtsi               | 6 +++---
 arch/arm/boot/dts/spear13xx.dtsi               | 6 +++---
 arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi | 6 +++---
 arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi | 6 +++---
 4 files changed, 12 insertions(+), 12 deletions(-)

Comments

patchwork-bot+linux-soc@kernel.org March 31, 2022, 10:10 p.m. UTC | #1
Hello:

This series was applied to soc/soc.git (arm/fixes)
by Arnd Bergmann <arnd@arndb.de>:

On Sat, 26 Mar 2022 09:53:08 +0530 you wrote:
> This patchset attempts to fix DTs possessing dma ordering issues.
> The motivation of the series is taken from a discussion done before.
> Link: https://lore.kernel.org/linux-devicetree/20220323175920.93155-1-singh.kuldeep87k@gmail.com/
> 
> Just a quick summary for new visitors.
> There are few DTs which require dma ordering in order to resolve below
> 'make dtbs_check' issues and this patchset is in direction to fix that.
> dma-names:0: 'rx' was expected
> dma-names:0: 'tx' was expected
> 
> [...]

Here is the summary with links:
  - [1/4] ARM: dts: spear13xx: Update SPI dma properties
    https://git.kernel.org/soc/soc/c/31d3687d6017
  - [2/4] ARM: dts: spear1340: Update serial node properties
    https://git.kernel.org/soc/soc/c/583d6b006264
  - [3/4] arm64: dts: ls1043a: Update i2c dma properties
    https://git.kernel.org/soc/soc/c/aa4df840d1c5
  - [4/4] arm64: dts: ls1046a: Update i2c node dma properties
    https://git.kernel.org/soc/soc/c/eeeb4f1075d7

You are awesome, thank you!