Re: [PATCH V4 0/2] gpio: sprd: Modification of UNISOC Platform EIC Driver

From: Bartosz Golaszewski
Date: Mon Jan 22 2024 - 04:34:00 EST


On Tue, Jan 9, 2024 at 8:39 AM Wenhua Lin <Wenhua.Lin@xxxxxxxxxx> wrote:
>
> Recently, some bugs have been discovered during use, and patch1
> are bug fixes. Also, this patchset add optimization:
> patch2 optimization the calculation method of eic number.
>
> Change in V4:
>
> -Add Fixes tag in PATCH 1/2.
> -Change commit message in PATCH 1/2.
> -Add clearing interrupt to debounce and latch mode in PATCH 1/2.
>
> -Change commit message in PATCH 2/2.
> -Delete SPRD_EIC_VAR_DATA macro in PATCH 2/2.
>
> Wenhua Lin (2):
> gpio: eic-sprd: Clear interrupt after set the interrupt type
> gpio: eic-sprd: Optimize the calculation method of eic number
>
> drivers/gpio/gpio-eic-sprd.c | 42 +++++++++++++++++++++++++++---------
> 1 file changed, 32 insertions(+), 10 deletions(-)
>
> --
> 2.17.1
>
>

Hey,

Can we get an Ack and (preferably) a Tested-by from the SPRD
maintainers, please?

Bart