[PATCH] gpio/mpc8xxx: change irq handler from chained to normal

2019-09-11 Thread Hui Song
From: Song Hui More than one gpio controllers can share one interrupt, change the driver to request shared irq. Signed-off-by: Laurentiu Tudor Signed-off-by: Alex Marginean Signed-off-by: Song Hui --- Changes in v4: - convert 'pr_err' to 'dev_err'. Changes in v3: - update the

[PATCH] gpio/mpc8xxx: change irq handler from chained to normal

2019-09-11 Thread Hui Song
From: Song Hui More than one gpio controllers can share one interrupt, change the driver to request shared irq. Signed-off-by: Laurentiu Tudor Signed-off-by: Alex Marginean Signed-off-by: Song Hui --- Changes in v4: - convert 'pr_err' to 'dev_err'. Changes in v3: - update the

Re: [PATCH] gpio/mpc8xxx: change irq handler from chained to normal

2019-09-06 Thread Li Yang
On Fri, Sep 6, 2019 at 10:20 AM Hui Song wrote: > > From: Song Hui > The English below need to be fixed. > more one gpio controller use share one interrupt, > make request interrupt to be shared. More than one gpio controllers can share one interrupt, change the driver to request shared irq.

[PATCH] gpio/mpc8xxx: change irq handler from chained to normal

2019-09-06 Thread Hui Song
From: Song Hui more one gpio controller use share one interrupt, make request interrupt to be shared. Signed-off-by: Laurentiu Tudor Signed-off-by: Alex Marginean Signed-off-by: Song Hui --- drivers/gpio/gpio-mpc8xxx.c | 20 +--- 1 file changed, 13 insertions(+), 7 deletions(

[PATCH] gpio/mpc8xxx: change irq handler from chained to normal

2019-09-06 Thread Hui Song
From: Song Hui more one gpio controller use share one interrupt, make request interrupt to be shared. Signed-off-by: Laurentiu Tudor Signed-off-by: Alex Marginean Signed-off-by: Song Hui --- drivers/gpio/gpio-mpc8xxx.c | 21 ++--- 1 file changed, 14 insertions(+), 7 deletions