index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
rtc
/
rtc-puv3.c
Age
Commit message (
Expand
)
Author
2020-03-16
rtc: puv3: switch to rtc_time64_to_tm/rtc_tm_to_time64
Alexandre Belloni
2020-03-16
rtc: puv3: set range
Alexandre Belloni
2019-08-21
rtc: remove superfluous error message
Alexandre Belloni
2019-08-13
rtc: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2018-12-10
rtc: puv3: Switch to use %ptR
Andy Shevchenko
2017-08-22
rtc: puv3: make alarms useful
Alexandre Belloni
2017-08-22
rtc: puv3: switch to devm_rtc_allocate_device()/rtc_register_device()
Alexandre Belloni
2014-10-20
rtc: drop owner assignment from platform_drivers
Wolfram Sang
2014-06-20
drivers/rtc/rtc-puv3.c: remove "&dev->" for typo issue MIME-Version: 1.0
Chen Gang
2014-06-20
drivers/rtc/rtc-puv3.c: use dev_dbg() instead of dev_debug() for typo issue
Chen Gang
2013-11-13
drivers/rtc/rtc-puv3.c: use dev_dbg() instead of pr_debug()
Sangjung Woo
2013-07-03
rtc: rtc-puv3: remove unnecessary platform_set_drvdata()
Jingoo Han
2013-04-29
rtc: rtc-puv3: convert puv3_rtc_driver to dev_pm_ops
Jingoo Han
2013-01-03
Drivers: rtc: remove __dev* attributes.
Greg Kroah-Hartman
2012-01-10
rtc-puv3: solve section mismatch in rtc-puv3.c
Guan Xuetao
2012-01-10
rtc-puv3: using module_platform_driver()
Guan Xuetao
2012-01-10
rtc-puv3: irq: remove IRQF_DISABLED
Guan Xuetao
2011-11-15
rtc: rtc-puv3: Add __devinit and __devexit markers for probe and remove
Axel Lin
2011-06-10
treewide: Convert uses of struct resource to resource_size(ptr)
Joe Perches
2011-06-09
unicore32: move rtc-puv3.c to drivers/rtc directory
Guan Xuetao