]> git.baikalelectronics.ru Git - kernel.git/commit
gpio: pca953x: use the correct register address when regcache sync during init
authorHaibo Chen <haibo.chen@nxp.com>
Mon, 18 Jul 2022 08:31:43 +0000 (16:31 +0800)
committerBartosz Golaszewski <brgl@bgdev.pl>
Tue, 19 Jul 2022 09:20:41 +0000 (11:20 +0200)
commit8d402032878b35a73191030510f3e229375757d4
tree898d9b9a8c092a68efcf4bd0d06e8d159fa66bc1
parent45d6521c8e538b16e8221a09749062dd69aa6009
gpio: pca953x: use the correct register address when regcache sync during init

For regcache_sync_region, we need to use pca953x_recalc_addr() to get
the real register address.

Fixes: 32978bafc5b7 ("gpio: pca953x: Zap ad-hoc reg_output cache")
Fixes: 34c05ffac073 ("gpio: pca953x: Zap ad-hoc reg_direction cache")
Signed-off-by: Haibo Chen <haibo.chen@nxp.com>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
drivers/gpio/gpio-pca953x.c