gpio: wcove: Switch to use regmap_set_bits(), regmap_clear_bits()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 29 Jan 2021 16:24:28 +0000 (18:24 +0200)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Mon, 15 Feb 2021 10:43:32 +0000 (11:43 +0100)
commit9fe5fcd640359c113060676174039b8940f588e1
tree728d394fe7ed5aec0877fc43e1c12d2d649747f2
parent2edba74c9d3499472caf6f76e518b4d9d1b04e6e
gpio: wcove: Switch to use regmap_set_bits(), regmap_clear_bits()

the regmap_set_bits(), regmap_clear_bits() API makes code better to understand.
Switch the driver to use them,

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/gpio/gpio-wcove.c