> -----Original Message----- > From: York Sun > Sent: Tuesday, July 3, 2018 10:27 AM > To: [email protected] <[email protected]>; Leo Li > <[email protected]> > Cc: [email protected]; [email protected]; Qiang Zhao > <[email protected]> > Subject: Re: [PATCH] QE GPIO: Add qe_gpio_set_multiple > > +Leo > > On 07/03/2018 03:30 AM, Joakim Tjernlund wrote: > > On Tue, 2018-06-26 at 23:41 +1000, Michael Ellerman wrote: > >> > >> Joakim Tjernlund <[email protected]> writes: > >>> On Thu, 2018-06-21 at 02:38 +0000, Qiang Zhao wrote: > >>>> On 06/19/2018 09:22 AM, Joakim Tjernlund wrote: > >>>> -----Original Message----- > >>>> From: Linuxppc-dev [mailto:linuxppc-dev- > [email protected]] On Behalf Of Joakim > Tjernlund > >>>> Sent: 2018年6月20日 0:22 > >>>> To: York Sun <[email protected]>; linuxppc-dev <linuxppc- > [email protected]> > >>>> Subject: [PATCH] QE GPIO: Add qe_gpio_set_multiple > >>>> > >>>> This cousin to gpio-mpc8xxx was lacking a multiple pins method, add > one. > >>>> > >>>> Signed-off-by: Joakim Tjernlund <[email protected]> > >>>> --- > >>>> drivers/soc/fsl/qe/gpio.c | 28 ++++++++++++++++++++++++++++ > >>>> 1 file changed, 28 insertions(+) > >> > >> ... > >>>> static int qe_gpio_dir_in(struct gpio_chip *gc, unsigned int gpio) { > >>>> struct of_mm_gpio_chip *mm_gc = to_of_mm_gpio_chip(gc); @@ - > 298,6 +325,7 @@ static int __init qe_add_gpiochips(void) > >>>> gc->direction_output = qe_gpio_dir_out; > >>>> gc->get = qe_gpio_get; > >>>> gc->set = qe_gpio_set; > >>>> + gc->set_multiple = qe_gpio_set_multiple; > >>>> > >>>> ret = of_mm_gpiochip_add_data(np, mm_gc, qe_gc); > >>>> if (ret) > >>>> > >>>> Reviewed-by: Qiang Zhao <[email protected]> > >>>> > >>> > >>> Who picks up this patch ? Is it queued somewhere already? > >> > >> Not me. > > > > York? You seem to be the only one left. > > > > I am not a Linux maintainer. Even I want to, I can't merge this patch. > > Leo, who can merge this patch and request a pull?
Since it falls under the driver/soc/fsl/ folder. I can take it. Regards, Leo
