[PATCH v1] gpio: npcm: Add persist feature to sgpio module
Tom Rini
trini at konsulko.com
Wed Dec 4 21:03:48 CET 2024
On Tue, Nov 12, 2024 at 05:21:57PM +0800, Jim Liu wrote:
> Base on GPIO hog to support sgpio persist enable feature.
>
> Signed-off-by: Jim Liu <JJLIU0 at nuvoton.com>
> ---
> drivers/gpio/npcm_sgpio.c | 152 +++++++++++++++++++++++++++++++++-----
> 1 file changed, 135 insertions(+), 17 deletions(-)
>
> diff --git a/drivers/gpio/npcm_sgpio.c b/drivers/gpio/npcm_sgpio.c
> index 6d73287c0a..539bf3e133 100644
> --- a/drivers/gpio/npcm_sgpio.c
> +++ b/drivers/gpio/npcm_sgpio.c
> @@ -3,32 +3,49 @@
> * Copyright (c) 2024 Nuvoton Technology Corp.
> */
>
> +#include <common.h>
Please rebase this on current next and re-test, include/common.h has
been gone for a while now. Thanks
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20241204/3996fa1a/attachment.sig>
More information about the U-Boot
mailing list