Home | History | Annotate | Download | only in i2c
History log of /src/sys/dev/i2c/sgsmix.c
RevisionDateAuthorComments
 1.11  18-May-2024  thorpej Remove unnecessary include of <sys/malloc.h>.
 1.10  30-Jan-2021  thorpej Add a proper compat string for this device, following the standard
conventions.
 1.9  16-Jun-2018  thorpej branches: 1.9.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.8  22-Sep-2017  macallan branches: 1.8.2;
use direct config
 1.7  13-Nov-2010  uebayasi branches: 1.7.18;
Don't pull in the whole uvm(9) API to access only PAGE_SIZE and
some other constants. These are provided by sys/param.h now.
 1.6  01-Aug-2008  macallan branches: 1.6.16;
fix incomplete device_t-ification
Now it works again.
 1.5  08-May-2008  macallan branches: 1.5.4;
nuke clause 3
 1.4  04-May-2008  xtraeme branches: 1.4.2;
device_t/softc split and other related cosmetic changes.
 1.3  06-Apr-2008  cegger branches: 1.3.2; 1.3.4;
use aprint_*_dev and device_xname
 1.2  02-Sep-2007  macallan branches: 1.2.20;
don't include machine/autoconf.h - we don't need it (anymore?)
 1.1  17-Jan-2007  macallan branches: 1.1.2; 1.1.6; 1.1.10; 1.1.18; 1.1.22; 1.1.24;
driver for the SGS 7433 mixer found in some G3 macs
 1.1.24.1  06-Nov-2007  matt sync with HEAD
 1.1.22.1  03-Sep-2007  jmcneill Sync with HEAD.
 1.1.18.1  03-Sep-2007  skrll Sync with HEAD.
 1.1.10.1  09-Oct-2007  ad Sync with head.
 1.1.6.3  03-Sep-2007  yamt sync with head.
 1.1.6.2  26-Feb-2007  yamt sync with head.
 1.1.6.1  17-Jan-2007  yamt file sgsmix.c was added on branch yamt-lazymbuf on 2007-02-26 09:10:04 +0000
 1.1.2.2  01-Feb-2007  ad Sync with head.
 1.1.2.1  17-Jan-2007  ad file sgsmix.c was added on branch newlock2 on 2007-02-01 08:48:17 +0000
 1.2.20.2  28-Sep-2008  mjf Sync with HEAD.
 1.2.20.1  02-Jun-2008  mjf Sync with HEAD.
 1.3.4.2  04-May-2009  yamt sync with head.
 1.3.4.1  16-May-2008  yamt sync with head.
 1.3.2.1  18-May-2008  yamt sync with head.
 1.4.2.2  18-Sep-2008  wrstuden Sync with wrstuden-revivesa-base-2.
 1.4.2.1  23-Jun-2008  wrstuden Sync w/ -current. 34 merge conflicts to follow.
 1.5.4.1  19-Oct-2008  haad Sync with HEAD.
 1.6.16.1  05-Mar-2011  rmind sync with head
 1.7.18.1  03-Dec-2017  jdolecek update from HEAD
 1.8.2.1  25-Jun-2018  pgoyette Sync with HEAD
 1.9.16.1  03-Apr-2021  thorpej Sync with HEAD.

RSS XML Feed