You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gpio: pca953x: use pca953x_read_regs instead of regmap_bulk_read
The register number needs to be translated for chips with more than 8
ports. This patch fixes a bug causing all chips with more than 8 GPIO pins
to not work correctly.
Fixes: 0f25fda ("gpio: pca953x: Zap ad-hoc reg_direction cache")
Cc: Cc: <[email protected]>
Signed-off-by: David Jander <[email protected]>
Signed-off-by: Bartosz Golaszewski <[email protected]>
0 commit comments