summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-pic32.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: pic32: Move devm_rtc_allocate_device earlier in pic32_rtc_probe()Gaosheng Cui2022-12-101-4/+4
* rtc: rework rtc_register_device() resource managementBartosz Golaszewski2020-11-191-1/+1
* rtc: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-071-3/+1
* rtc: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-131-3/+1
* rtc: pic32: convert to SPDX identifierAlexandre Belloni2019-03-041-9/+1
* rtc: pic32: let the core handle rangeAlexandre Belloni2019-03-041-7/+3
* rtc: pic32: convert to devm_rtc_allocate_deviceAlexandre Belloni2019-03-041-6/+8
* rtc: pic32: Switch to use %ptRAndy Shevchenko2018-12-101-14/+4
* rtc: stop validating rtc_time in .read_timeAlexandre Belloni2018-03-021-1/+1
* rtc: pic32: Delete owner assignmentMarkus Elfring2016-08-311-1/+0
* rtc: pic32: Add PIC32 real time clock driverJoshua Henderson2016-03-141-0/+411