aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-cpcap.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-19rtc: rework rtc_register_device() resource managementGravatar Bartosz Golaszewski 1-1/+1
2020-11-14rtc: cpcap: Fix missing IRQF_ONESHOT as only threaded handlerGravatar Tian Tao 1-2/+4
2020-07-02rtc: cpcap: fix rangeGravatar Sebastian Reichel 1-1/+1
2020-03-16rtc: cpcap: switch to rtc_time64_to_tm/rtc_tm_to_time64Gravatar Alexandre Belloni 1-2/+2
2020-03-16rtc: cpcap: set rangeGravatar Alexandre Belloni 1-0/+1
2020-03-16rtc: cpcap: convert to devm_rtc_allocate_deviceGravatar Alexandre Belloni 1-4/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Gravatar Thomas Gleixner 1-9/+1
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hGravatar Randy Dunlap 1-0/+1
2018-03-02rtc: cpcap: stop validating rtc_time in .read_timeGravatar Alexandre Belloni 1-1/+1
2017-04-14rtc: cpcap: fix improper use of IRQ_NONE for request_threaded_irqGravatar Tony Lindgren 1-2/+2
2017-03-16rtc: cpcap: kfreeing devm allocated memoryGravatar Dan Carpenter 1-3/+1
2017-03-09rtc: cpcap: new rtc driverGravatar Sebastian Reichel 1-0/+332