Home | History | Annotate | Download | only in i2c
History log of /src/sys/dev/i2c/smscmon.c
RevisionDateAuthorComments
 1.3  16-Jun-2018  thorpej More cleanup to i2c autoconfiguration:

- Get all of the drivers onto the new match quality constants.
- Introduce a new helper function, iic_use_direct_match(), that has
all of the logic for direct-config matching. If it returns true,
the driver returns the match result (which may be 0). If it returns
false, the driver does indirect-config matching.
- iic_compat_match() now returns a weighted match quality; matches to
lower-indexed "compatible" device property are more-specific matches,
and return a better match quality accordingly.
 1.2  20-Jun-2011  pgoyette branches: 1.2.52;
Initialize sensor state before registering.

XXX Still need to fix i2c/ibmhawk.c
 1.1  22-Feb-2010  pgoyette branches: 1.1.2; 1.1.6; 1.1.12;
Import smcsmon(4) driver for SMSC LPC47M192 hardware monitor

From Takahiro HAYASHI in PR kern/40420
 1.1.12.1  23-Jun-2011  cherry Catchup with rmind-uvmplock merge.
 1.1.6.2  30-Apr-2010  uebayasi Sync with HEAD.
 1.1.6.1  22-Feb-2010  uebayasi file smscmon.c was added on branch uebayasi-xip on 2010-04-30 14:43:12 +0000
 1.1.2.2  11-Mar-2010  yamt sync with head
 1.1.2.1  22-Feb-2010  yamt file smscmon.c was added on branch yamt-nfs-mp on 2010-03-11 15:03:27 +0000
 1.2.52.1  25-Jun-2018  pgoyette Sync with HEAD

RSS XML Feed