aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iicbus/rtc/pcf85063.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* iicbus: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-3/+1
* pcf85063: Set RTC device to work in 24h modeHubert Mazur2021-12-171-6/+3
* pcf85063: Fix real time clockHubert Mazur2021-12-101-5/+17
* Pcf85063: Add RTC driverHubert Mazur2021-11-241-0/+268