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 <[email protected]> > --- > 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
signature.asc
Description: PGP signature

