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/arch/evbarm/n900

2013-05-16 Thread Pierre Pronchery
Module Name:src Committed By: khorben Date: Thu May 16 21:41:15 UTC 2013 Modified Files: src/sys/arch/evbarm/n900 [khorben-n900]: n900_acad.c n900_audjck.c n900_cambtn.c n900_camcvr.c n900_kbdsld.c n900_lckbtn.c n900_prxmty.c Log Message: Using a sy

CVS commit: [khorben-n900] src/sys/arch/arm/omap

2013-05-16 Thread Pierre Pronchery
Module Name:src Committed By: khorben Date: Thu May 16 18:24:26 UTC 2013 Modified Files: src/sys/arch/arm/omap [khorben-n900]: omap2_spi.c Log Message: Rewrote the computation of the clock frequency divider when configuring an SPI channel. To generate a diff of this comm

CVS commit: [khorben-n900] src/sys/arch/evbarm/conf

2013-05-16 Thread Pierre Pronchery
Module Name:src Committed By: khorben Date: Thu May 16 15:53:06 UTC 2013 Modified Files: src/sys/arch/evbarm/conf [khorben-n900]: N900 Log Message: Attaching the lp5523led(4) LED driver to the I2C bus. Tested on my Nokia N900 smartphone. To generate a diff of this commi

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/arch/arm/omap

2013-05-15 Thread Pierre Pronchery
Module Name:src Committed By: khorben Date: Wed May 15 23:27:49 UTC 2013 Modified Files: src/sys/arch/arm/omap [khorben-n900]: omap2_spi.c Log Message: Seems to be much closer to working correctly. Apparently one has to read back anything transmitted, as well as transmit 0

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

2013-05-15 Thread Pierre Pronchery
Module Name:src Committed By: khorben Date: Wed May 15 13:52:19 UTC 2013 Modified Files: src/sys/dev/spi [khorben-n900]: files.spi spi.c spivar.h Log Message: Let the bus speed of SPI devices be specified within the kernel configuration. To generate a diff of this commit

CVS commit: [khorben-n900] src/sys/arch/arm/omap

2013-05-14 Thread Pierre Pronchery
Module Name:src Committed By: khorben Date: Wed May 15 02:44:48 UTC 2013 Modified Files: src/sys/arch/arm/omap [khorben-n900]: omap2_spi.c Log Message: Make sure interrupts are cleared on the current channel when initiating a transfer. Also force the current transfer to be

CVS commit: [khorben-n900] src/sys/arch/arm/omap

2013-05-12 Thread Pierre Pronchery
Module Name:src Committed By: khorben Date: Sun May 12 20:11:39 UTC 2013 Modified Files: src/sys/arch/arm/omap [khorben-n900]: omap2_spi.c Log Message: Removed a bogus assertion. To generate a diff of this commit: cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/sys/arch/arm/omap/om

CVS commit: [khorben-n900] src/sys

2013-05-11 Thread Pierre Pronchery
Module Name:src Committed By: khorben Date: Sun May 12 01:49:44 UTC 2013 Modified Files: src/sys/arch/evbarm/conf [khorben-n900]: N900 src/sys/conf [khorben-n900]: files src/sys/dev/i2c [khorben-n900]: files.i2c tps65950.c tps65950reg.h Log Message: Added k

CVS commit: [khorben-n900] src/sys/arch/arm/omap

2013-05-11 Thread Pierre Pronchery
Module Name:src Committed By: khorben Date: Sun May 12 01:19:54 UTC 2013 Modified Files: src/sys/arch/arm/omap [khorben-n900]: omap2_spi.c Log Message: Removed debugging code To generate a diff of this commit: cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/sys/arch/arm/omap/omap2_

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

2013-05-11 Thread Pierre Pronchery
Module Name:src Committed By: khorben Date: Sun May 12 00:42:50 UTC 2013 Modified Files: src/sys/arch/evbarm/conf [khorben-n900]: N900 src/sys/dev/i2c [khorben-n900]: tps65950.c tps65950reg.h Log Message: Added GPIO support to the TPS65950 companion chip. I haven't

