Re: [PATCH] i2c: tegra: I2_M_NOSTART functionality not supported in Tegra20
From: Laxman Dewangan <hidden>
Date: 2012-08-16 07:25:29
Also in:
linux-i2c, lkml
From: Laxman Dewangan <hidden>
Date: 2012-08-16 07:25:29
Also in:
linux-i2c, lkml
On Tuesday 14 August 2012 10:19 PM, Stephen Warren wrote:
On 08/14/2012 03:19 AM, Laxman Dewangan wrote:quoted
Tegra20 i2c controller does not support the continue transfer which implements the I2C_M_NOSTART functionality of i2c protocol mangling. Removing the I2C_M_NOSTART functionality for Tegra20. Signed-off-by: Laxman Dewangan<redacted> Reported-by: Stephen Warren<redacted>Tested-by: Stephen Warren<redacted> Note that if I take Laxman's I2C driver clock patches through the Tegra tree, and Wolfram takes this patch through the I2C tree, there will be a very slight conflict, since adjacent lines are touched. However, the resolution is simple and obvious, so I think that's fine.
Stephen/Wolfram, I have 2 more change to implement runtime PM and dynamic clock control for fast clock which I have planned for 3.7. I think it will be better if this also goes on same tree where the clock related change are available to avoid the merge conflict.