aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-tps6586x.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-25rtc: tps6586x: Use IRQ_NOAUTOEN flagGravatar Dmitry Osipenko 1-1/+3
2019-08-21rtc: remove superfluous error messageGravatar Alexandre Belloni 1-4/+1
2018-05-17rtc: tps6586x: let the core handle rtc rangeGravatar Alexandre Belloni 1-22/+5
2018-05-17rtc: tps6586x: fix possible race conditionGravatar Alexandre Belloni 1-3/+11
2018-05-03rtc: tps6586x: remove mktime usageGravatar Arnd Bergmann 1-9/+9
2018-03-01rtc: stop validating rtc_time after rtc_time_to_tmGravatar Alexandre Belloni 1-1/+1
2016-05-21rtc: tps6586x: rename so module can be autoloadedGravatar Nicolas Chauvet 1-1/+1
2016-03-14rtc: tps6586x: Drop IRQF_EARLY_RESUME flagGravatar Grygorii Strashko 1-1/+1
2014-10-20rtc: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2013-06-12drivers/rtc/rtc-tps6586x.c: device wakeup flags correctionGravatar Dmitry Osipenko 1-1/+2
2013-04-29drivers/rtc/rtc-tps6586x.c: remove incorrect use of rtc_device_unregisterGravatar Sachin Kamat 1-4/+1
2013-04-29rtc: rtc-tps6586x: switch to using SIMPLE_DEV_PM_OPSGravatar Jingoo Han 1-3/+2
2013-04-29rtc: rtc-tps6586x: use devm_rtc_device_register()Gravatar Jingoo Han 1-3/+1
2013-02-21rtc: rtc-tps6586x: use devm_request_threaded_irq()Gravatar Jingoo Han 1-2/+2
2013-01-04rtc: add RTC driver for TPS6586xGravatar Laxman Dewangan 1-0/+356