]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add a driver for the Dallas/Maxim DS1307, another common i2c RTC.
authorloos <loos@FreeBSD.org>
Fri, 20 Mar 2015 19:51:24 +0000 (19:51 +0000)
committerloos <loos@FreeBSD.org>
Fri, 20 Mar 2015 19:51:24 +0000 (19:51 +0000)
commitcd1772ab61720c5962bce3b9a8645675315d0cf3
treefda92fc9981093a68a25da6d8249bd64a99a199d
parentf1bd255f86352b07d53eb60ade18228291abe5cf
Add a driver for the Dallas/Maxim DS1307, another common i2c RTC.

Many thanks to ian who gently provided me the DS1307 breakout board.

Tested on: Raspberry pi
Differential Revision: https://reviews.freebsd.org/D2022
Reviewed by: rpaulo
share/man/man4/Makefile
share/man/man4/ds1307.4 [new file with mode: 0644]
sys/conf/files
sys/dev/iicbus/ds1307.c [new file with mode: 0644]
sys/dev/iicbus/ds1307reg.h [new file with mode: 0644]