Re: [U-Boot] [PATCH] cm-t35: add I2C multi-bus support

2012-04-23 Thread Tom Rini
On 04/21/2012 11:09 PM, Igor Grinberg wrote: Hi Tom, On 04/20/12 20:27, Tom Rini wrote: On Mon, Apr 2, 2012 at 5:29 AM, Igor Grinberg wrote: From: Nikita Kiryanov Enable I2C multi-bus support and config I2C muxes for I2C2 and I2C3. Signed-off-by: Nikita Kiryanov Signed-off-by: Igor Grinberg

Re: [U-Boot] [PATCH] cm-t35: add I2C multi-bus support

2012-04-21 Thread Igor Grinberg
Hi Tom, On 04/20/12 20:27, Tom Rini wrote: > On Mon, Apr 2, 2012 at 5:29 AM, Igor Grinberg wrote: >> From: Nikita Kiryanov >> >> Enable I2C multi-bus support and config I2C muxes for I2C2 and I2C3. >> >> Signed-off-by: Nikita Kiryanov >> Signed-off-by: Igor Grinberg > > Applied to u-boot-ti/n

Re: [U-Boot] [PATCH] cm-t35: add I2C multi-bus support

2012-04-20 Thread Tom Rini
On Mon, Apr 2, 2012 at 5:29 AM, Igor Grinberg wrote: > From: Nikita Kiryanov > > Enable I2C multi-bus support and config I2C muxes for I2C2 and I2C3. > > Signed-off-by: Nikita Kiryanov > Signed-off-by: Igor Grinberg Applied to u-boot-ti/next (and this missed the PR I just sent, sorry). -- To

Re: [U-Boot] [PATCH] cm-t35: add I2C multi-bus support

2012-04-03 Thread Tom Rini
On Mon, Apr 02, 2012 at 03:29:31PM +0300, Igor Grinberg wrote: > From: Nikita Kiryanov > > Enable I2C multi-bus support and config I2C muxes for I2C2 and I2C3. > > Signed-off-by: Nikita Kiryanov > Signed-off-by: Igor Grinberg Queued up for u-boot-ti/next (which I intend to PR Friday). -- T

Re: [U-Boot] [PATCH] cm-t35: add I2C multi-bus support

2012-04-02 Thread Igor Grinberg
Hi Tom, On 04/02/12 17:18, Tom Rini wrote: > On 04/02/2012 05:29 AM, Igor Grinberg wrote: >> From: Nikita Kiryanov >> >> Enable I2C multi-bus support and config I2C muxes for I2C2 and I2C3. >> >> Signed-off-by: Nikita Kiryanov >> Signed-off-by: Igor Grinberg > > Have you confirmed this is suffici

Re: [U-Boot] [PATCH] cm-t35: add I2C multi-bus support

2012-04-02 Thread Tom Rini
On 04/02/2012 05:29 AM, Igor Grinberg wrote: From: Nikita Kiryanov Enable I2C multi-bus support and config I2C muxes for I2C2 and I2C3. Signed-off-by: Nikita Kiryanov Signed-off-by: Igor Grinberg Have you confirmed this is sufficient and there's no changes required in omap24xx_i2c.c ? Thank

[U-Boot] [PATCH] cm-t35: add I2C multi-bus support

2012-04-02 Thread Igor Grinberg
From: Nikita Kiryanov Enable I2C multi-bus support and config I2C muxes for I2C2 and I2C3. Signed-off-by: Nikita Kiryanov Signed-off-by: Igor Grinberg --- board/cm_t35/cm_t35.c|6 ++ include/configs/cm_t35.h |1 + 2 files changed, 7 insertions(+), 0 deletions(-) diff --git a/