]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
extcon: max77843: Clear IRQ bits state before request IRQ
authorJaewon Kim <jaewon02.kim@samsung.com>
Fri, 5 Jun 2015 04:32:27 +0000 (13:32 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Mon, 10 Aug 2015 02:48:54 +0000 (11:48 +0900)
commit135d9f7d135a11ff4a5279325b06c5e8c82952b5
tree871b66048ec160f6f63e5680d2c0f72cff71ffff
parentf7644cbfcdf03528f0f450f3940c4985b2291f49
extcon: max77843: Clear IRQ bits state before request IRQ

IRQ signal before driver probe is needless because driver sends
current state after platform booting done.
So, this patch clears MUIC IRQ bits before request IRQ.

Signed-off-by: Jaewon Kim <jaewon02.kim@samsung.com>
Acked-by: MyungJoo Ham <myungjoo.ham@samsung.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
drivers/extcon/extcon-max77843.c