Re: [PATCH 1/1] ST DDC I2C U300 bus driver v3

2009-06-14 Thread Ben Dooks
I've applied this, however one minor point is that it is turning up in Kconfig entries where it probably shouldn't be. Please send a patch to add a 'depends on' line to the Kconfig. -- Ben (b...@fluff.org, http://www.fluff.org/) 'a smiley only costs 4 bytes' -- To unsubscribe from this list: s

Re: [PATCH] Use resource_size macro

2009-06-14 Thread Ben Dooks
applied -- Ben (b...@fluff.org, http://www.fluff.org/) 'a smiley only costs 4 bytes' -- To unsubscribe from this list: send the line "unsubscribe linux-i2c" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] i2c-bfin-twi: pull in io.h for ioremap()

2009-06-14 Thread Ben Dooks
applied, will push out in the next day or so. -- Ben (b...@fluff.org, http://www.fluff.org/) 'a smiley only costs 4 bytes' -- To unsubscribe from this list: send the line "unsubscribe linux-i2c" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.or

Re: [PATCH v2] i2c-mpc: generate START condition after STOP caused by read i2c_msg

2009-06-14 Thread Ben Dooks
is there a new version of this patch available? -- Ben (b...@fluff.org, http://www.fluff.org/) 'a smiley only costs 4 bytes' -- To unsubscribe from this list: send the line "unsubscribe linux-i2c" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.

current state of next i2c merge

2009-06-14 Thread Ben Dooks
This is the current contents of my git tree, which since Mike's blackfin patch is marked urget I would like to get pushed in the next day or so. If you have anything urgent, or can sort out any of the patches that have had feedback but no new version, then please get these sorted as soon as possib

Re: [PATCH v2] i2c-mpc: generate START condition after STOP caused by read i2c_msg

2009-06-14 Thread Esben Haabendal
Ben Dooks wrote: is there a new version of this patch available? I will catch up on it ASAP. /Esben -- To unsubscribe from this list: send the line "unsubscribe linux-i2c" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.ht

[possible bug] removing i2c busses while /dev/i2c-X is opened

2009-06-14 Thread Andreas Kemnade
Hi, after writing drivers for some home-brew hardware which also has an i2c bus, I suspect there is a bug in i2c-core causing i2c-dev to access fields of the i2c_adapter struct when the bus is already removed (but not the corresponding kernel module. After looking on the sources I found out that

[PATCH] Make stu300 driver depend on MACH_U300

2009-06-14 Thread linus . walleij
From: Linus Walleij This makes the stu300 driver for the ST Micro ST DDC I2C bus driver depend on MACH_U300, new platforms reusing this I2C driver will need to add in a similar dependency. Signed-off-by: Linus Walleij --- drivers/i2c/busses/Kconfig |1 + 1 files changed, 1 insertions(+), 0

Re: [PATCH] Make stu300 driver depend on MACH_U300

2009-06-14 Thread Ben Dooks
On Mon, Jun 15, 2009 at 12:30:18AM +0200, linus.wall...@stericsson.com wrote: > From: Linus Walleij > > This makes the stu300 driver for the ST Micro ST DDC I2C bus > driver depend on MACH_U300, new platforms reusing this I2C > driver will need to add in a similar dependency. > > Signed-off-by: