mirror of https://github.com/torvalds/linux.git
Currently IRQ_CLEAR register is marked as write-only, however using
regmap_update_bits on this register will have some side effects.
so mark IRQ_CLEAR register appropriately as readable and volatile.
Fixes:
|
||
|---|---|---|
| .. | ||
| qdsp6 | ||
| Kconfig | ||
| Makefile | ||
| apq8016_sbc.c | ||
| apq8096.c | ||
| common.c | ||
| common.h | ||
| lpass-apq8016.c | ||
| lpass-cpu.c | ||
| lpass-hdmi.c | ||
| lpass-hdmi.h | ||
| lpass-ipq806x.c | ||
| lpass-lpaif-reg.h | ||
| lpass-platform.c | ||
| lpass-sc7180.c | ||
| lpass.h | ||
| sc7180.c | ||
| sdm845.c | ||
| sm8250.c | ||
| storm.c | ||