RE: [for-upstream/dovetail 1/2] drivers/gpio: core: introduce helper to find array of gpiochips

2021-05-18 Thread Chen, Hongzhan via Xenomai
> >-Original Message- >From: Jan Kiszka >Sent: Wednesday, May 19, 2021 5:44 AM >To: Chen, Hongzhan ; xenomai@xenomai.org >Subject: Re: [for-upstream/dovetail 1/2] drivers/gpio: core: introduce helper >to find array of gpiochips > >On 18.05.21 23:25, Jan Kisz

Re: [for-upstream/dovetail 1/2] drivers/gpio: core: introduce helper to find array of gpiochips

2021-05-18 Thread Jan Kiszka via Xenomai
On 18.05.21 23:25, Jan Kiszka wrote: > On 13.05.21 03:02, hongzha1 via Xenomai wrote: >> To find array of gpiochips for non-OF platform >> >> Signed-off-by: hongzha1 > > Just noticed that all your patches carry your user name in the > signed-off. You should fix that. Is this correct? > >

Re: [for-upstream/dovetail 1/2] drivers/gpio: core: introduce helper to find array of gpiochips

2021-05-18 Thread Jan Kiszka via Xenomai
On 13.05.21 03:02, hongzha1 via Xenomai wrote: > To find array of gpiochips for non-OF platform > > Signed-off-by: hongzha1 Just noticed that all your patches carry your user name in the signed-off. You should fix that. Is this correct? Signed-off-by: Hongzhan Chen Also, please make sure

RE: [for-upstream/dovetail 1/2] drivers/gpio: core: introduce helper to find array of gpiochips

2021-05-16 Thread Chen, Hongzhan via Xenomai
> >-Original Message- >From: Florian Bezdeka >Sent: Friday, May 14, 2021 5:11 PM >To: Chen, Hongzhan ; xenomai@xenomai.org >Subject: Re: [for-upstream/dovetail 1/2] drivers/gpio: core: introduce helper >to find array of gpiochips > >On 14.05.21 10:55, Floria

Re: [for-upstream/dovetail 1/2] drivers/gpio: core: introduce helper to find array of gpiochips

2021-05-14 Thread Florian Bezdeka via Xenomai
On 14.05.21 10:55, Florian Bezdeka via Xenomai wrote: > On 13.05.21 03:02, hongzha1 via Xenomai wrote: >> To find array of gpiochips for non-OF platform >> >> Signed-off-by: hongzha1 >> --- >> include/cobalt/kernel/rtdm/gpio.h | 4 >> kernel/drivers/gpio/gpio-core.c | 19

Re: [for-upstream/dovetail 1/2] drivers/gpio: core: introduce helper to find array of gpiochips

2021-05-14 Thread Florian Bezdeka via Xenomai
On 13.05.21 03:02, hongzha1 via Xenomai wrote: > To find array of gpiochips for non-OF platform > > Signed-off-by: hongzha1 > --- > include/cobalt/kernel/rtdm/gpio.h | 4 > kernel/drivers/gpio/gpio-core.c | 19 +++ > 2 files changed, 23 insertions(+) > > diff --git

[for-upstream/dovetail 1/2] drivers/gpio: core: introduce helper to find array of gpiochips

2021-05-12 Thread hongzha1 via Xenomai
To find array of gpiochips for non-OF platform Signed-off-by: hongzha1 --- include/cobalt/kernel/rtdm/gpio.h | 4 kernel/drivers/gpio/gpio-core.c | 19 +++ 2 files changed, 23 insertions(+) diff --git a/include/cobalt/kernel/rtdm/gpio.h