Message ID | 40ff1fc7f5220db7d527c57ac4bad16c3945ae08.1683725179.git.geert+renesas@glider.be (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Conor Dooley |
Headers | show |
Series | dt-bindings: timer: sifive,clint: Clean up compatible value section | expand |
Context | Check | Description |
---|---|---|
conchuod/cover_letter | success | Single patches do not need cover letters |
conchuod/tree_selection | success | Guessed tree name to be for-next at HEAD ac9a78681b92 |
conchuod/fixes_present | success | Fixes tag not required for -next series |
conchuod/maintainers_pattern | success | MAINTAINERS pattern errors before the patch: 6 and now 6 |
conchuod/verify_signedoff | success | Signed-off-by tag matches author and committer |
conchuod/kdoc | success | Errors and warnings before: 0 this patch: 0 |
conchuod/build_rv64_clang_allmodconfig | success | Errors and warnings before: 14 this patch: 14 |
conchuod/module_param | success | Was 0 now: 0 |
conchuod/build_rv64_gcc_allmodconfig | success | Errors and warnings before: 28 this patch: 28 |
conchuod/build_rv32_defconfig | success | Build OK |
conchuod/dtb_warn_rv64 | success | Errors and warnings before: 3 this patch: 3 |
conchuod/header_inline | success | No static functions without inline keyword in header files |
conchuod/checkpatch | success | total: 0 errors, 0 warnings, 0 checks, 33 lines checked |
conchuod/build_rv64_nommu_k210_defconfig | success | Build OK |
conchuod/verify_fixes | success | No Fixes tag |
conchuod/build_rv64_nommu_virt_defconfig | success | Build OK |
On 10/05/2023 15:27, Geert Uytterhoeven wrote: > Replace the sentences in the description listing some supported variants > by comments on the individual compatible values, to ease future > maintenance. While at it, restore alphabetical sort order. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> > --- > .../bindings/timer/sifive,clint.yaml | 21 +++++++------------ > 1 file changed, 8 insertions(+), 13 deletions(-) > Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
On Wed, May 10, 2023 at 03:27:24PM +0200, Geert Uytterhoeven wrote: > Replace the sentences in the description listing some supported variants > by comments on the individual compatible values, to ease future > maintenance. While at it, restore alphabetical sort order. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> > --- > .../bindings/timer/sifive,clint.yaml | 21 +++++++------------ > 1 file changed, 8 insertions(+), 13 deletions(-) > > diff --git a/Documentation/devicetree/bindings/timer/sifive,clint.yaml b/Documentation/devicetree/bindings/timer/sifive,clint.yaml > index 94bef9424df1bc6a..34a81510678134eb 100644 > --- a/Documentation/devicetree/bindings/timer/sifive,clint.yaml > +++ b/Documentation/devicetree/bindings/timer/sifive,clint.yaml > @@ -29,11 +29,11 @@ properties: > oneOf: > - items: > - enum: > - - sifive,fu540-c000-clint > - - starfive,jh7100-clint > - - starfive,jh7110-clint > - - canaan,k210-clint > - - const: sifive,clint0 > + - canaan,k210-clint # Canaan Kendryte K210 > + - sifive,fu540-c000-clint # SiFive FU540 > + - starfive,jh7100-clint # StarFive JH7100 > + - starfive,jh7110-clint # StarFive JH7110 > + - const: sifive,clint0 # SiFive CLINT v0 IP block > - items: > - enum: > - allwinner,sun20i-d1-clint > @@ -45,14 +45,9 @@ properties: > description: For the QEMU virt machine only > > description: > - Should be "<vendor>,<chip>-clint" and "sifive,clint<version>". > - Supported compatible strings are - > - "sifive,fu540-c000-clint" for the SiFive CLINT v0 as integrated > - onto the SiFive FU540 chip, "canaan,k210-clint" for the SiFive > - CLINT v0 as integrated onto the Canaan Kendryte K210 chip, and > - "sifive,clint0" for the SiFive CLINT v0 IP block with no chip > - integration tweaks. > - Please refer to sifive-blocks-ip-versioning.txt for details > + Should be "<vendor>,<chip>-clint", followed by "sifive,clint<version>" > + when compatible with a SiFive CLINT. Please refer to > + sifive-blocks-ip-versioning.txt for details regarding the latter. Does this section actually add any value at all? By nature of oneOf structure above, such an ordering is required for existing entries. For something not here, should we instead be noting that sifive,clint0 is to be used when compatible with the SiFive/RISC-V clint, rather than doing a sifive-blocks-ip-versioning.txt dance? As it stands though, patch is an improvement, so: Reviewed-by: Conor Dooley <conor.dooley@microchip.com> Thanks, Conor.
Hi Conor, On Wed, May 10, 2023 at 6:02 PM Conor Dooley <conor@kernel.org> wrote: > On Wed, May 10, 2023 at 03:27:24PM +0200, Geert Uytterhoeven wrote: > > Replace the sentences in the description listing some supported variants > > by comments on the individual compatible values, to ease future > > maintenance. While at it, restore alphabetical sort order. > > > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> > > --- > > .../bindings/timer/sifive,clint.yaml | 21 +++++++------------ > > 1 file changed, 8 insertions(+), 13 deletions(-) > > > > diff --git a/Documentation/devicetree/bindings/timer/sifive,clint.yaml b/Documentation/devicetree/bindings/timer/sifive,clint.yaml > > index 94bef9424df1bc6a..34a81510678134eb 100644 > > --- a/Documentation/devicetree/bindings/timer/sifive,clint.yaml > > +++ b/Documentation/devicetree/bindings/timer/sifive,clint.yaml > > @@ -29,11 +29,11 @@ properties: > > oneOf: > > - items: > > - enum: > > - - sifive,fu540-c000-clint > > - - starfive,jh7100-clint > > - - starfive,jh7110-clint > > - - canaan,k210-clint > > - - const: sifive,clint0 > > + - canaan,k210-clint # Canaan Kendryte K210 > > + - sifive,fu540-c000-clint # SiFive FU540 > > + - starfive,jh7100-clint # StarFive JH7100 > > + - starfive,jh7110-clint # StarFive JH7110 > > + - const: sifive,clint0 # SiFive CLINT v0 IP block > > - items: > > - enum: > > - allwinner,sun20i-d1-clint > > @@ -45,14 +45,9 @@ properties: > > description: For the QEMU virt machine only > > > > description: > > - Should be "<vendor>,<chip>-clint" and "sifive,clint<version>". > > - Supported compatible strings are - > > - "sifive,fu540-c000-clint" for the SiFive CLINT v0 as integrated > > - onto the SiFive FU540 chip, "canaan,k210-clint" for the SiFive > > - CLINT v0 as integrated onto the Canaan Kendryte K210 chip, and > > - "sifive,clint0" for the SiFive CLINT v0 IP block with no chip > > - integration tweaks. > > - Please refer to sifive-blocks-ip-versioning.txt for details > > > + Should be "<vendor>,<chip>-clint", followed by "sifive,clint<version>" > > + when compatible with a SiFive CLINT. Please refer to > > + sifive-blocks-ip-versioning.txt for details regarding the latter. > > Does this section actually add any value at all? > By nature of oneOf structure above, such an ordering is required for > existing entries. For something not here, should we instead be noting > that sifive,clint0 is to be used when compatible with the SiFive/RISC-V > clint, rather than doing a sifive-blocks-ip-versioning.txt dance? I considered removing the paragraph. But I kept it, just not to loose the reference to sifive-blocks-ip-versioning.txt, which someone might find useful. > As it stands though, patch is an improvement, so: > Reviewed-by: Conor Dooley <conor.dooley@microchip.com> Thanks! Gr{oetje,eeting}s, Geert
On Wed, May 10, 2023 at 03:27:24PM +0200, Geert Uytterhoeven wrote: > Replace the sentences in the description listing some supported variants > by comments on the individual compatible values, to ease future > maintenance. While at it, restore alphabetical sort order. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Palmer has assigned this one to me on the RISC-V patchwork, any objections to me taking it via the riscv-dt tree? There's some other patches for a new platform thats almost read touching the file too, so (to me) would probably make sense to take. Cheers, Conor.
On Thu, May 18, 2023 at 10:10:00PM +0100, Conor Dooley wrote: > On Wed, May 10, 2023 at 03:27:24PM +0200, Geert Uytterhoeven wrote: > > Replace the sentences in the description listing some supported variants > > by comments on the individual compatible values, to ease future > > maintenance. While at it, restore alphabetical sort order. > > > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> > > Palmer has assigned this one to me on the RISC-V patchwork, any objections > to me taking it via the riscv-dt tree? There's some other patches for a > new platform thats almost read touching the file too, so (to me) would > probably make sense to take. Given the silence, I've picked it up. Scream and I can drop it again :) Applied to riscv-dt-for-next, thanks! [1/1] dt-bindings: timer: sifive,clint: Clean up compatible value section https://git.kernel.org/conor/c/1bd2339df1b5 Thanks, Conor
diff --git a/Documentation/devicetree/bindings/timer/sifive,clint.yaml b/Documentation/devicetree/bindings/timer/sifive,clint.yaml index 94bef9424df1bc6a..34a81510678134eb 100644 --- a/Documentation/devicetree/bindings/timer/sifive,clint.yaml +++ b/Documentation/devicetree/bindings/timer/sifive,clint.yaml @@ -29,11 +29,11 @@ properties: oneOf: - items: - enum: - - sifive,fu540-c000-clint - - starfive,jh7100-clint - - starfive,jh7110-clint - - canaan,k210-clint - - const: sifive,clint0 + - canaan,k210-clint # Canaan Kendryte K210 + - sifive,fu540-c000-clint # SiFive FU540 + - starfive,jh7100-clint # StarFive JH7100 + - starfive,jh7110-clint # StarFive JH7110 + - const: sifive,clint0 # SiFive CLINT v0 IP block - items: - enum: - allwinner,sun20i-d1-clint @@ -45,14 +45,9 @@ properties: description: For the QEMU virt machine only description: - Should be "<vendor>,<chip>-clint" and "sifive,clint<version>". - Supported compatible strings are - - "sifive,fu540-c000-clint" for the SiFive CLINT v0 as integrated - onto the SiFive FU540 chip, "canaan,k210-clint" for the SiFive - CLINT v0 as integrated onto the Canaan Kendryte K210 chip, and - "sifive,clint0" for the SiFive CLINT v0 IP block with no chip - integration tweaks. - Please refer to sifive-blocks-ip-versioning.txt for details + Should be "<vendor>,<chip>-clint", followed by "sifive,clint<version>" + when compatible with a SiFive CLINT. Please refer to + sifive-blocks-ip-versioning.txt for details regarding the latter. reg: maxItems: 1
Replace the sentences in the description listing some supported variants by comments on the individual compatible values, to ease future maintenance. While at it, restore alphabetical sort order. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> --- .../bindings/timer/sifive,clint.yaml | 21 +++++++------------ 1 file changed, 8 insertions(+), 13 deletions(-)