commit | a986429095df39e7a5b85a53b1e71ee8d07d3390 | [log] [tgz] |
---|---|---|
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | Sat Oct 19 22:49:39 2019 +0200 |
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | Sat Oct 19 22:56:07 2019 +0200 |
tree | c6f2ff86e2c5eb88b9185e92b1c304237d06c52e | |
parent | ce0fd9db653b18ed15aea08ee80056cc9ec094e9 [diff] |
rtc: ds1343: remove unnecessary mutex Use rtc_lock and rtc_unlock to lock the rtc from the interrupt handler. This removes the need for a driver specific lock. Link: https://lore.kernel.org/r/20191019204941.6203-7-alexandre.belloni@bootlin.com Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>