Re: [PATCH v1] gpio: npcm: Add SGPIO support for Nuvoton NPCM SoCs
On Mon, 29 Jul 2024 16:51:03 +0800, Jim Liu wrote: > Add Nuvoton BMC NPCM7xx/NPCM8xx sgpio driver. > BMC can use this driver to increase 64 GPI pins and 64 GPO pins to use. > > Applied to u-boot/next, thanks! -- Tom
[PATCH v1] gpio: npcm: Add SGPIO support for Nuvoton NPCM SoCs
Add Nuvoton BMC NPCM7xx/NPCM8xx sgpio driver. BMC can use this driver to increase 64 GPI pins and 64 GPO pins to use. Signed-off-by: Jim Liu --- drivers/gpio/Kconfig | 9 ++ drivers/gpio/Makefile | 1 + drivers/gpio/npcm_sgpio.c | 291 ++ 3 files