Message ID | 20210912072914.398419-2-jernej.skrabec@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | ARM: dts: sun8i: r40: Add I2S nodes | expand |
On Sun, Sep 12, 2021 at 09:29:13AM +0200, Jernej Skrabec wrote: > Allwinner R40 has 3 I2S controllers, compatible to those, found in H3. > > Add R40/H3 compatible pair to DT bindings. Please submit patches using subject lines reflecting the style for the subsystem, this makes it easier for people to identify relevant patches. Look at what existing commits in the area you're changing are doing and make sure your subject lines visually resemble what they're doing. There's no need to resubmit to fix this alone.
Hi! Dne ponedeljek, 13. september 2021 ob 13:11:17 CEST je Mark Brown napisal(a): > On Sun, Sep 12, 2021 at 09:29:13AM +0200, Jernej Skrabec wrote: > > Allwinner R40 has 3 I2S controllers, compatible to those, found in H3. > > > > Add R40/H3 compatible pair to DT bindings. > > Please submit patches using subject lines reflecting the style for the > subsystem, this makes it easier for people to identify relevant patches. > Look at what existing commits in the area you're changing are doing and > make sure your subject lines visually resemble what they're doing. > There's no need to resubmit to fix this alone. I did exactly that. But history is not uniform: $ git log Documentation/devicetree/bindings/sound/allwinner,sun4i-a10-i2s.yaml ce09d1a6800d dt-bindings: sound: sun4i-i2s: add Allwinner V3 I2S compatible 0bc1bf241de5 ASoC: sun4i-i2s: Document H3 with missing RX channel possibility e84f44ba4604 ASoC: sun4i-i2s: Add H6 compatible 5c7404bb30bc dt-bindings: Change maintainer address eb5b12843b06 dt-bindings: sound: sun4i-i2s: Document that the RX channel can be missing 0a0ca8e94ca3 dt-bindings: sound: Convert Allwinner I2S binding to YAML Most subjects contain "dt-bindings: sound: " at the beginning. I selected variant from latest commit (ce09d1a6800d). Best regards, Jernej
On Mon, Sep 13, 2021 at 05:33:22PM +0200, Jernej Škrabec wrote: > Dne ponedeljek, 13. september 2021 ob 13:11:17 CEST je Mark Brown napisal(a): > > On Sun, Sep 12, 2021 at 09:29:13AM +0200, Jernej Skrabec wrote: > > Please submit patches using subject lines reflecting the style for the > > subsystem, this makes it easier for people to identify relevant patches. > > Look at what existing commits in the area you're changing are doing and > > make sure your subject lines visually resemble what they're doing. > > There's no need to resubmit to fix this alone. > I did exactly that. But history is not uniform: ... > Most subjects contain "dt-bindings: sound: " at the beginning. I selected > variant from latest commit (ce09d1a6800d). If you look at more than just this one file the numbers look rather different there, I see I will have to start being super strict with the sunxi stuff here :( . Other people messing up is not a good reason to follow them, nor is the occasional thing that's part of a larger series being let slide without a maintainer fixup. Nothing in this patch series had anything about ASoC in it meaning I very nearly deleted this unread.
diff --git a/Documentation/devicetree/bindings/sound/allwinner,sun4i-a10-i2s.yaml b/Documentation/devicetree/bindings/sound/allwinner,sun4i-a10-i2s.yaml index 39b66e9ce3e3..7d48ea094c66 100644 --- a/Documentation/devicetree/bindings/sound/allwinner,sun4i-a10-i2s.yaml +++ b/Documentation/devicetree/bindings/sound/allwinner,sun4i-a10-i2s.yaml @@ -20,6 +20,9 @@ properties: - const: allwinner,sun6i-a31-i2s - const: allwinner,sun8i-a83t-i2s - const: allwinner,sun8i-h3-i2s + - items: + - const: allwinner,sun8i-r40-i2s + - const: allwinner,sun8i-h3-i2s - items: - const: allwinner,sun8i-v3-i2s - const: allwinner,sun8i-h3-i2s
Allwinner R40 has 3 I2S controllers, compatible to those, found in H3. Add R40/H3 compatible pair to DT bindings. Signed-off-by: Jernej Skrabec <jernej.skrabec@gmail.com> --- .../devicetree/bindings/sound/allwinner,sun4i-a10-i2s.yaml | 3 +++ 1 file changed, 3 insertions(+)