Re: [PATCH 1/2] gpio: add driver for MPC8xxx ip core

2019-09-17 Thread Sascha Hauer
On Tue, Sep 17, 2019 at 09:57:01AM +0200, Steffen Trumtrar wrote: > Import GPIO-driver for MPC512x/8349/8572/8610/QorIQ and compatible from Linux > v5.2. > > Signed-off-by: Steffen Trumtrar > --- > drivers/gpio/Kconfig| 8 +++ > drivers/gpio/Makefile | 1 + >

[PATCH 1/2] gpio: add driver for MPC8xxx ip core

2019-09-17 Thread Steffen Trumtrar
Import GPIO-driver for MPC512x/8349/8572/8610/QorIQ and compatible from Linux v5.2. Signed-off-by: Steffen Trumtrar --- drivers/gpio/Kconfig| 8 +++ drivers/gpio/Makefile | 1 + drivers/gpio/gpio-mpc8xxx.c | 122 3 files changed, 131