Re: [PATCH 2/2] gpio: mpc8xxx: Add ls1028a device specify function.

2019-08-02 Thread Linus Walleij
On Thu, Jul 18, 2019 at 11:58 AM Hui Song wrote: > From: Song Hui > > There is a device specify register(named GPIO_IBE) > on ls1028a need to enable in initial stage. > > Signed-off-by: Song Hui Patch applied. As noted on patch 1/2, send a separate patch to add the device tree bindings in

[PATCH 2/2] gpio: mpc8xxx: Add ls1028a device specify function.

2019-07-18 Thread Hui Song
From: Song Hui There is a device specify register(named GPIO_IBE) on ls1028a need to enable in initial stage. Signed-off-by: Song Hui --- drivers/gpio/gpio-mpc8xxx.c | 31 +++ 1 file changed, 31 insertions(+) diff --git a/drivers/gpio/gpio-mpc8xxx.c