Re: [PATCH] QE GPIO: Add qe_gpio_set_multiple
From: York Sun <hidden>
Date: 2018-07-03 15:26:43
+Leo=0A= =0A= On 07/03/2018 03:30 AM, Joakim Tjernlund wrote:=0A=
On Tue, 2018-06-26 at 23:41 +1000, Michael Ellerman wrote:=0A=quoted
=0A= Joakim Tjernlund [off-list ref] writes:=0A=quoted
On Thu, 2018-06-21 at 02:38 +0000, Qiang Zhao wrote:=0A=quoted
On 06/19/2018 09:22 AM, Joakim Tjernlund wrote:=0A= -----Original Message-----=0A= From: Linuxppc-dev [mailto:linuxppc-dev-bounces+qiang.zhao=3Dnxp.com@l=
ists.ozlabs.org] On Behalf Of Joakim Tjernlund=0A=
quoted
quoted
quoted
Sent: 2018=1B$BG/=1B(B6=1B$B7n=1B(B20=1B$BF|=1B(B 0:22=0A= To: York Sun <redacted>; linuxppc-dev <linuxppc-dev@lists.ozla=
bs.org>=0A=
quoted
quoted
quoted
Subject: [PATCH] QE GPIO: Add qe_gpio_set_multiple=0A= =0A= This cousin to gpio-mpc8xxx was lacking a multiple pins method, add on=
e.=0A=
quoted
quoted
quoted
=0A= Signed-off-by: Joakim Tjernlund <redacted>=0A= ---=0A= drivers/soc/fsl/qe/gpio.c | 28 ++++++++++++++++++++++++++++=0A= 1 file changed, 28 insertions(+)=0A==0A= ...=0A=quoted
quoted
static int qe_gpio_dir_in(struct gpio_chip *gc, unsigned int gpio) {=
=0A=
quoted
quoted
quoted
struct of_mm_gpio_chip *mm_gc =3D to_of_mm_gpio_chip(gc); @@ -=
298,6 +325,7 @@ static int __init qe_add_gpiochips(void)=0A=
quoted
quoted
quoted
gc->direction_output =3D qe_gpio_dir_out;=0A= gc->get =3D qe_gpio_get;=0A= gc->set =3D qe_gpio_set;=0A= + gc->set_multiple =3D qe_gpio_set_multiple;=0A= =0A= ret =3D of_mm_gpiochip_add_data(np, mm_gc, qe_gc);=0A= if (ret)=0A= =0A= Reviewed-by: Qiang Zhao <qiang.zhao@nxp.com>=0A= =0A==0A= Who picks up this patch ? Is it queued somewhere already?=0A==0A= Not me.=0A==0A= York? You seem to be the only one left.=0A= =0A=
=0A= I am not a Linux maintainer. Even I want to, I can't merge this patch.=0A= =0A= Leo, who can merge this patch and request a pull?=0A= =0A= York=0A=