On 11/03/2022 07:09, jimliu2 wrote: > Add sgpio feature for Nuvoton NPCM SoCs > 1. Explain what is SGPIO. 2. Fix all subjects to match subsystems. 3. Check git log to see what subjects are being used and how they are formatted. > jimliu2 (3): > dts: add Nuvoton sgpio feature > dt-bindings: support Nuvoton sgpio > gpio:gpio-npcm-sgpio: Add Nuvoton sgpio driver Space missing after ':'. > > .../bindings/gpio/nuvoton,sgpio.yaml | 78 +++ > arch/arm/boot/dts/nuvoton-common-npcm7xx.dtsi | 30 + > drivers/gpio/Kconfig | 12 + > drivers/gpio/Makefile | 1 + > drivers/gpio/gpio-npcm-sgpio.c | 634 ++++++++++++++++++ > 5 files changed, 755 insertions(+) > create mode 100644 Documentation/devicetree/bindings/gpio/nuvoton,sgpio.yaml > create mode 100644 drivers/gpio/gpio-npcm-sgpio.c > Best regards, Krzysztof