aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-puv3.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-16rtc: puv3: switch to rtc_time64_to_tm/rtc_tm_to_time64Gravatar Alexandre Belloni 1-9/+4
2020-03-16rtc: puv3: set rangeGravatar Alexandre Belloni 1-0/+1
2019-08-21rtc: remove superfluous error messageGravatar Alexandre Belloni 1-3/+1
2019-08-13rtc: Remove dev_err() usage after platform_get_irq()Gravatar Stephen Boyd 1-6/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2018-12-10rtc: puv3: Switch to use %ptRGravatar Andy Shevchenko 1-14/+4
2017-08-22rtc: puv3: make alarms usefulGravatar Alexandre Belloni 1-42/+14
2017-08-22rtc: puv3: switch to devm_rtc_allocate_device()/rtc_register_device()Gravatar Alexandre Belloni 1-9/+7
2014-10-20rtc: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-06-20drivers/rtc/rtc-puv3.c: remove "&dev->" for typo issue MIME-Version: 1.0Gravatar Chen Gang 1-1/+1
2014-06-20drivers/rtc/rtc-puv3.c: use dev_dbg() instead of dev_debug() for typo issueGravatar Chen Gang 1-1/+1
2013-11-13drivers/rtc/rtc-puv3.c: use dev_dbg() instead of pr_debug()Gravatar Sangjung Woo 1-11/+11
2013-07-03rtc: rtc-puv3: remove unnecessary platform_set_drvdata()Gravatar Jingoo Han 1-1/+0
2013-04-29rtc: rtc-puv3: convert puv3_rtc_driver to dev_pm_opsGravatar Jingoo Han 1-15/+12
2013-01-03Drivers: rtc: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-3/+3
2012-01-10rtc-puv3: solve section mismatch in rtc-puv3.cGravatar Guan Xuetao 1-2/+2
2012-01-10rtc-puv3: using module_platform_driver()Gravatar Guan Xuetao 1-15/+1
2012-01-10rtc-puv3: irq: remove IRQF_DISABLEDGravatar Guan Xuetao 1-2/+2
2011-11-15rtc: rtc-puv3: Add __devinit and __devexit markers for probe and removeGravatar Axel Lin 1-2/+2
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Gravatar Joe Perches 1-3/+2
2011-06-09unicore32: move rtc-puv3.c to drivers/rtc directoryGravatar Guan Xuetao 1-0/+359