Re: [PATCH] i2c: pxa: enable high speed mode for i2c bus

2013-07-29 Thread James Lebron
Hi All Would you please help to look at this patch? Thanks! 2013/7/22 James Lebron : > Hi Guys > > Any comments? > > 2013/7/11 James Lebron : >> Hi all >> >> I am still waiting for your response. >> >> 2013/7/5 James Lebron : >>> Hi guys, >>> >>> Any comments? >>> >>> 201

PC to PC link via i2c on nvidia (VGA) cards. Is it possible in theory?

2013-07-29 Thread Hiroto Takahashi
Hello, linux-i2c! I have a toy project that requires connection of two PC computers. I want to abuse DDC pins on VGA cards to send/receive data via i2c. What do you think, Is it really possible? I have read that linux computer can only be a i2c master, will it be a problem for the task? Of cours

Re: [PATCH v4 2/2] i2c_imc: New driver for Intel's iMC, found on LGA2011 chips

2013-07-29 Thread Andy Lutomirski
On Thu, Jul 18, 2013 at 3:40 PM, Guenter Roeck wrote: > On Thu, Jul 18, 2013 at 02:37:40PM -0700, Andy Lutomirski wrote: >> On Thu, Jul 18, 2013 at 2:33 PM, Guenter Roeck wrote: >> > On Thu, Jul 18, 2013 at 11:36:54AM -0700, Andy Lutomirski wrote: >> >> Sandy Bridge Xeon and Extreme chips have in

Re: [PATCH 06/27] drivers/i2c/busses: don't check resource with devm_ioremap_resource

2013-07-29 Thread Linus Walleij
On Tue, Jul 23, 2013 at 8:01 PM, Wolfram Sang wrote: > devm_ioremap_resource does sanity checks on the given resource. No need to > duplicate this in the driver. > > Signed-off-by: Wolfram Sang > --- > Please apply via the subsystem-tree. Are you talking to yourself ;-) Acked-by: Linus Walleij