summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-pic32.c
Commit message (Collapse)AuthorAgeFilesLines
* rtc: pic32: Delete owner assignmentMarkus Elfring2016-08-311-1/+0Star
| | | | | | | | The field "owner" is set by core. Thus delete an extra initialisation. Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
* rtc: pic32: Add PIC32 real time clock driverJoshua Henderson2016-03-141-0/+411
This driver adds support for the PIC32 real time clock and calendar peripheral: - reading and setting time - alarms provided by dedicated IRQ Signed-off-by: Joshua Henderson <joshua.henderson@microchip.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>