forked from luck/tmp_suning_uos_patched
2345b20fd9
The wrong bit was masked when acking langwell gpio interrupts.
Reason for maskig the wrong bit was probably because__ffs() and ffs() functions
return bit indexes differently (0..31 vs 1..32)
This fixes langwell based devices from hanging when a gpio interrupt is
triggered and undoes the breakage which occurred in change set
|
||
---|---|---|
.. | ||
74x164.c | ||
ab8500-gpio.c | ||
adp5520-gpio.c | ||
adp5588-gpio.c | ||
basic_mmio_gpio.c | ||
bt8xxgpio.c | ||
cs5535-gpio.c | ||
gpio-exynos4.c | ||
gpio-nomadik.c | ||
gpio-omap.c | ||
gpio-plat-samsung.c | ||
gpio-s5pc100.c | ||
gpio-s5pv210.c | ||
gpio-u300.c | ||
gpiolib.c | ||
it8761e_gpio.c | ||
janz-ttl.c | ||
Kconfig | ||
langwell_gpio.c | ||
Makefile | ||
max730x.c | ||
max732x.c | ||
max7300.c | ||
max7301.c | ||
mc33880.c | ||
mcp23s08.c | ||
ml_ioh_gpio.c | ||
pca953x.c | ||
pcf857x.c | ||
pch_gpio.c | ||
pl061.c | ||
rdc321x-gpio.c | ||
sch_gpio.c | ||
stmpe-gpio.c | ||
sx150x.c | ||
tc3589x-gpio.c | ||
timbgpio.c | ||
tps65910-gpio.c | ||
twl4030-gpio.c | ||
ucb1400_gpio.c | ||
vr41xx_giu.c | ||
vx855_gpio.c | ||
wm831x-gpio.c | ||
wm8350-gpiolib.c | ||
wm8994-gpio.c | ||
xilinx_gpio.c |