CVS commit: src/sys/dev/i2c

2013-04-27 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Apr 28 00:47:21 UTC 2013 Modified Files: src/sys/dev/i2c: tps65217pmicreg.h Log Message: put the one out-of-order register info in its proper sequence To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/dev/i2c

2013-04-26 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Fri Apr 26 15:31:05 UTC 2013 Modified Files: src/sys/dev/i2c: tps65217pmic.c tps65217pmicreg.h Log Message: Add sanity, flexibility and readability to TPS65217 driver. In preparation to add envsys support. To generate a diff

CVS commit: src/sys/dev/i2c

2013-04-26 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Fri Apr 26 15:31:05 UTC 2013 Modified Files: src/sys/dev/i2c: tps65217pmic.c tps65217pmicreg.h Log Message: Add sanity, flexibility and readability to TPS65217 driver. In preparation to add envsys support. To generate a diff

CVS commit: src/sys/dev/i2c

2013-04-26 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Fri Apr 26 19:32:43 UTC 2013 Modified Files: src/sys/dev/i2c: tps65217pmic.c Log Message: Add envsys(4) support to TPS65217 PMIC driver. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/dev/i2c

2013-04-25 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Thu Apr 25 20:55:34 UTC 2013 Modified Files: src/sys/dev/i2c: files.i2c Added Files: src/sys/dev/i2c: tps65217pmic.c tps65217pmicreg.h Log Message: Add minimal support for TPS65217 PMIC as found on BeagleBone. Next step

CVS commit: src/sys/dev/i2c

2013-04-25 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Thu Apr 25 20:55:34 UTC 2013 Modified Files: src/sys/dev/i2c: files.i2c Added Files: src/sys/dev/i2c: tps65217pmic.c tps65217pmicreg.h Log Message: Add minimal support for TPS65217 PMIC as found on BeagleBone. Next step

CVS commit: src/sys/dev/i2c

