summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-pic32.c
AgeCommit message (Expand)AuthorLines
2024-11-10rtc: Switch back to struct platform_driver::remove()Uwe Kleine-König-1/+1
2023-03-17rtc: pic32: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2022-12-10rtc: pic32: Move devm_rtc_allocate_device earlier in pic32_rtc_probe()Gaosheng Cui-4/+4
2020-11-19rtc: rework rtc_register_device() resource managementBartosz Golaszewski-1/+1
2019-10-07rtc: use devm_platform_ioremap_resource() to simplify codeYueHaibing-3/+1
2019-08-13rtc: Remove dev_err() usage after platform_get_irq()Stephen Boyd-3/+1
2019-03-04rtc: pic32: convert to SPDX identifierAlexandre Belloni-9/+1
2019-03-04rtc: pic32: let the core handle rangeAlexandre Belloni-7/+3
2019-03-04rtc: pic32: convert to devm_rtc_allocate_deviceAlexandre Belloni-6/+8
2018-12-10rtc: pic32: Switch to use %ptRAndy Shevchenko-14/+4
2018-03-02rtc: stop validating rtc_time in .read_timeAlexandre Belloni-1/+1
2016-08-31rtc: pic32: Delete owner assignmentMarkus Elfring-1/+0
2016-03-14rtc: pic32: Add PIC32 real time clock driverJoshua Henderson-0/+411