summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-cpcap.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: rework rtc_register_device() resource managementBartosz Golaszewski2020-11-191-1/+1
* rtc: cpcap: Fix missing IRQF_ONESHOT as only threaded handlerTian Tao2020-11-141-2/+4
* rtc: cpcap: fix rangeSebastian Reichel2020-07-021-1/+1
* rtc: cpcap: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni2020-03-161-2/+2
* rtc: cpcap: set rangeAlexandre Belloni2020-03-161-0/+1
* rtc: cpcap: convert to devm_rtc_allocate_deviceAlexandre Belloni2020-03-161-4/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-9/+1
* headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap2018-07-071-0/+1
* rtc: cpcap: stop validating rtc_time in .read_timeAlexandre Belloni2018-03-021-1/+1
* rtc: cpcap: fix improper use of IRQ_NONE for request_threaded_irqTony Lindgren2017-04-141-2/+2
* rtc: cpcap: kfreeing devm allocated memoryDan Carpenter2017-03-161-3/+1
* rtc: cpcap: new rtc driverSebastian Reichel2017-03-091-0/+332