2013-02-08 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Fri Feb 8 15:14:11 UTC 2013 Modified Files: src/sys/dev/i2c: at24cxx.c Log Message: Handle direct configuration if ia-ia_name is set, using iic_compat_match(). If ia-ia_name is set, display the name on attach. Display the size (if

CVS commit: src/sys/dev/i2c

2013-02-08 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Fri Feb 8 15:14:11 UTC 2013 Modified Files: src/sys/dev/i2c: at24cxx.c Log Message: Handle direct configuration if ia-ia_name is set, using iic_compat_match(). If ia-ia_name is set, display the name on attach. Display the size (if

CVS commit: src/sys/dev/i2c

2013-02-03 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Sun Feb 3 16:28:51 UTC 2013 Modified Files: src/sys/dev/i2c: i2c.c Log Message: Also set ia.ia_size from size when doing direct config. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/sys/dev/i2c/i2c.c Please

CVS commit: src/sys/dev/i2c

2013-02-03 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Sun Feb 3 16:28:51 UTC 2013 Modified Files: src/sys/dev/i2c: i2c.c Log Message: Also set ia.ia_size from size when doing direct config. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/sys/dev/i2c/i2c.c Please

CVS commit: src/sys/dev/i2c

2012-12-31 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Dec 31 13:26:43 UTC 2012 Modified Files: src/sys/dev/i2c: files.i2c Added Files: src/sys/dev/i2c: tps65950.c Log Message: TI TPS65950 driver, right now about all it can do is control LEDs To generate a diff of

CVS commit: src/sys/dev/i2c

2012-12-31 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Dec 31 19:47:28 UTC 2012 Modified Files: src/sys/dev/i2c: files.i2c tps65950.c Log Message: add support for TPS65950 watchdog timer To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/sys/dev/i2c/files.i2c

CVS commit: src/sys/dev/i2c

2012-12-31 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Dec 31 21:45:36 UTC 2012 Modified Files: src/sys/dev/i2c: tps65950.c Log Message: add TPS65950 RTC support To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/i2c/tps65950.c Please note that diffs are

CVS commit: src/sys/dev/i2c

2012-12-31 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Dec 31 13:26:43 UTC 2012 Modified Files: src/sys/dev/i2c: files.i2c Added Files: src/sys/dev/i2c: tps65950.c Log Message: TI TPS65950 driver, right now about all it can do is control LEDs To generate a diff of

CVS commit: src/sys/dev/i2c

2012-12-31 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Dec 31 21:45:36 UTC 2012 Modified Files: src/sys/dev/i2c: tps65950.c Log Message: add TPS65950 RTC support To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/i2c/tps65950.c Please note that diffs are

CVS commit: src/sys/dev/i2c

2012-09-11 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Sep 12 00:36:41 UTC 2012 Modified Files: src/sys/dev/i2c: spdmem_i2c.c Log Message: Initialize the sysctl(9) stuff before configuring the spd(4) devices. Otherwise, the devices do not create their own sysctl nodes! To

CVS commit: src/sys/dev/i2c

2012-09-11 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Sep 12 00:36:41 UTC 2012 Modified Files: src/sys/dev/i2c: spdmem_i2c.c Log Message: Initialize the sysctl(9) stuff before configuring the spd(4) devices. Otherwise, the devices do not create their own sysctl nodes! To

CVS commit: src/sys/dev/i2c

2012-09-01 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Sep 1 15:06:57 UTC 2012 Removed Files: src/sys/dev/i2c: pic16lcreg.h Log Message: pic16lcreg.h has been unused since removal of Xbox support, remove. To generate a diff of this commit: cvs rdiff -u -r1.4 -r0

CVS commit: src/sys/dev/i2c

2012-09-01 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Sep 1 15:06:57 UTC 2012 Removed Files: src/sys/dev/i2c: pic16lcreg.h Log Message: pic16lcreg.h has been unused since removal of Xbox support, remove. To generate a diff of this commit: cvs rdiff -u -r1.4 -r0

Re: CVS commit: src/sys/dev/i2c

2012-07-29 Thread Matt Thomas
On Jul 28, 2012, at 10:52 PM, David Holland wrote: On Sat, Jul 28, 2012 at 10:22:46PM -0700, Matt Thomas wrote: Modified Files: src/sys/dev/i2c: g760a.c Log Message: Use (void *) instead of (type **) which gcc complains about. At least one of these casts is discarding const and

CVS commit: src/sys/dev/i2c

2012-07-29 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Jul 29 07:04:10 UTC 2012 Modified Files: src/sys/dev/i2c: g760a.c Log Message: Use const nodes. Let sysctl_createv initialize sysctl_data. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/i2c/g760a.c

CVS commit: src/sys/dev/i2c

2012-07-29 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Jul 29 07:04:10 UTC 2012 Modified Files: src/sys/dev/i2c: g760a.c Log Message: Use const nodes. Let sysctl_createv initialize sysctl_data. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/i2c/g760a.c

Re: CVS commit: src/sys/dev/i2c

2012-07-28 Thread David Holland
On Sat, Jul 28, 2012 at 11:03:47PM +, Matt Thomas wrote: Modified Files: src/sys/dev/i2c: g760a.c Log Message: Use (void *) instead of (type **) which gcc complains about. At least one of these casts is discarding const and writing to the const object returned by

Re: CVS commit: src/sys/dev/i2c

2012-07-28 Thread Matt Thomas
On Jul 28, 2012, at 9:29 PM, David Holland wrote: On Sat, Jul 28, 2012 at 11:03:47PM +, Matt Thomas wrote: Modified Files: src/sys/dev/i2c: g760a.c Log Message: Use (void *) instead of (type **) which gcc complains about. At least one of these casts is discarding const and

Re: CVS commit: src/sys/dev/i2c

2012-07-28 Thread David Holland
On Sat, Jul 28, 2012 at 10:22:46PM -0700, Matt Thomas wrote: Modified Files: src/sys/dev/i2c: g760a.c Log Message: Use (void *) instead of (type **) which gcc complains about. At least one of these casts is discarding const and writing to the const object returned by

CVS commit: src/sys/dev/i2c

2012-07-28 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Jul 28 23:03:47 UTC 2012 Modified Files: src/sys/dev/i2c: g760a.c Log Message: Use (void *) instead of (type **) which gcc complains about. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/i2c/g760a.c

CVS commit: src/sys/dev/i2c

2012-07-28 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Jul 28 23:03:47 UTC 2012 Modified Files: src/sys/dev/i2c: g760a.c Log Message: Use (void *) instead of (type **) which gcc complains about. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/i2c/g760a.c

CVS commit: src/sys/dev/i2c

2012-07-24 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Jul 25 03:07:37 UTC 2012 Modified Files: src/sys/dev/i2c: ds1307.c Log Message: Clean up error messages. Tidy some logic. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/dev/i2c/ds1307.c Please note

CVS commit: src/sys/dev/i2c

2012-07-24 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Jul 25 03:07:37 UTC 2012 Modified Files: src/sys/dev/i2c: ds1307.c Log Message: Clean up error messages. Tidy some logic. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/dev/i2c/ds1307.c Please note

CVS commit: src/sys/dev/i2c

2012-04-28 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Apr 28 17:27:08 UTC 2012 Modified Files: src/sys/dev/i2c: dbcool.c Log Message: Fix logical errors ( instead of in a few places). To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/dev/i2c/dbcool.c Please

CVS commit: src/sys/dev/i2c

2012-04-28 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Apr 28 17:27:08 UTC 2012 Modified Files: src/sys/dev/i2c: dbcool.c Log Message: Fix logical errors ( instead of in a few places). To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/dev/i2c/dbcool.c Please

CVS commit: src/sys/dev/i2c

2012-04-22 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Apr 22 14:10:36 UTC 2012 Modified Files: src/sys/dev/i2c: i2c_exec.c i2c_io.h Log Message: Identify SMBus block-mode operations. XXX Nothing in the kernel issues block-mode commands, and each i2c bus XXX driver needs its

CVS commit: src/sys/dev/i2c

2012-04-22 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Apr 22 14:10:36 UTC 2012 Modified Files: src/sys/dev/i2c: i2c_exec.c i2c_io.h Log Message: Identify SMBus block-mode operations. XXX Nothing in the kernel issues block-mode commands, and each i2c bus XXX driver needs its

CVS commit: src/sys/dev/i2c

2012-03-15 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Thu Mar 15 16:20:36 UTC 2012 Modified Files: src/sys/dev/i2c: cx24227.c Log Message: always set *data to appease gcc -03 (some users of cx24227_readreg() don't check return value for error). To generate a diff of this commit:

CVS commit: src/sys/dev/i2c

2012-03-15 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Thu Mar 15 16:20:36 UTC 2012 Modified Files: src/sys/dev/i2c: cx24227.c Log Message: always set *data to appease gcc -03 (some users of cx24227_readreg() don't check return value for error). To generate a diff of this commit:

CVS commit: src/sys/dev/i2c

2012-03-13 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Mar 14 02:57:10 UTC 2012 Modified Files: src/sys/dev/i2c: i2c.c Log Message: Don't try to match a device if there's already a device attached at the specified address. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/i2c

2012-03-13 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Mar 14 02:57:10 UTC 2012 Modified Files: src/sys/dev/i2c: i2c.c Log Message: Don't try to match a device if there's already a device attached at the specified address. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/i2c

2012-02-23 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Feb 23 20:59:19 UTC 2012 Modified Files: src/sys/dev/i2c: ds1307.c ds1307reg.h Log Message: Rework this driver to support other dsrtc than just the DS1307. Support both BCD and 32-bit binary type RTCs. Supports DS1339, DS1672,

CVS commit: src/sys/dev/i2c

2012-02-23 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Feb 23 20:59:19 UTC 2012 Modified Files: src/sys/dev/i2c: ds1307.c ds1307reg.h Log Message: Rework this driver to support other dsrtc than just the DS1307. Support both BCD and 32-bit binary type RTCs. Supports DS1339, DS1672,

CVS commit: src/sys/dev/i2c

2012-02-01 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Feb 2 02:47:59 UTC 2012 Modified Files: src/sys/dev/i2c: sdtemp.c Log Message: Clean up display of initial hardware provided limits. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

CVS commit: src/sys/dev/i2c

2012-02-01 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Feb 2 02:47:59 UTC 2012 Modified Files: src/sys/dev/i2c: sdtemp.c Log Message: Clean up display of initial hardware provided limits. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

CVS commit: src/sys/dev/i2c

2012-01-22 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Sun Jan 22 10:36:52 UTC 2012 Modified Files: src/sys/dev/i2c: spdmem_i2c.c Log Message: Add dimm found on Sun US-IIe based machines (eg. Netra X1, Blade 100). To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/dev/i2c

2012-01-07 Thread Frank Wille
Module Name:src Committed By: phx Date: Sat Jan 7 15:03:11 UTC 2012 Modified Files: src/sys/dev/i2c: ds1307.c ds1307reg.h Log Message: Fixed 12/24h mode. Bit 6 from the hours register indicates 12h mode. Do not overwrite the control register (0x07) with random contents.

CVS commit: src/sys/dev/i2c

2012-01-07 Thread Frank Wille
Module Name:src Committed By: phx Date: Sat Jan 7 21:02:15 UTC 2012 Modified Files: src/sys/dev/i2c: pcf8563.c Log Message: Add direct config support. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/i2c/pcf8563.c Please note that diffs are not

CVS commit: src/sys/dev/i2c

2012-01-07 Thread Frank Wille
Module Name:src Committed By: phx Date: Sat Jan 7 15:03:11 UTC 2012 Modified Files: src/sys/dev/i2c: ds1307.c ds1307reg.h Log Message: Fixed 12/24h mode. Bit 6 from the hours register indicates 12h mode. Do not overwrite the control register (0x07) with random contents.

CVS commit: src/sys/dev/i2c

2012-01-07 Thread Frank Wille
Module Name:src Committed By: phx Date: Sat Jan 7 21:02:15 UTC 2012 Modified Files: src/sys/dev/i2c: pcf8563.c Log Message: Add direct config support. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/i2c/pcf8563.c Please note that diffs are not

CVS commit: src/sys/dev/i2c

2011-11-17 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Nov 17 13:47:27 UTC 2011 Modified Files: src/sys/dev/i2c: pic16lc.c Log Message: Fix last envsys2 conversion (1.10). From Tetsuya Isaki in PR#45622. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/sys/dev/i2c

2011-11-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Nov 17 16:04:07 UTC 2011 Modified Files: src/sys/dev/i2c: pic16lc.c Log Message: tidy up. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/dev/i2c/pic16lc.c Please note that diffs are not public

CVS commit: src/sys/dev/i2c

2011-11-17 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Nov 17 13:47:27 UTC 2011 Modified Files: src/sys/dev/i2c: pic16lc.c Log Message: Fix last envsys2 conversion (1.10). From Tetsuya Isaki in PR#45622. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/sys/dev/i2c

2011-11-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Nov 17 16:04:07 UTC 2011 Modified Files: src/sys/dev/i2c: pic16lc.c Log Message: tidy up. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/dev/i2c/pic16lc.c Please note that diffs are not public

CVS commit: src/sys/dev/i2c

2011-11-08 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Nov 9 05:47:54 UTC 2011 Modified Files: src/sys/dev/i2c: lm75.c Log Message: Support setting the temperature threshold for the LM75's alarm/interrupt output. Some hardware ( I'm looking at you, Gdium ) abuses it to control

CVS commit: src/sys/dev/i2c

2011-11-08 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Nov 9 05:47:54 UTC 2011 Modified Files: src/sys/dev/i2c: lm75.c Log Message: Support setting the temperature threshold for the LM75's alarm/interrupt output. Some hardware ( I'm looking at you, Gdium ) abuses it to control

CVS commit: src/sys/dev/i2c

2011-10-11 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Oct 11 15:19:09 UTC 2011 Modified Files: src/sys/dev/i2c: i2c.c Log Message: remove spurious warning about duplicate devices when using info from MD code ( like OpenFirmware ) ok jmcneill To generate a diff of this

CVS commit: src/sys/dev/i2c

2011-10-11 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Oct 11 15:19:09 UTC 2011 Modified Files: src/sys/dev/i2c: i2c.c Log Message: remove spurious warning about duplicate devices when using info from MD code ( like OpenFirmware ) ok jmcneill To generate a diff of this

CVS commit: src/sys/dev/i2c

2011-10-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Oct 3 23:53:04 UTC 2011 Modified Files: src/sys/dev/i2c: i2c.c Log Message: iic_ioctl_exec: if the i2c controller's exec function uses -1 instead of an error code to report failure, convert it to EIO. To generate a diff

CVS commit: src/sys/dev/i2c

2011-10-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Oct 3 23:53:04 UTC 2011 Modified Files: src/sys/dev/i2c: i2c.c Log Message: iic_ioctl_exec: if the i2c controller's exec function uses -1 instead of an error code to report failure, convert it to EIO. To generate a diff

Re: CVS commit: src/sys/dev/i2c

2011-10-02 Thread Jared McNeill
: src/sys/dev/i2c Module Name: src Committed By: mbalmer Date: Sun Oct 2 11:38:48 UTC 2011 Modified Files: src/sys/dev/i2c: i2c.c Log Message: ii2c can be built as module. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/dev/i2c/i2c.c Please note that diffs are not public

CVS commit: src/sys/dev/i2c

2011-10-02 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sun Oct 2 11:38:48 UTC 2011 Modified Files: src/sys/dev/i2c: i2c.c Log Message: ii2c can be built as module. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/dev/i2c/i2c.c Please note that diffs are not

CVS commit: src/sys/dev/i2c

2011-10-02 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sun Oct 2 12:25:40 UTC 2011 Modified Files: src/sys/dev/i2c: i2c.c Log Message: Consistent use of 'return'. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/dev/i2c/i2c.c Please note that diffs are not

CVS commit: src/sys/dev/i2c

2011-10-02 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Oct 2 18:58:46 UTC 2011 Modified Files: src/sys/dev/i2c: i2c.c Log Message: add support for detaching iic(4) To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/dev/i2c/i2c.c Please note that diffs are

CVS commit: src/sys/dev/i2c

2011-10-02 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Oct 2 19:03:56 UTC 2011 Modified Files: src/sys/dev/i2c: au8522.c cx24227.c dbcool.c lg3303.c mt2131.c nxt2k.c sdtemp.c spdmem_i2c.c tvpll.c xc3028.c xc5k.c zl10353.c Log Message: now that iic is a module, add

CVS commit: src/sys/dev/i2c

2011-10-02 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Oct 2 21:12:43 UTC 2011 Modified Files: src/sys/dev/i2c: i2c.c Log Message: iic_ioctl_exec: initialize cmd before using it To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys/dev/i2c/i2c.c Please note

CVS commit: src/sys/dev/i2c

2011-10-02 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sun Oct 2 11:38:48 UTC 2011 Modified Files: src/sys/dev/i2c: i2c.c Log Message: ii2c can be built as module. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/dev/i2c/i2c.c Please note that diffs are not

CVS commit: src/sys/dev/i2c

2011-10-02 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sun Oct 2 12:25:40 UTC 2011 Modified Files: src/sys/dev/i2c: i2c.c Log Message: Consistent use of 'return'. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/dev/i2c/i2c.c Please note that diffs are not

CVS commit: src/sys/dev/i2c

2011-10-02 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Oct 2 17:39:40 UTC 2011 Modified Files: src/sys/dev/i2c: i2c.c Log Message: I2C_IOCTL_EXEC: only allow i2c write ops if the device was opened for writing To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32

CVS commit: src/sys/dev/i2c

2011-10-02 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Oct 2 18:58:46 UTC 2011 Modified Files: src/sys/dev/i2c: i2c.c Log Message: add support for detaching iic(4) To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/dev/i2c/i2c.c Please note that diffs are

CVS commit: src/sys/dev/i2c

2011-10-02 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Oct 2 21:12:43 UTC 2011 Modified Files: src/sys/dev/i2c: i2c.c Log Message: iic_ioctl_exec: initialize cmd before using it To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys/dev/i2c/i2c.c Please note

CVS commit: src/sys/dev/i2c

2011-08-29 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Aug 29 11:16:36 UTC 2011 Modified Files: src/sys/dev/i2c: zl10353.c zl10353reg.h zl10353var.h Log Message: Fix RCS keyword string. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/i2c/zl10353.c \

CVS commit: src/sys/dev/i2c

2011-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 18 02:08:07 UTC 2011 Modified Files: src/sys/dev/i2c: dbcool.c Log Message: fix gcc-4.5 warnings To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys/dev/i2c/dbcool.c Please note that diffs are not

CVS commit: src/sys/dev/i2c

2011-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 18 02:08:07 UTC 2011 Modified Files: src/sys/dev/i2c: dbcool.c Log Message: fix gcc-4.5 warnings To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys/dev/i2c/dbcool.c Please note that diffs are not

CVS commit: src/sys/dev/i2c

2011-08-13 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Aug 13 18:31:38 UTC 2011 Modified Files: src/sys/dev/i2c: files.i2c Log Message: lg3303 depends on dtv_math, not xc3028 To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/sys/dev/i2c/files.i2c Please note

CVS commit: src/sys/dev/i2c

2011-08-13 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Aug 13 18:31:38 UTC 2011 Modified Files: src/sys/dev/i2c: files.i2c Log Message: lg3303 depends on dtv_math, not xc3028 To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/sys/dev/i2c/files.i2c Please note

CVS commit: src/sys/dev/i2c

2011-08-09 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Aug 9 10:54:22 UTC 2011 Modified Files: src/sys/dev/i2c: lg3303.c xc3028.c Log Message: lg3303 should depend on dtv_math, not xc3028 To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/i2c/lg3303.c

CVS commit: src/sys/dev/i2c

2011-08-09 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Aug 9 10:54:22 UTC 2011 Modified Files: src/sys/dev/i2c: lg3303.c xc3028.c Log Message: lg3303 should depend on dtv_math, not xc3028 To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/i2c/lg3303.c

CVS commit: src/sys/dev/i2c

2011-08-05 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Aug 5 20:32:22 UTC 2011 Modified Files: src/sys/dev/i2c: cx24227.c Log Message: add QAM64/256 support To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/i2c/cx24227.c Please note that diffs are not

CVS commit: src/sys/dev/i2c

2011-08-05 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Aug 5 21:19:23 UTC 2011 Modified Files: src/sys/dev/i2c: cx24227.c Log Message: hide debug messages under CX24227_DEBUG To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/i2c/cx24227.c Please note

CVS commit: src/sys/dev/i2c

2011-08-05 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Aug 5 20:32:22 UTC 2011 Modified Files: src/sys/dev/i2c: cx24227.c Log Message: add QAM64/256 support To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/i2c/cx24227.c Please note that diffs are not

CVS commit: src/sys/dev/i2c

2011-08-05 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Aug 5 20:51:10 UTC 2011 Modified Files: src/sys/dev/i2c: mt2131.c Log Message: Various cleanup, mostly reducing debugging spew. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/i2c/mt2131.c Please

CVS commit: src/sys/dev/i2c

2011-08-05 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Aug 5 21:19:23 UTC 2011 Modified Files: src/sys/dev/i2c: cx24227.c Log Message: hide debug messages under CX24227_DEBUG To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/i2c/cx24227.c Please note

CVS commit: src/sys/dev/i2c

2011-08-04 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Aug 4 22:24:29 UTC 2011 Modified Files: src/sys/dev/i2c: mt2131.c Log Message: modularize mt2131 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/i2c/mt2131.c Please note that diffs are not public

CVS commit: src/sys/dev/i2c

2011-08-04 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Aug 4 22:24:45 UTC 2011 Modified Files: src/sys/dev/i2c: cx24227.c Log Message: modularize cx24227 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/i2c/cx24227.c Please note that diffs are not

CVS commit: src/sys/dev/i2c

2011-08-04 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Aug 4 22:24:29 UTC 2011 Modified Files: src/sys/dev/i2c: mt2131.c Log Message: modularize mt2131 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/i2c/mt2131.c Please note that diffs are not public

CVS commit: src/sys/dev/i2c

2011-08-04 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Aug 4 22:24:45 UTC 2011 Modified Files: src/sys/dev/i2c: cx24227.c Log Message: modularize cx24227 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/i2c/cx24227.c Please note that diffs are not

CVS commit: src/sys/dev/i2c

2011-08-03 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Aug 4 01:45:38 UTC 2011 Modified Files: src/sys/dev/i2c: files.i2c Added Files: src/sys/dev/i2c: mt2131.c mt2131var.h Log Message: Add subroutines to support Microtune MT2131 silicon tuner. To generate a diff of

CVS commit: src/sys/dev/i2c

2011-08-03 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Aug 4 01:48:34 UTC 2011 Modified Files: src/sys/dev/i2c: files.i2c Added Files: src/sys/dev/i2c: cx24227.c cx24227var.h Log Message: Add Conexant/Samsung CX24227/S5H1409 demodulator subroutines. To generate a

CVS commit: src/sys/dev/i2c

2011-08-03 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Aug 4 01:45:38 UTC 2011 Modified Files: src/sys/dev/i2c: files.i2c Added Files: src/sys/dev/i2c: mt2131.c mt2131var.h Log Message: Add subroutines to support Microtune MT2131 silicon tuner. To generate a diff of

CVS commit: src/sys/dev/i2c

2011-08-03 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Aug 4 01:48:34 UTC 2011 Modified Files: src/sys/dev/i2c: files.i2c Added Files: src/sys/dev/i2c: cx24227.c cx24227var.h Log Message: Add Conexant/Samsung CX24227/S5H1409 demodulator subroutines. To generate a

CVS commit: src/sys/dev/i2c

2011-08-02 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Aug 2 14:06:15 UTC 2011 Modified Files: src/sys/dev/i2c: dbcool.c dbcool_var.h Log Message: When detaching the device, tear down its sysctl tree. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33

CVS commit: src/sys/dev/i2c

2011-08-02 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Aug 2 14:06:15 UTC 2011 Modified Files: src/sys/dev/i2c: dbcool.c dbcool_var.h Log Message: When detaching the device, tear down its sysctl tree. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33

CVS commit: src/sys/dev/i2c

2011-08-02 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Aug 2 18:46:35 UTC 2011 Modified Files: src/sys/dev/i2c: i2c.c Log Message: Prevent multiple attachments at the same i2c address. OK jmcneill@ To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27

CVS commit: src/sys/dev/i2c

2011-08-01 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Aug 1 22:42:57 UTC 2011 Modified Files: src/sys/dev/i2c: dbcool.c Log Message: appease gcc 4.5 To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/dev/i2c/dbcool.c Please note that diffs are not public

CVS commit: src/sys/dev/i2c

2011-08-01 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Aug 1 22:42:57 UTC 2011 Modified Files: src/sys/dev/i2c: dbcool.c Log Message: appease gcc 4.5 To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/dev/i2c/dbcool.c Please note that diffs are not public

CVS commit: src/sys/dev/i2c

2011-07-31 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jul 31 15:58:25 UTC 2011 Modified Files: src/sys/dev/i2c: i2c.c Log Message: add rescan support To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/dev/i2c/i2c.c Please note that diffs are not public

CVS commit: src/sys/dev/i2c

2011-07-31 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jul 31 15:59:45 UTC 2011 Modified Files: src/sys/dev/i2c: sdtemp.c Log Message: add detach support, modularize, build with WARNS=4 To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/dev/i2c/sdtemp.c

CVS commit: src/sys/dev/i2c

2011-07-31 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jul 31 16:05:01 UTC 2011 Modified Files: src/sys/dev/i2c: dbcool.c Log Message: modularize To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/dev/i2c/dbcool.c Please note that diffs are not public

CVS commit: src/sys/dev/i2c

2011-07-31 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jul 31 15:58:25 UTC 2011 Modified Files: src/sys/dev/i2c: i2c.c Log Message: add rescan support To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/dev/i2c/i2c.c Please note that diffs are not public

CVS commit: src/sys/dev/i2c

2011-07-31 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jul 31 15:59:45 UTC 2011 Modified Files: src/sys/dev/i2c: sdtemp.c Log Message: add detach support, modularize, build with WARNS=4 To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/dev/i2c/sdtemp.c

CVS commit: src/sys/dev/i2c

2011-07-31 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jul 31 16:05:01 UTC 2011 Modified Files: src/sys/dev/i2c: dbcool.c Log Message: modularize To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/dev/i2c/dbcool.c Please note that diffs are not public

CVS commit: src/sys/dev/i2c

2011-07-22 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Fri Jul 22 18:21:10 UTC 2011 Modified Files: src/sys/dev/i2c: xc3028.c Log Message: Fix printf format To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/i2c/xc3028.c Please note that diffs are not public

CVS commit: src/sys/dev/i2c

2011-07-22 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Fri Jul 22 18:21:10 UTC 2011 Modified Files: src/sys/dev/i2c: xc3028.c Log Message: Fix printf format To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/i2c/xc3028.c Please note that diffs are not public

<    5   6   7   8   9   10   11   12   >