Message ID | 20230222124610.257101-1-conor.dooley@microchip.com (mailing list archive) |
---|---|
State | Handled Elsewhere |
Headers | show |
Series | MAINTAINERS: add missing clock driver coverage for Microchip FPGAs | 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 |
conchuod/fixes_present | success | Fixes tag not required for -next series |
conchuod/maintainers_pattern | success | MAINTAINERS pattern errors before the patch: 13 and now 13 |
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: 0 this patch: 0 |
conchuod/module_param | success | Was 0 now: 0 |
conchuod/build_rv64_gcc_allmodconfig | success | Errors and warnings before: 0 this patch: 0 |
conchuod/alphanumeric_selects | success | Out of order selects before the patch: 729 and now 729 |
conchuod/build_rv32_defconfig | success | Build OK |
conchuod/dtb_warn_rv64 | success | Errors and warnings before: 2 this patch: 2 |
conchuod/header_inline | success | No static functions without inline keyword in header files |
conchuod/checkpatch | success | total: 0 errors, 0 warnings, 0 checks, 8 lines checked |
conchuod/source_inline | success | Was 0 now: 0 |
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 |
Quoting Conor Dooley (2023-02-22 04:46:11) > When the CCC support was added, the clock binding coverage was > converted to a regex in commit 71c8517e004b ("MAINTAINERS: update > polarfire soc clock binding"), but the coverage for the clock drivers > themselves was not updated. Rectify that now. > > Signed-off-by: Conor Dooley <conor.dooley@microchip.com> > --- Applied to clk-fixes
diff --git a/MAINTAINERS b/MAINTAINERS index 0abf3589423b..df3d195c1507 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -17992,7 +17992,7 @@ F: Documentation/devicetree/bindings/spi/microchip,mpfs-spi.yaml F: Documentation/devicetree/bindings/usb/microchip,mpfs-musb.yaml F: arch/riscv/boot/dts/microchip/ F: drivers/char/hw_random/mpfs-rng.c -F: drivers/clk/microchip/clk-mpfs.c +F: drivers/clk/microchip/clk-mpfs*.c F: drivers/i2c/busses/i2c-microchip-corei2c.c F: drivers/mailbox/mailbox-mpfs.c F: drivers/pci/controller/pcie-microchip-host.c
When the CCC support was added, the clock binding coverage was converted to a regex in commit 71c8517e004b ("MAINTAINERS: update polarfire soc clock binding"), but the coverage for the clock drivers themselves was not updated. Rectify that now. Signed-off-by: Conor Dooley <conor.dooley@microchip.com> --- Stephen, if you could take this via clk that'd be great, thanks. --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)