mbox series

[v2,0/2] gpio: pca953x: fix handling of automatic address incrementing

Message ID 20200330195018.27494-1-u.kleine-koenig@pengutronix.de
Headers show
Series gpio: pca953x: fix handling of automatic address incrementing | expand

Message

Uwe Kleine-König March 30, 2020, 7:50 p.m. UTC
Hello,

this is v2, the only code change compared to v1 is that I added a
closing parenthesis to create actually compiling code :-|

Other than that I added some tags (Tested-by and Reviewed-by, some of
them I got off-list). I wasn't sure if I should apply Andy's tags also
to patch 1 (and so didn't).

Best regards
Uwe

Uwe Kleine-König (2):
  gpio: pca953x: fix handling of automatic address incrementing
  gpio: pca953x: drop unused parameters of pca953x_recalc_addr()

 drivers/gpio/gpio-pca953x.c | 75 +++++++++++++++++++------------------
 1 file changed, 39 insertions(+), 36 deletions(-)

Comments

Andy Shevchenko March 31, 2020, 10:04 a.m. UTC | #1
On Mon, Mar 30, 2020 at 09:50:16PM +0200, Uwe Kleine-König wrote:
> Hello,
> 
> this is v2, the only code change compared to v1 is that I added a
> closing parenthesis to create actually compiling code :-|
> 
> Other than that I added some tags (Tested-by and Reviewed-by, some of
> them I got off-list). I wasn't sure if I should apply Andy's tags also
> to patch 1 (and so didn't).

Thank you for an update.
I elaborated in patch 1 the above.

> 
> Best regards
> Uwe
> 
> Uwe Kleine-König (2):
>   gpio: pca953x: fix handling of automatic address incrementing
>   gpio: pca953x: drop unused parameters of pca953x_recalc_addr()
> 
>  drivers/gpio/gpio-pca953x.c | 75 +++++++++++++++++++------------------
>  1 file changed, 39 insertions(+), 36 deletions(-)
> 
> -- 
> 2.26.0.rc2
>