Message ID | 9cbf54da1ace03d7a45f28230fd99954d8c0d141.1683725029.git.geert+renesas@glider.be (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Conor Dooley |
Headers | show |
Series | dt-bindings: interrupt-controller: sifive,plic: Sort compatible values | 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, 11 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:26, Geert Uytterhoeven wrote: > Restore alphabetical sort order of the supported SiFive-compatible > values. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> > --- Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
On Wed, May 10, 2023 at 03:26:00PM +0200, Geert Uytterhoeven wrote: > Restore alphabetical sort order of the supported SiFive-compatible > values. Whoops, I probably should have noticed this when the StarFive folks added their entries. Reviewed-by: Conor Dooley <conor.dooley@microchip.com> Thanks, Conor.
On Wed, May 10, 2023 at 03:26:00PM +0200, Geert Uytterhoeven wrote: > Restore alphabetical sort order of the supported SiFive-compatible > values. > > 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 Marc? There's some other patches for a new platform that's almost ready touching the file too, so if you don't mind I'd like to grab this one. Cheers, Conor.
On Thu, May 18, 2023 at 10:12:11PM +0100, Conor Dooley wrote: > On Wed, May 10, 2023 at 03:26:00PM +0200, Geert Uytterhoeven wrote: > > Restore alphabetical sort order of the supported SiFive-compatible > > values. > > > > 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 Marc? There's some other patches for > a new platform that's almost ready touching the file too, so if you don't > mind I'd like to grab this one. Given the lack of objections, I've picked it up. Happy to drop again if that's not okay. 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/interrupt-controller/sifive,plic-1.0.0.yaml b/Documentation/devicetree/bindings/interrupt-controller/sifive,plic-1.0.0.yaml index f75736a061af7778..292556cb367dec61 100644 --- a/Documentation/devicetree/bindings/interrupt-controller/sifive,plic-1.0.0.yaml +++ b/Documentation/devicetree/bindings/interrupt-controller/sifive,plic-1.0.0.yaml @@ -57,10 +57,10 @@ properties: - const: andestech,nceplic100 - items: - enum: + - canaan,k210-plic - sifive,fu540-c000-plic - starfive,jh7100-plic - starfive,jh7110-plic - - canaan,k210-plic - const: sifive,plic-1.0.0 - items: - enum:
Restore alphabetical sort order of the supported SiFive-compatible values. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> --- .../bindings/interrupt-controller/sifive,plic-1.0.0.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)