Re: [RFT PATCH 6/7] gpio: exar: switch to using regmap

2020-11-04 Thread Bartosz Golaszewski
On Mon, Oct 26, 2020 at 3:18 PM Bartosz Golaszewski wrote: > > From: Bartosz Golaszewski > > 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

Re: [RFT PATCH 6/7] gpio: exar: switch to using regmap

2020-10-26 Thread Andy Shevchenko
On Mon, Oct 26, 2020 at 4:23 PM Bartosz Golaszewski wrote: > > From: Bartosz Golaszewski > > 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