pon., 9 gru 2019 o 13:35 Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> napisał(a): > > Since we have driver converted to use bitmap API we must use > traditional bit operations (set_bit(), clear_bit(), etc.) > against it. > > Currently IRQ callbacks are missed in the conversion and > thus broken. > > Let's fix it right here right now. > > Fixes: 35d13d94893f ("gpio: pca953x: convert to use bitmap API") > Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> > --- > drivers/gpio/gpio-pca953x.c | 26 ++++++++++---------------- > 1 file changed, 10 insertions(+), 16 deletions(-) > Applied for fixes. Bart