]> git.baikalelectronics.ru Git - kernel.git/commit
gpio: pca953x: disable regmap locking for automatic address incrementing
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 5 Jun 2020 13:40:36 +0000 (16:40 +0300)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Tue, 16 Jun 2020 09:22:56 +0000 (11:22 +0200)
commitba29dac1983aa244738babc5d0b966ab43eff0f5
tree105c2eb7cfe2d423e44935aed9e2258283af8a8d
parent70a28da31065e0f65492cace5f1557b8b8f64667
gpio: pca953x: disable regmap locking for automatic address incrementing

It's a repetition of the commit ebefeb64e7a0
  ("gpio: pca953x: disable regmap locking")
which states the following:

  This driver uses its own locking but regmap silently uses
  a mutex for all operations too. Add the option to disable
  locking to the regmap config struct.

Fixes: 6727095cd2c9 ("gpio: pca953x: fix handling of automatic address incrementing")
Cc: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
drivers/gpio/gpio-pca953x.c