On 10/04/2025 01:19, Kuninori Morimoto wrote: > > Hi > >>> Renesas MSIOF (Clock-Synchronized Serial Interface with FIFO) can work as >>> both SPI and I2S. MSIOF-I2S will use Audio Graph Card/Card2 driver which >>> uses Of-Graph in DT. >>> >>> MSIOF-SPI/I2S are using same DT compatible properties. >>> MSIOF-I2S uses Of-Graph for Audio-Graph-Card/Card2, >>> MSIOF-SPI doesn't use Of-Graph. >>> >>> Ignore MSIOF-I2S case (= Of-Graph) in MSIOF-SPI Doc. >> >> Please use subject prefixes matching the subsystem. You can get them for >> example with `git log --oneline -- DIRECTORY_OR_FILE` on the directory >> your patch is touching. > > Yeah, I did :) > > git log --oneline --no-merges Documentation/devicetree/bindings/spi/renesas,sh-msiof.yaml So run it on the directory. Apparently many contributors decided to ignore Mark's rule about naming and if people ignore Mark's rule, Mark was removing dt-bindings prefix, thus you have what you have below: > > 1f48cbd6f00f spi: renesas,sh-msiof: Add r8a779h0 support > a0dcd1ff9629 spi: renesas,sh-msiof: Miscellaneous improvements > aa69dc65e3b3 spi: renesas,sh-msiof: Add r8a779g0 support > f4d381038700 spi: renesas,sh-msiof: Fix 'unevaluatedProperties' warnings > b076fdd02133 spi: renesas,sh-msiof: R-Car V3U is R-Car Gen4 > e1e62f05d5d9 spi: renesas,sh-msiof: Add generic Gen4 and r8a779f0 support > 5a674d9dc9a0 dt-bindings: Fix array constraints on scalar properties > 6be69293196c spi: renesas,sh-msiof: Add r8a779a0 support > 6fdc6e23a7d1 dt-bindings: Add missing 'unevaluatedProperties' > aef161f4f1b8 spi: renesas,sh-msiof: Add r8a77961 support > b4f7f5f54705 spi: renesas,sh-msiof: Add r8a774e1 support > 6383b118efaf spi: renesas,sh-msiof: Add r8a7742 support Prefixes are explained in the docs I linked to. Best regards, Krzysztof