summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-pcap.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: pcap: Drop no-op remove functionUwe Kleine-König2023-10-131-6/+0
* rtc: rework rtc_register_device() resource managementBartosz Golaszewski2020-11-191-1/+1
* rtc: pcap: convert to SPDX identifierAlexandre Belloni2019-05-081-5/+1
* rtc: pcap: use .set_timeAlexandre Belloni2019-05-081-2/+3
* rtc: pcap: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni2019-05-081-6/+3
* rtc: pcap: set rangeAlexandre Belloni2019-05-081-3/+5
* rtc: simplify getting .drvdataWolfram Sang2018-05-031-10/+5
* rtc: stop validating rtc_time after rtc_time_to_tmAlexandre Belloni2018-03-011-1/+1
* rtc: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* rtc: rtc-pcap: remove unnecessary platform_set_drvdata()Jingoo Han2013-07-031-9/+4
* rtc: rtc-pcap: use devm_*() functionsJingoo Han2013-04-291-22/+12
* rtc: rtc-pcap: use module_platform_driver_probe()Jingoo Han2013-04-291-12/+1
* rtc: rtc-pcap: add __init/__exit annotationJingoo Han2013-04-291-3/+3
* Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-3/+3
* rtc: pcap: Initialize drvdata before registering deviceJohn Stultz2011-05-061-1/+3
* RTC: Cleanup rtc_class_ops->update_irq_enable()John Stultz2011-03-091-6/+0
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* rtc: driver for PCAP2 PMICDaniel Ribeiro2009-09-231-0/+224