Re: [U-Boot] [PATCH 1/4] i2c: i2c-cdns: Detect unsupported sequences for rev 1.0

2017-01-02 Thread Moritz Fischer
Hi Michal, On Mon, Jan 2, 2017 at 6:29 AM, Michal Simek wrote: > +Siva: please test it. > > On 27.12.2016 23:46, Moritz Fischer wrote: >> Revision 1.0 of this IP has a couple of issues, such as not supporting >> repeated start conditions for read transfers. >> >> So scan through the list of i2c m

Re: [U-Boot] [PATCH 1/4] i2c: i2c-cdns: Detect unsupported sequences for rev 1.0

2017-01-02 Thread Michal Simek
+Siva: please test it. On 27.12.2016 23:46, Moritz Fischer wrote: > Revision 1.0 of this IP has a couple of issues, such as not supporting > repeated start conditions for read transfers. > > So scan through the list of i2c messages for these conditions > and report an error if they are attempted.

[U-Boot] [PATCH 1/4] i2c: i2c-cdns: Detect unsupported sequences for rev 1.0

2016-12-27 Thread Moritz Fischer
Revision 1.0 of this IP has a couple of issues, such as not supporting repeated start conditions for read transfers. So scan through the list of i2c messages for these conditions and report an error if they are attempted. This has been fixed for revision 1.4 of the IP, so only report the error wh