CVS commit: [khorben-n900] src/sys

2013-05-11 Thread Pierre Pronchery
Module Name:src Committed By: khorben Date: Sat May 11 18:22:47 UTC 2013 Modified Files: src/sys/arch/evbarm/conf [khorben-n900]: N900 src/sys/dev/i2c [khorben-n900]: tps65950.c tps65950reg.h Log Message: Beginning to handle interrupts from the TPS65950 companion c

CVS commit: [khorben-n900] src/sys/arch/evbarm

2013-05-11 Thread Pierre Pronchery
Module Name:src Committed By: khorben Date: Sat May 11 18:01:04 UTC 2013 Modified Files: src/sys/arch/evbarm/conf [khorben-n900]: N900 src/sys/arch/evbarm/n900 [khorben-n900]: n900_acad.c n900_audjck.c n900_cambtn.c n900_camcvr.c n900_kbdsld.c n900_lckbt

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/arch/evbarm/conf

2013-05-11 Thread Pierre Pronchery
Module Name:src Committed By: khorben Date: Sat May 11 17:28:51 UTC 2013 Modified Files: src/sys/arch/evbarm/conf [khorben-n900]: N900 Log Message: Enable support for the SPI bus To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.13.2.1 src/sys/arch/evbarm/conf/N

CVS commit: [khorben-n900] src/sys/arch/arm/omap

2013-05-11 Thread Pierre Pronchery
Module Name:src Committed By: khorben Date: Sat May 11 17:19:42 UTC 2013 Modified Files: src/sys/arch/arm/omap [khorben-n900]: files.omap2 Added Files: src/sys/arch/arm/omap [khorben-n900]: omap2_spi.c omap2_spireg.h Log Message: Imported omapspi(4), a driver for M

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

2013-05-09 Thread Pierre Pronchery
Module Name:src Committed By: khorben Date: Fri May 10 01:25:07 UTC 2013 Modified Files: src/sys/dev/spi [khorben-n900]: files.spi spi.c spivar.h Log Message: Just like for the I2C and GPIO buses, added an interrupt locator to the SPI bus, so that ARM device drivers on eit

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

2013-05-09 Thread Pierre Pronchery
Module Name:src Committed By: khorben Date: Fri May 10 01:20:05 UTC 2013 Modified Files: src/sys/dev/gpio [khorben-n900]: files.gpio gpio.c gpiovar.h Log Message: Added a locator for interrupts on the GPIO bus. This allows ARM devices (like the Nokia N900) to register inte

CVS commit: [khorben-n900] src/sys/arch/arm/omap

2013-05-09 Thread Pierre Pronchery
Module Name:src Committed By: khorben Date: Fri May 10 01:16:21 UTC 2013 Modified Files: src/sys/arch/arm/omap [khorben-n900]: omap2_reg.h Log Message: Added the base registers for SPI support. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.18.2.1 src/sys/arc

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

CVS commit: [khorben-n900] src/sys/arch/arm/pic

2013-05-09 Thread Pierre Pronchery
Module Name:src Committed By: khorben Date: Fri May 10 00:57:56 UTC 2013 Modified Files: src/sys/arch/arm/pic [khorben-n900]: pic.c picvar.h Log Message: Allow interrupt handlers to be temporarily disabled or enabled again, including from within interrupt context: returnin

CVS commit: [khorben-n900] src/sys/arch/arm/omap

2013-05-09 Thread Pierre Pronchery
Module Name:src Committed By: khorben Date: Fri May 10 00:50:35 UTC 2013 Modified Files: src/sys/arch/arm/omap [khorben-n900]: omap2430_intr.h Log Message: Pre-allocated more potential interrupt sources for the N900. It features the regular 6 * 32 GPIO pins on the main cor

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

2013-05-09 Thread Pierre Pronchery
Module Name:src Committed By: khorben Date: Fri May 10 00:38:20 UTC 2013 Modified Files: src/sys/dev/wscons [khorben-n900]: wsconsio.h Log Message: Allocated a wskbd entry for the Nokia N900 To generate a diff of this commit: cvs rdiff -u -r1.108 -r1.108.2.1 src/sys/dev/