Re: [PATCH 1/8] mfd: mt6358: refine interrupt code

2020-08-10 Thread Lee Jones
On Mon, 03 Aug 2020, Hsin-hsiung Wang wrote: > Hi, > > On Mon, 2020-07-27 at 16:48 +0100, Lee Jones wrote: > > On Thu, 23 Jul 2020, Hsin-Hsiung Wang wrote: > > > > > This patch refines the interrupt related code to support new chips. > > > > Refines in what way? > > > > What makes this better?

Re: [PATCH 1/8] mfd: mt6358: refine interrupt code

2020-08-03 Thread Hsin-hsiung Wang
Hi, On Mon, 2020-07-27 at 16:48 +0100, Lee Jones wrote: > On Thu, 23 Jul 2020, Hsin-Hsiung Wang wrote: > > > This patch refines the interrupt related code to support new chips. > > Refines in what way? > > What makes this better? > Thanks for the comment. I will add more information into comm

Re: [PATCH 1/8] mfd: mt6358: refine interrupt code

2020-07-27 Thread Lee Jones
On Thu, 23 Jul 2020, Hsin-Hsiung Wang wrote: > This patch refines the interrupt related code to support new chips. Refines in what way? What makes this better? > Signed-off-by: Hsin-Hsiung Wang > --- > drivers/mfd/mt6358-irq.c| 65 > - > includ

[PATCH 1/8] mfd: mt6358: refine interrupt code

2020-07-23 Thread Hsin-Hsiung Wang
This patch refines the interrupt related code to support new chips. Signed-off-by: Hsin-Hsiung Wang --- drivers/mfd/mt6358-irq.c| 65 - include/linux/mfd/mt6358/core.h | 8 ++--- 2 files changed, 41 insertions(+), 32 deletions(-) diff --git a/dri