Re: [PATCH v2] omap: i2c: don't check bus state IP rev3.3 and earlier

2014-11-26 Thread Kevin Hilman
Alexander Kochetkov writes: > 25 нояб. 2014 г., в 22:13, Kevin Hilman написал(а): > >> I'll test your patch on all my OMAP boards. Put whatever debug output >> you want, and I'll send you links to all the boot output. > > Hello, Kevin! > > I've sent the patch[1]. Could you be so kind to run it

Re: [PATCH v2] omap: i2c: don't check bus state IP rev3.3 and earlier

2014-11-26 Thread Alexander Kochetkov
25 нояб. 2014 г., в 22:13, Kevin Hilman написал(а): > I'll test your patch on all my OMAP boards. Put whatever debug output > you want, and I'll send you links to all the boot output. Hello, Kevin! I've sent the patch[1]. Could you be so kind to run it on all your OMAP boards? Thank you very

Re: [PATCH v2] omap: i2c: don't check bus state IP rev3.3 and earlier

2014-11-25 Thread Kevin Hilman
Alexander Kochetkov writes: > 25 нояб. 2014 г., в 17:19, Wolfram Sang написал(а): > >> I'll push out this evening to make the boot tests work again. If there >> is more to be investigated, either hurry up and post v3 ;) or let me >> know that you need more time. > > Ok, thank you. Let the fix go

Re: [PATCH v2] omap: i2c: don't check bus state IP rev3.3 and earlier

2014-11-25 Thread Kevin Hilman
Alexander Kochetkov writes: > Commit 903c3859f77f9b0aace551da03267ef7a211dbc4 ("i2c: omap: implement > workaround for handling invalid BB-bit values") introduce the error result > in boot test fault on OMAP3530 boards > > The patch fix the error (disable i2c bus test for OMAP3530). > > Signed-off

Re: [PATCH v2] omap: i2c: don't check bus state IP rev3.3 and earlier

2014-11-25 Thread Alexander Kochetkov
25 нояб. 2014 г., в 17:19, Wolfram Sang написал(а): > I'll push out this evening to make the boot tests work again. If there > is more to be investigated, either hurry up and post v3 ;) or let me > know that you need more time. Ok, thank you. Let the fix go to the kernel-next. Maybe small fix t

Re: [PATCH v2] omap: i2c: don't check bus state IP rev3.3 and earlier

2014-11-25 Thread Wolfram Sang
On Tue, Nov 25, 2014 at 02:20:55AM +0400, Alexander Kochetkov wrote: > Commit 903c3859f77f9b0aace551da03267ef7a211dbc4 ("i2c: omap: implement > workaround for handling invalid BB-bit values") introduce the error result > in boot test fault on OMAP3530 boards > > The patch fix the error (disable i2

[PATCH v2] omap: i2c: don't check bus state IP rev3.3 and earlier

2014-11-24 Thread Alexander Kochetkov
Commit 903c3859f77f9b0aace551da03267ef7a211dbc4 ("i2c: omap: implement workaround for handling invalid BB-bit values") introduce the error result in boot test fault on OMAP3530 boards The patch fix the error (disable i2c bus test for OMAP3530). Signed-off-by: Alexander Kochetkov Fixes: 903c3859f