Home | History | Annotate | Download | only in i2c
History log of /src/sys/dev/i2c/ds1307reg.h
RevisionDateAuthorComments
 1.8  18-Oct-2016  aymeric add support for the MCP7940 based Pi Face Real Time Clock
 1.7  04-Oct-2016  kiyohara Add DS1340.
 1.6  05-Apr-2016  bouyer branches: 1.6.2;
Fix DS1672 suppport: need to provide dm_ch_reg to avoid a KASSERT
on write. For consistency set dm_ch_value too, even if it's unused.
 1.5  12-Oct-2014  macallan branches: 1.5.2;
- support DS3231 ( more or less a DS3232 without NVRAM it seems )
- support the DS3231's temperature sensor
 1.4  23-Feb-2012  matt branches: 1.4.2; 1.4.14;
Rework this driver to support other dsrtc than just the DS1307.
Support both BCD and 32-bit binary type RTCs.
Supports DS1339, DS1672, and DS3232.
To select variant, put the module # in flags in the the config file.
dsrtc at iic0 addr 0x69 flags 1339
If the flags is not supplied, a 1307 is assumed (compatible).
 1.3  07-Jan-2012  phx Fixed 12/24h mode. Bit 6 from the hours register indicates 12h mode.
Do not overwrite the control register (0x07) with random contents.
 1.2  11-Dec-2005  christos branches: 1.2.110; 1.2.114;
merge ktrace-lwp.
 1.1  30-Sep-2003  thorpej branches: 1.1.4;
New generic I2C framework. Supports bit-bang and "intelligent" I2C
interface controllers (of varying intelligence levels).

Contributed by Wasabi Systems, Inc. Primarily written by Steve Woodford,
with some modification by me.
 1.1.4.4  21-Sep-2004  skrll Fix the sync with head I botched.
 1.1.4.3  18-Sep-2004  skrll Sync with HEAD.
 1.1.4.2  03-Aug-2004  skrll Sync with HEAD
 1.1.4.1  30-Sep-2003  skrll file ds1307reg.h was added on branch ktrace-lwp on 2004-08-03 10:46:05 +0000
 1.2.114.2  24-Feb-2012  mrg sync to -current.
 1.2.114.1  18-Feb-2012  mrg merge to -current.
 1.2.110.1  17-Apr-2012  yamt sync with head
 1.4.14.1  14-Apr-2015  snj Pull up following revision(s) (requested by nonaka in ticket #672):
sys/dev/i2c/ds1307.c: revisions 1.19, 1.20
sys/dev/i2c/ds1307reg.h: revision 1.5
- support DS3231 ( more or less a DS3232 without NVRAM it seems )
- support the DS3231's temperature sensor
--
Initialize a variable that gcc thinks might be used uninitialized.
 1.4.2.1  03-Dec-2017  jdolecek update from HEAD
 1.5.2.2  05-Dec-2016  skrll Sync with HEAD
 1.5.2.1  22-Apr-2016  skrll Sync with HEAD
 1.6.2.1  04-Nov-2016  pgoyette Sync with HEAD

RSS XML Feed