Re: [i2c-tools][PATCH] honor CROSS_COMPILE

2011-01-10 Thread Jean Delvare
On Sat, 8 Jan 2011 22:01:30 +0100, Wolfram Sang wrote: On Sat, Jan 08, 2011 at 02:32:21PM -0600, Nishanth Menon wrote: Wolfram Sang wrote, on 01/08/2011 01:23 PM: Then again, the vast majority of userspace-projects do not use CROSS_COMPILE. Build systems like ptxdist and buildroot have

Re: [i2c-tools][PATCH] honor CROSS_COMPILE

2011-01-10 Thread Nishanth Menon
Jean Delvare had written, on 01/10/2011 08:26 AM, the following: On Sat, 8 Jan 2011 22:01:30 +0100, Wolfram Sang wrote: On Sat, Jan 08, 2011 at 02:32:21PM -0600, Nishanth Menon wrote: Wolfram Sang wrote, on 01/08/2011 01:23 PM: Then again, the vast majority of userspace-projects do not use

Re: soc_camera Client Driver with Multiple I2C Addresses

2011-01-10 Thread Jean Delvare
On Tue, 28 Dec 2010 08:55:41 +0100 (CET), Guennadi Liakhovetski wrote: Hi Charles (linux-i2c added to cc) On Mon, 27 Dec 2010, Charles D. Krebs wrote: Guennadi, I'm developing a driver for a video receiver chip that has register banks on multiple I2C addresses on the same bus.

Re: [i2c-tools][PATCH] honor CROSS_COMPILE

2011-01-10 Thread Jean Delvare
On Mon, 10 Jan 2011 08:27:52 -0600, Nishanth Menon wrote: Jean Delvare had written, on 01/10/2011 08:26 AM, the following: I don't have a strong opinion on this either. But I don't get the point of setting values for AS, LD, AR etc. when they don't seem to be used anywhere. And STRIP is set

Re: [i2c-tools][PATCH] honor CROSS_COMPILE

2011-01-10 Thread Nishanth Menon
Jean Delvare had written, on 01/10/2011 08:44 AM, the following: On Mon, 10 Jan 2011 08:27:52 -0600, Nishanth Menon wrote: Jean Delvare had written, on 01/10/2011 08:26 AM, the following: I don't have a strong opinion on this either. But I don't get the point of setting values for AS, LD, AR

[PATCH 2.6.37] i2c-i801: SMBus patch for Intel DH89xxCC DeviceIDs

2011-01-10 Thread Seth Heasley
This patch adds the SMBus Controller DeviceIDs for the Intel DH89xxCC PCH. Signed-off-by: Seth Heasley seth.heas...@intel.com --- linux-2.6.37/drivers/i2c/busses/i2c-i801.c.orig 2011-01-04 16:50:19.0 -0800 +++ linux-2.6.37/drivers/i2c/busses/i2c-i801.c 2011-01-06 14:26:20.0

[GIT PULL] i2c updates for 2.6.38

2011-01-10 Thread Jean Delvare
Hi Linus, Please pull i2c subsystem updates for Linux 2.6.37 from: git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging.git i2c-for-linus Not much this time around... Only the new generic I2C multiplexer using the GPIO API is worth mentioning. Documentation/i2c/muxes/gpio-i2cmux |

Re: [GIT PULL] i2c updates for 2.6.38

2011-01-10 Thread Jean Delvare
On Mon, 10 Jan 2011 22:21:45 +0100, Jean Delvare wrote: Please pull i2c subsystem updates for Linux 2.6.37 from: Of course this should read: for Linux 2.6.38. Copy and paste is bad. -- Jean Delvare -- To unsubscribe from this list: send the line unsubscribe linux-i2c in the body of a message

Re: [GIT PULL] i2c updates for 2.6.38

2011-01-10 Thread Randy Dunlap
On Mon, January 10, 2011 2:32 pm, Jean Delvare wrote: On Mon, 10 Jan 2011 22:21:45 +0100, Jean Delvare wrote: Please pull i2c subsystem updates for Linux 2.6.37 from: Of course this should read: for Linux 2.6.38. Copy and paste is bad. Replying to someone's own pull request for earlier

RE: [PATCH v2] EG20T: Update PCH_I2C driver to 2.6.37

2011-01-10 Thread Tomoya MORINAGA
Hi Ben, I need your help !!! This patch has NOT been reviewed since Dec-07-2010. We do want you to accept the driver to be integrated for 2.6.38. Could you review this patch, please? Thanks, --- Tomoya MORINAGA OKI SEMICONDUCTOR CO., LTD. -- To unsubscribe from this list: send the line

[PATCH 1/2] i2c-bfin-twi: handle faulty slave devices better

2011-01-10 Thread Mike Frysinger
From: Michael Hennerich michael.henner...@analog.com Faulty slave devices might drive SDA low after a transfer finishes. So, when this scenario is detected, have the master generate up to 9 extra clocks until the SDA is properly released. Signed-off-by: Michael Hennerich

[PATCH 2/2] i2c-bfin-twi: move setup to the earlier subsys initcall

2011-01-10 Thread Mike Frysinger
From: Michael Hennerich michael.henner...@analog.com Some systems using this bus sometimes have very basic devices such as regulators on the bus, so the I2C bus master needs to be loaded early. This also matches the behavior of many other I2C bus master drivers. Therefore initialize via