Re: [PATCH] i2c: pxa: enable high speed mode for i2c bus

2013-08-07 Thread Wolfram Sang
On Tue, Jul 02, 2013 at 10:10:29AM +0800, James Lebron wrote: > Hi Wolfram > > Have you finished reading datasheet? Sadly not. I couldn't find the reference manual freely available. That was a problem when reviewing this patch. > 1. High speed mode is hardware feature, you can't read it from

Re: [PATCH] i2c: pxa: enable high speed mode for i2c bus

2013-08-05 Thread James Lebron
Hi Would you please take a tiny time to look at this? 2013/7/30 James Lebron : > Hi All > > Would you please help to look at this patch? > > Thanks! > > 2013/7/22 James Lebron : >> Hi Guys >> >> Any comments? >> >> 2013/7/11 James Lebron : >>> Hi all >>> >>> I am still waiting for you

Re: [PATCH] i2c: pxa: enable high speed mode for i2c bus

2013-07-29 Thread James Lebron
Hi All Would you please help to look at this patch? Thanks! 2013/7/22 James Lebron : > Hi Guys > > Any comments? > > 2013/7/11 James Lebron : >> Hi all >> >> I am still waiting for your response. >> >> 2013/7/5 James Lebron : >>> Hi guys, >>> >>> Any comments? >>> >>> 201

Re: [PATCH] i2c: pxa: enable high speed mode for i2c bus

2013-07-21 Thread James Lebron
Hi Guys Any comments? 2013/7/11 James Lebron : > Hi all > > I am still waiting for your response. > > 2013/7/5 James Lebron : >> Hi guys, >> >> Any comments? >> >> 2013/7/2 James Lebron : >>> Hi Wolfram >>> >>> Have you finished reading datasheet? >>> >>> 2013/6/15 Wol

Re: [PATCH] i2c: pxa: enable high speed mode for i2c bus

2013-07-11 Thread James Lebron
Hi all I am still waiting for your response. 2013/7/5 James Lebron : > Hi guys, > > Any comments? > > 2013/7/2 James Lebron : >> Hi Wolfram >> >> Have you finished reading datasheet? >> >> 2013/6/15 Wolfram Sang : >>> Hi, >>> >>> On Fri, Jun 07, 2013 at 02:38:17PM +0800, Lei

Re: [PATCH] i2c: pxa: enable high speed mode for i2c bus

2013-07-04 Thread James Lebron
Hi guys, Any comments? 2013/7/2 James Lebron : > Hi Wolfram > > Have you finished reading datasheet? > > 2013/6/15 Wolfram Sang : >> Hi, >> >> On Fri, Jun 07, 2013 at 02:38:17PM +0800, Leilei Shang wrote: >>> To enter high speed mode, following steps should be done: >>> 1. When runnin

Re: [PATCH] i2c: pxa: enable high speed mode for i2c bus

2013-07-01 Thread James Lebron
Hi Wolfram Have you finished reading datasheet? 2013/6/15 Wolfram Sang : > Hi, > > On Fri, Jun 07, 2013 at 02:38:17PM +0800, Leilei Shang wrote: >> To enter high speed mode, following steps should be done: >> 1. When running in high speed mode, i2c clock rate is different >> from standard mod

Re: [PATCH] i2c: pxa: enable high speed mode for i2c bus

2013-06-15 Thread Wolfram Sang
Hi, On Fri, Jun 07, 2013 at 02:38:17PM +0800, Leilei Shang wrote: > To enter high speed mode, following steps should be done: > 1. When running in high speed mode, i2c clock rate is different > from standard mode. Clock rate must be set according to > specification first. > 2. When i2c controller

[PATCH] i2c: pxa: enable high speed mode for i2c bus

2013-06-06 Thread Leilei Shang
To enter high speed mode, following steps should be done: 1. When running in high speed mode, i2c clock rate is different from standard mode. Clock rate must be set according to specification first. 2. When i2c controller sends a master code and wins arbitration, high speed mode is entered. If you