Re: [PATCH 11/11] i2c: pxa: no need slave addr for i2c master mode reset

2012-11-16 Thread Wolfram Sang
Hi, On Thu, Nov 08, 2012 at 06:25:24AM -0800, Leo Song wrote: > Would you please help to review and merge these 11 patches for > drivers/i2c/busses/i2c-pxa.c? There are already a few formal things: - For large series, please write a cover-letter describing the series in total (use --cover-let

RE: [PATCH 11/11] i2c: pxa: no need slave addr for i2c master mode reset

2012-11-08 Thread Leo Song
[PATCH 09/11] i2c: pxa: add qos as constraint for cpu-idle [PATCH 10/11] i2c: pxa: modify the parameters of i2c_bus_reset() [PATCH 11/11] i2c: pxa: no need slave addr for i2c master mode reset Thanks a lot. Best Wishes, Leo Song Tel: 6194-9745, Marvell (Shanghai) B3-F4-4D12, No. 399 of Keyuan

[PATCH 11/11] i2c: pxa: no need slave addr for i2c master mode reset

2012-11-08 Thread Leo Song
From: "Jett.Zhou" Normally i2c controller works as master, slave addr is not needed, or it will impact some slave device(eg. ST NFC chip) i2c access, because it has the same i2c address with controller. Change-Id: Iaf6e16cf2e211d242b21086e491b751ea311a000 Signed-off-by: Jett.Zhou diff --git a/