aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-tps6586x.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-27rtc: tps6586x: Report maximum alarm limit to rtc coreGuenter Roeck1-0/+1
2023-03-17rtc: tps6586x: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2021-07-10rtc: tps6586x: convert to SPDX identifierNobuhiro Iwamatsu1-14/+1
2020-11-19rtc: rework rtc_register_device() resource managementBartosz Golaszewski1-1/+1
2020-01-25rtc: tps6586x: Use IRQ_NOAUTOEN flagDmitry Osipenko1-1/+3
2019-08-21rtc: remove superfluous error messageAlexandre Belloni1-4/+1
2018-05-17rtc: tps6586x: let the core handle rtc rangeAlexandre Belloni1-22/+5
2018-05-17rtc: tps6586x: fix possible race conditionAlexandre Belloni1-3/+11
2018-05-03rtc: tps6586x: remove mktime usageArnd Bergmann1-9/+9
2018-03-01rtc: stop validating rtc_time after rtc_time_to_tmAlexandre Belloni1-1/+1
2016-05-21rtc: tps6586x: rename so module can be autoloadedNicolas Chauvet1-1/+1
2016-03-14rtc: tps6586x: Drop IRQF_EARLY_RESUME flagGrygorii Strashko1-1/+1
2014-10-20rtc: drop owner assignment from platform_driversWolfram Sang1-1/+0
2013-06-12drivers/rtc/rtc-tps6586x.c: device wakeup flags correctionDmitry Osipenko1-1/+2
2013-04-29drivers/rtc/rtc-tps6586x.c: remove incorrect use of rtc_device_unregisterSachin Kamat1-4/+1
2013-04-29rtc: rtc-tps6586x: switch to using SIMPLE_DEV_PM_OPSJingoo Han1-3/+2
2013-04-29rtc: rtc-tps6586x: use devm_rtc_device_register()Jingoo Han1-3/+1
2013-02-21rtc: rtc-tps6586x: use devm_request_threaded_irq()Jingoo Han1-2/+2
2013-01-04rtc: add RTC driver for TPS6586xLaxman Dewangan1-0/+356