]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
rtc: pcf8563: Fix interrupt trigger method
authorChen-Yu Tsai <wens@csie.org>
Tue, 4 Jun 2019 04:23:35 +0000 (12:23 +0800)
committerKhalid Elmously <khalid.elmously@canonical.com>
Fri, 14 Feb 2020 05:29:37 +0000 (00:29 -0500)
commit030e82b73ca9b2b98d95d23c12b4dac8e1c43ae6
tree97ac5eec8bedf5de2f15b175939c889895520fa1
parentf6b6d294ccc669dab47989604a50985965bbf006
rtc: pcf8563: Fix interrupt trigger method

BugLink: https://bugs.launchpad.net/bugs/1863019
[ Upstream commit 65f662cbf829834fa4d94190eb7691e5a9cb92d8 ]

The PCF8563 datasheet says the interrupt line is active low and stays
active until the events are cleared, i.e. a level trigger interrupt.

Fix the flags used to request the interrupt.

Fixes: ede3e9d47cca ("drivers/rtc/rtc-pcf8563.c: add alarm support")
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
drivers/rtc/rtc-pcf8563.c