Discussion:
CVS commit: src/sys/dev/i2c
Matt Thomas
2014-10-07 21:32:10 UTC
Permalink
Module Name: src
Committed By: matt
Date: Tue Oct 7 21:32:10 UTC 2014

Modified Files:
src/sys/dev/i2c: motoi2creg.h

Log Message:
fix some c&p bugs.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/i2c/motoi2creg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Michael Lorenz
2014-10-12 01:23:24 UTC
Permalink
Module Name: src
Committed By: macallan
Date: Sun Oct 12 01:23:23 UTC 2014

Modified Files:
src/sys/dev/i2c: ds1307.c ds1307reg.h

Log Message:
- support DS3231 ( more or less a DS3232 without NVRAM it seems )
- support the DS3231's temperature sensor


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/dev/i2c/ds1307.c
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/i2c/ds1307reg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Jared D. McNeill
2014-10-12 23:58:42 UTC
Permalink
Module Name: src
Committed By: jmcneill
Date: Sun Oct 12 23:58:42 UTC 2014

Modified Files:
src/sys/dev/i2c: files.i2c
Added Files:
src/sys/dev/i2c: axp22x.c

Log Message:
add AXP22x Power Management Unit driver


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/dev/i2c/axp22x.c
cvs rdiff -u -r1.56 -r1.57 src/sys/dev/i2c/files.i2c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Martin Husemann
2014-10-13 10:29:27 UTC
Permalink
Module Name: src
Committed By: martin
Date: Mon Oct 13 10:29:27 UTC 2014

Modified Files:
src/sys/dev/i2c: ds1307.c

Log Message:
Initialize a variable that gcc thinks might be used uninitialized.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/dev/i2c/ds1307.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Masao Uebayashi
2014-10-15 05:11:36 UTC
Permalink
Module Name: src
Committed By: uebayasi
Date: Wed Oct 15 05:11:36 UTC 2014

Modified Files:
src/sys/dev/i2c: files.i2c

Log Message:
dsrtc depends on sysmon_envsys.


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/sys/dev/i2c/files.i2c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Loading...