Re: [PATCH v2 0/7] gpio-rockchip driver

2021-04-14 Thread Linus Walleij
On Sun, Apr 11, 2021 at 3:30 PM Peter Geis wrote: > Separate gpio driver from pinctrl driver, and support v2 controller. > > Tested on rk3566-quartz64 prototype board. > > Patch History: > V2 - Rebase to latest linux-next. > > Tested-by: Peter Geis This does not apply to the pin control tree, t

Re: [PATCH v2 0/7] gpio-rockchip driver

2021-04-12 Thread Peter Geis
On Mon, Apr 12, 2021 at 9:34 AM Andy Shevchenko wrote: > > On Mon, Apr 12, 2021 at 4:30 PM Heiko Stübner wrote: > > Am Montag, 12. April 2021, 14:13:37 CEST schrieb Andy Shevchenko: > > > On Sun, Apr 11, 2021 at 4:35 PM Peter Geis wrote: > > > > > > > > Separate gpio driver from pinctrl driver,

Re: [PATCH v2 0/7] gpio-rockchip driver

2021-04-12 Thread Andy Shevchenko
On Mon, Apr 12, 2021 at 4:30 PM Heiko Stübner wrote: > Am Montag, 12. April 2021, 14:13:37 CEST schrieb Andy Shevchenko: > > On Sun, Apr 11, 2021 at 4:35 PM Peter Geis wrote: > > > > > > Separate gpio driver from pinctrl driver, and support v2 controller. > > > > > > Tested on rk3566-quartz64 pro

Re: [PATCH v2 0/7] gpio-rockchip driver

2021-04-12 Thread Heiko Stübner
Am Montag, 12. April 2021, 14:13:37 CEST schrieb Andy Shevchenko: > On Sun, Apr 11, 2021 at 4:35 PM Peter Geis wrote: > > > > Separate gpio driver from pinctrl driver, and support v2 controller. > > > > Tested on rk3566-quartz64 prototype board. > > Can you give a bit more context? > Usually sepa

Re: [PATCH v2 0/7] gpio-rockchip driver

2021-04-12 Thread Andy Shevchenko
On Sun, Apr 11, 2021 at 4:35 PM Peter Geis wrote: > > Separate gpio driver from pinctrl driver, and support v2 controller. > > Tested on rk3566-quartz64 prototype board. Can you give a bit more context? Usually separation means that hardware is represented by two different IP blocks that are (alm

[PATCH v2 0/7] gpio-rockchip driver

2021-04-11 Thread Peter Geis
Separate gpio driver from pinctrl driver, and support v2 controller. Tested on rk3566-quartz64 prototype board. Patch History: V2 - Rebase to latest linux-next. Tested-by: Peter Geis Jianqun Xu (7): pinctrl/rockchip: separate struct rockchip_pin_bank to a head file pinctrl/pinctrl-rockchip