]> git.baikalelectronics.ru Git - kernel.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)
commit643b9e4cfeca17e8249c2963391fec50d598bd09
tree871b66048ec160f6f63e5680d2c0f72cff71ffff
parent8b65acb480f0857755baa990d6a8c5b168dc3758
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