On Thu, Nov 12, 2020 at 09:03:01PM +0200, Andy Shevchenko wrote: > Baytrail pin control has a common register to set up debounce timeout. > When a pin configuration requested debounce to be disabled, the rest > of the pins may still want to have debounce enabled and thus rely on > the common timeout value. Avoid clearing debounce value when turning > it off for one pin while others may still use it. > > Fixes: 658b476c742f ("pinctrl: baytrail: Add debounce configuration") > Depends-on: 04ff5a095d66 ("pinctrl: baytrail: Rectify debounce support") > Depends-on: 827e1579e1d5 ("pinctrl: baytrail: Rectify debounce support (part 2)") > Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> Acked-by: Mika Westerberg <mika.westerberg@xxxxxxxxxxxxxxx>