Re: [PATCH 5/5] gpio/rockchip: rk_gpio support v2 gpio controller

2023-01-27 Thread Chris Morgan
On Thu, Jan 26, 2023 at 07:11:15PM +0100, Johan Jonker wrote: > > > On 1/26/23 17:11, Chris Morgan wrote: > > On Thu, Jan 19, 2023 at 12:21:02PM -0600, Chris Morgan wrote: > >> On Thu, Jan 05, 2023 at 07:01:40PM +0100, Quentin Schulz wrote: > >>> Hi Chris, > >>> > >>> Cc'ing the new mail address

Re: [PATCH 5/5] gpio/rockchip: rk_gpio support v2 gpio controller

2023-01-26 Thread Johan Jonker
On 1/26/23 17:11, Chris Morgan wrote: > On Thu, Jan 19, 2023 at 12:21:02PM -0600, Chris Morgan wrote: >> On Thu, Jan 05, 2023 at 07:01:40PM +0100, Quentin Schulz wrote: >>> Hi Chris, >>> >>> Cc'ing the new mail address of Heiko so he receives this mail :) >>> >>> On 1/5/23 16:34, Chris Morgan

Re: [PATCH 5/5] gpio/rockchip: rk_gpio support v2 gpio controller

2023-01-26 Thread Chris Morgan
On Thu, Jan 19, 2023 at 12:21:02PM -0600, Chris Morgan wrote: > On Thu, Jan 05, 2023 at 07:01:40PM +0100, Quentin Schulz wrote: > > Hi Chris, > > > > Cc'ing the new mail address of Heiko so he receives this mail :) > > > > On 1/5/23 16:34, Chris Morgan wrote: > > > From: Chris Morgan > > > > >

Re: [PATCH 5/5] gpio/rockchip: rk_gpio support v2 gpio controller

2023-01-20 Thread Chris Morgan
On Thu, Jan 05, 2023 at 07:01:40PM +0100, Quentin Schulz wrote: > Hi Chris, > > Cc'ing the new mail address of Heiko so he receives this mail :) > > On 1/5/23 16:34, Chris Morgan wrote: > > From: Chris Morgan > > > > Add support for the newer GPIO controller used by the rk356x series, > > as

Re: [PATCH 5/5] gpio/rockchip: rk_gpio support v2 gpio controller

2023-01-05 Thread Quentin Schulz
Hi Chris, Cc'ing the new mail address of Heiko so he receives this mail :) On 1/5/23 16:34, Chris Morgan wrote: From: Chris Morgan Add support for the newer GPIO controller used by the rk356x series, as well as the pinctrl device for the rk356x series. The GPIOv2 controller has a write

[PATCH 5/5] gpio/rockchip: rk_gpio support v2 gpio controller

2023-01-05 Thread Chris Morgan
From: Chris Morgan Add support for the newer GPIO controller used by the rk356x series, as well as the pinctrl device for the rk356x series. The GPIOv2 controller has a write enable bit for some registers which differs from the older versions of the GPIO controller. Adapted from Peter Geis's