Home | History | Annotate | Download | only in i2c
History log of /src/sys/dev/i2c/g760a.c
RevisionDateAuthorComments
 1.6  26-Nov-2020  skrll Fix build and improve error handling
 1.5  16-Jun-2018  thorpej branches: 1.5.16;
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.4  29-Jul-2012  mlelstv branches: 1.4.38;
Use const nodes. Let sysctl_createv initialize sysctl_data.
 1.3  28-Jul-2012  matt Use (void *) instead of (type **) which gcc complains about.
 1.2  20-Jun-2011  pgoyette branches: 1.2.2;
Initialize sensor state before registering.

XXX Still need to fix i2c/ibmhawk.c
 1.1  02-Oct-2010  kiyohara branches: 1.1.2; 1.1.4; 1.1.10; 1.1.12;
Add G760a fan speed controller driver.
 1.1.12.1  23-Jun-2011  cherry Catchup with rmind-uvmplock merge.
 1.1.10.2  05-Mar-2011  rmind sync with head
 1.1.10.1  02-Oct-2010  rmind file g760a.c was added on branch rmind-uvmplock on 2011-03-05 20:53:10 +0000
 1.1.4.2  22-Oct-2010  uebayasi Sync with HEAD (-D20101022).
 1.1.4.1  02-Oct-2010  uebayasi file g760a.c was added on branch uebayasi-xip on 2010-10-22 07:21:55 +0000
 1.1.2.2  09-Oct-2010  yamt sync with head
 1.1.2.1  02-Oct-2010  yamt file g760a.c was added on branch yamt-nfs-mp on 2010-10-09 03:32:05 +0000
 1.2.2.1  30-Oct-2012  yamt sync with head
 1.4.38.1  25-Jun-2018  pgoyette Sync with HEAD
 1.5.16.1  14-Dec-2020  thorpej Sync w/ HEAD.

RSS XML Feed