Re: [PATCH v8 8/8] i2c: rk3x: support fast-mode plus for rk3399

2016-05-12 Thread Heiko Stuebner
Am Mittwoch, 11. Mai 2016, 16:41:54 schrieb Doug Anderson: > Heiko, > > On Wed, May 11, 2016 at 2:09 PM, Heiko Stuebner wrote: > > Additionally, the i2c-noob in me would wish for a short sentence on > > where > > the timing values come from (measured, somewhere in the TRM I

Re: [PATCH v8 8/8] i2c: rk3x: support fast-mode plus for rk3399

2016-05-12 Thread Heiko Stuebner
Am Mittwoch, 11. Mai 2016, 16:41:54 schrieb Doug Anderson: > Heiko, > > On Wed, May 11, 2016 at 2:09 PM, Heiko Stuebner wrote: > > Additionally, the i2c-noob in me would wish for a short sentence on > > where > > the timing values come from (measured, somewhere in the TRM I didn't > > find or

Re: [PATCH v8 8/8] i2c: rk3x: support fast-mode plus for rk3399

2016-05-11 Thread Doug Anderson
Heiko, On Wed, May 11, 2016 at 2:09 PM, Heiko Stuebner wrote: > Additionally, the i2c-noob in me would wish for a short sentence on where > the timing values come from (measured, somewhere in the TRM I didn't find or > something completely different). If you search for

Re: [PATCH v8 8/8] i2c: rk3x: support fast-mode plus for rk3399

2016-05-11 Thread Doug Anderson
Heiko, On Wed, May 11, 2016 at 2:09 PM, Heiko Stuebner wrote: > Additionally, the i2c-noob in me would wish for a short sentence on where > the timing values come from (measured, somewhere in the TRM I didn't find or > something completely different). If you search for "UM10204" you'll find the

Re: [PATCH v8 8/8] i2c: rk3x: support fast-mode plus for rk3399

2016-05-11 Thread Heiko Stuebner
Am Mittwoch, 11. Mai 2016, 03:33:14 schrieb David Wu: please always try to also provide some sort of commit message. --- Implement fast mode plus that allows bus speeds of up to 1MHz. . --- Additionally, the i2c-noob in me would wish for a short sentence on where the timing values come

Re: [PATCH v8 8/8] i2c: rk3x: support fast-mode plus for rk3399

2016-05-11 Thread Heiko Stuebner
Am Mittwoch, 11. Mai 2016, 03:33:14 schrieb David Wu: please always try to also provide some sort of commit message. --- Implement fast mode plus that allows bus speeds of up to 1MHz. . --- Additionally, the i2c-noob in me would wish for a short sentence on where the timing values come

Re: [PATCH v8 8/8] i2c: rk3x: support fast-mode plus for rk3399

2016-05-11 Thread Caesar Wang
在 2016年05月11日 03:33, David Wu 写道: Signed-off-by: David Wu Reviewed-by: Douglas Anderson Tested-by: Caesar Wang --- Change in v8: - None drivers/i2c/busses/i2c-rk3x.c | 21 + 1 file changed, 17

Re: [PATCH v8 8/8] i2c: rk3x: support fast-mode plus for rk3399

2016-05-11 Thread Caesar Wang
在 2016年05月11日 03:33, David Wu 写道: Signed-off-by: David Wu Reviewed-by: Douglas Anderson Tested-by: Caesar Wang --- Change in v8: - None drivers/i2c/busses/i2c-rk3x.c | 21 + 1 file changed, 17 insertions(+), 4 deletions(-) diff --git

[PATCH v8 8/8] i2c: rk3x: support fast-mode plus for rk3399

2016-05-10 Thread David Wu
Signed-off-by: David Wu Reviewed-by: Douglas Anderson --- Change in v8: - None drivers/i2c/busses/i2c-rk3x.c | 21 + 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/drivers/i2c/busses/i2c-rk3x.c

[PATCH v8 8/8] i2c: rk3x: support fast-mode plus for rk3399

2016-05-10 Thread David Wu
Signed-off-by: David Wu Reviewed-by: Douglas Anderson --- Change in v8: - None drivers/i2c/busses/i2c-rk3x.c | 21 + 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/drivers/i2c/busses/i2c-rk3x.c b/drivers/i2c/busses/i2c-rk3x.c index 25ed1ad..0ba25ee 100644