aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iicbus/rtc
Commit message (Expand)AuthorAgeFilesLines
* DS3231: converstion -> conversionBrooks Davis2024-10-221-1/+1
* ds1307: Return error code instead of booleanDmitry Salychev2024-06-031-3/+3
* ds1307(4): Fix a typo in a source code commentGordon Bergling2024-04-201-1/+1
* ds1307: use the correct Microchip part number in enum and device descriptionJosef 'Jeff' Sipek2024-03-211-7/+7
* ds1307: restore hints-based configuration on FDT systemsAndriy Gapon2024-01-281-6/+5
* i2c: Add Microcrystal RV3032 RTC driverEmmanuel Vadot2023-10-031-0/+455
* iicbus: Move remaining rtc driver into rtc subfolderEmmanuel Vadot2023-10-0310-0/+4204
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-163-6/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-122-2/+2
* rx8803: Improve probing logicKornel Dulęba2022-12-011-1/+13
* iicbus: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-063-9/+4
* rx8803_settime: remove write only variable busWarner Losh2022-04-051-3/+0
* 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
* Add a driver for HYM8563 based RTC.Michal Meloun2020-12-041-0/+314
* Introduce support for Epson RX-8803 RTC.Marcin Wojtas2020-05-251-0/+246