Home
last modified time | relevance | path

Searched hist:"36 fb7218e87833b17e3042e77f3b102c75129e8f" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpio/
H A DKconfigdiff 36fb7218e87833b17e3042e77f3b102c75129e8f Mon Sep 28 17:00:26 CEST 2020 Bartosz Golaszewski <bgolaszewski@baylibre.com> gpio: exar: switch to using regmap

We can simplify the code in gpio-exar by using regmap. This allows us to
drop the mutex (regmap provides its own locking) and we can also reuse
regmap's bit operations instead of implementing our own update function.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>