Re: [PATCH: 1/2] gpio: tc35894: fix up tc35894 interrupt configuration

2020-09-03 Thread dillon min
Hi Bartosz, Thanks for reviewing. On Tue, Sep 1, 2020 at 11:46 PM Bartosz Golaszewski wrote: > > On Mon, Aug 31, 2020 at 9:14 AM wrote: > > > > From: dillon min > > > > The offset of regmap is incorrect, j * 8 is move to the > > wrong register. > > > > for example: > > > > asume i = 0, j = 1.

Re: [PATCH: 1/2] gpio: tc35894: fix up tc35894 interrupt configuration

2020-09-01 Thread Bartosz Golaszewski
On Mon, Aug 31, 2020 at 9:14 AM wrote: > > From: dillon min > > The offset of regmap is incorrect, j * 8 is move to the > wrong register. > > for example: > > asume i = 0, j = 1. we want to set KPY5 as interrupt > falling edge mode, regmap[0][1] should be TC3589x_GPIOIBE1 0xcd > but, regmap[i] +

[PATCH: 1/2] gpio: tc35894: fix up tc35894 interrupt configuration

2020-08-31 Thread dillon . minfei
From: dillon min The offset of regmap is incorrect, j * 8 is move to the wrong register. for example: asume i = 0, j = 1. we want to set KPY5 as interrupt falling edge mode, regmap[0][1] should be TC3589x_GPIOIBE1 0xcd but, regmap[i] + j * 8 = TC3589x_GPIOIBE0 + 8 ,point to 0xd4, this is TC3589