Re: [PATCH v2] [I2C-OMAP] Add support for 16-bit registers

2010-03-19 Thread Jarkko Nikula
On Wed, 10 Mar 2010 14:30:00 -0800 Tony Lindgren t...@atomide.com wrote: * Kevin Hilman khil...@deeprootsystems.com [100310 10:01]: Tony Lindgren t...@atomide.com writes: ... Unfortunately, Tony's additional fix did not make it into the version that was merged to mainline, which results

Re: [PATCH v2] [I2C-OMAP] Add support for 16-bit registers

2010-03-15 Thread Kevin Hilman
Tony Lindgren t...@atomide.com writes: [...] Here's another one to add to omap-testing then. This one has been submitted to linux-i2c a couple times and been in the OMAP PM branch for a while. OK, let's add that to omap-testing after we're done with the initial fixes. This does not

Re: [PATCH v2] [I2C-OMAP] Add support for 16-bit registers

2010-03-12 Thread Kevin Hilman
Tony Lindgren t...@atomide.com writes: * Kevin Hilman khil...@deeprootsystems.com [100311 08:36]: Tony Lindgren t...@atomide.com writes: Anyways, for the future, considering how critical this driver is for all omaps.. And considering how badly this driver needs some updates done..

Re: [PATCH v2] [I2C-OMAP] Add support for 16-bit registers

2010-03-11 Thread Kevin Hilman
Tony Lindgren t...@atomide.com writes: * Kevin Hilman khil...@deeprootsystems.com [100310 10:01]: Tony Lindgren t...@atomide.com writes: * Cory Maccarrone darkstar6...@gmail.com [100109 10:34]: On Sat, Jan 9, 2010 at 10:33 AM, Tony Lindgren t...@atomide.com wrote: Let's plan on

Re: [PATCH v2] [I2C-OMAP] Add support for 16-bit registers

2010-03-11 Thread Tony Lindgren
* Kevin Hilman khil...@deeprootsystems.com [100311 08:36]: Tony Lindgren t...@atomide.com writes: Anyways, for the future, considering how critical this driver is for all omaps.. And considering how badly this driver needs some updates done.. How about we pile up the i2c-omap patches

Re: [PATCH v2] [I2C-OMAP] Add support for 16-bit registers

2010-03-10 Thread Kevin Hilman
Tony Lindgren t...@atomide.com writes: * Cory Maccarrone darkstar6...@gmail.com [100109 10:34]: On Sat, Jan 9, 2010 at 10:33 AM, Tony Lindgren t...@atomide.com wrote: Let's plan on adding this into omap-testing branch next week so we can make sure things are OK for the other platforms.

Re: [PATCH v2] [I2C-OMAP] Add support for 16-bit registers

2010-03-10 Thread Tony Lindgren
* Kevin Hilman khil...@deeprootsystems.com [100310 10:01]: Tony Lindgren t...@atomide.com writes: * Cory Maccarrone darkstar6...@gmail.com [100109 10:34]: On Sat, Jan 9, 2010 at 10:33 AM, Tony Lindgren t...@atomide.com wrote: Let's plan on adding this into omap-testing branch next

Re: [PATCH v2] [I2C-OMAP] Add support for 16-bit registers

2010-02-01 Thread Tony Lindgren
* Cory Maccarrone darkstar6...@gmail.com [100111 17:49]: On Mon, Jan 11, 2010 at 5:28 PM, Tony Lindgren t...@atomide.com wrote: Applied to omap-testing with the following fix. Can you please merge it into your original patch? Done, I've attached the new patch to here. I've tested it

[APPLIED] [PATCH v2] [I2C-OMAP] Add support for 16-bit registers

2010-01-11 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: omap-testing Initial commit ID (Likely to change): acc580d61f84565baec4a2fdf9b9d9e88e7bf373 PatchWorks http://patchwork.kernel.org/patch/66948/ Git (Likely to change, and takes a while to get

Re: [PATCH v2] [I2C-OMAP] Add support for 16-bit registers

2010-01-11 Thread Tony Lindgren
* Cory Maccarrone darkstar6...@gmail.com [100109 10:34]: On Sat, Jan 9, 2010 at 10:33 AM, Tony Lindgren t...@atomide.com wrote: Let's plan on adding this into omap-testing branch next week so we can make sure things are OK for the other platforms. Then assuming no issues, let's ask Ben

Re: [PATCH v2] [I2C-OMAP] Add support for 16-bit registers

2010-01-11 Thread Cory Maccarrone
On Mon, Jan 11, 2010 at 5:28 PM, Tony Lindgren t...@atomide.com wrote: Applied to omap-testing with the following fix. Can you please merge it into your original patch? Done, I've attached the new patch to here. I've tested it and it works perfectly. - Cory From

Re: [PATCH v2] [I2C-OMAP] Add support for 16-bit registers

2010-01-09 Thread Cory Maccarrone
On Sat, Dec 12, 2009 at 5:54 PM, Cory Maccarrone darkstar6...@gmail.com wrote: The current i2c-omap driver is set up for 32-bit registers, which corresponds to most OMAP devices.  However, OMAP730/850 based devices use a 16-bit register size. This change modifies the driver to perform a

Re: [PATCH v2] [I2C-OMAP] Add support for 16-bit registers

2010-01-09 Thread Tony Lindgren
* Cory Maccarrone darkstar6...@gmail.com [100109 09:45]: On Sat, Dec 12, 2009 at 5:54 PM, Cory Maccarrone darkstar6...@gmail.com wrote: The current i2c-omap driver is set up for 32-bit registers, which corresponds to most OMAP devices.  However, OMAP730/850 based devices use a 16-bit

Re: [PATCH v2] [I2C-OMAP] Add support for 16-bit registers

2010-01-09 Thread Cory Maccarrone
On Sat, Jan 9, 2010 at 10:33 AM, Tony Lindgren t...@atomide.com wrote: Let's plan on adding this into omap-testing branch next week so we can make sure things are OK for the other platforms. Then assuming no issues, let's ask Ben can queue it. Excellent, thank you! - Cory -- To unsubscribe

[PATCH v2] [I2C-OMAP] Add support for 16-bit registers

2009-12-12 Thread Cory Maccarrone
The current i2c-omap driver is set up for 32-bit registers, which corresponds to most OMAP devices. However, OMAP730/850 based devices use a 16-bit register size. This change modifies the driver to perform a runtime CPU type check to determine the register sizes, and uses a bit shift of either 1