CVS commit: [khorben-n900] src/sys/dev/i2c

2013-05-27 Thread Pierre Pronchery
Module Name:src Committed By: khorben Date: Mon May 27 20:29:13 UTC 2013 Modified Files: src/sys/dev/i2c [khorben-n900]: tps65950.c Log Message: KNF Thanks jmcneill@ for the hint. To generate a diff of this commit: cvs rdiff -u -r1.3.10.5 -r1.3.10.6 src/sys/dev/i2c/tps6

CVS commit: [khorben-n900] src/sys/dev/i2c

2013-05-27 Thread Pierre Pronchery
Module Name:src Committed By: khorben Date: Mon May 27 20:23:28 UTC 2013 Modified Files: src/sys/dev/i2c [khorben-n900]: tps65950.c Log Message: Fixed use of workqueue_create(9), as it expects a pri_t as the priority. The IPL level was changed to IPL_SOFTBIO which seems mo

CVS commit: [khorben-n900] src/sys/dev/i2c

2013-05-16 Thread Pierre Pronchery
Module Name:src Committed By: khorben Date: Thu May 16 15:51:29 UTC 2013 Modified Files: src/sys/dev/i2c [khorben-n900]: lp5523.c Log Message: Added a refresh callback for the temperature sensor. To generate a diff of this commit: cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/sys

CVS commit: [khorben-n900] src/sys/dev/i2c

2013-05-16 Thread Pierre Pronchery
Module Name:src Committed By: khorben Date: Thu May 16 15:36:50 UTC 2013 Modified Files: src/sys/dev/i2c [khorben-n900]: files.i2c Added Files: src/sys/dev/i2c [khorben-n900]: lp5523.c lp5523reg.h Log Message: Initial import of the lp5523led(4) driver, a programmab

CVS commit: [khorben-n900] src/sys/dev/i2c

2013-05-11 Thread Pierre Pronchery
Module Name:src Committed By: khorben Date: Sun May 12 00:56:28 UTC 2013 Modified Files: src/sys/dev/i2c [khorben-n900]: files.i2c Log Message: tps65950pm(4) can now expose a GPIO bus. To generate a diff of this commit: cvs rdiff -u -r1.49.2.1 -r1.49.2.2 src/sys/dev/i2c/

CVS commit: [khorben-n900] src/sys/dev/i2c

2013-05-11 Thread Pierre Pronchery
Module Name:src Committed By: khorben Date: Sat May 11 17:48:22 UTC 2013 Modified Files: src/sys/dev/i2c [khorben-n900]: tps65950.c Added Files: src/sys/dev/i2c [khorben-n900]: tps65950reg.h Log Message: Moved register values to a separate file To generate a diff

CVS commit: [khorben-n900] src/sys/dev/i2c

2013-05-09 Thread Pierre Pronchery
Module Name:src Committed By: khorben Date: Fri May 10 01:10:03 UTC 2013 Modified Files: src/sys/dev/i2c [khorben-n900]: files.i2c i2c.c i2cvar.h Log Message: Added two locators for I2C devices: "intr" and "intrbase". They are required to allow the TPS65950 companion chip