[RESEND2 PATCH v4 0/2] i2c: sunxi: add P2WI controller support

2014-06-03 Thread Boris BREZILLON
Hello, Sorry for the noise, I forgot to add the linux-i2c ML in Cc. This series adds support for the P2WI block used by some Allwinner boards to interface with the AXP221 PMIC. Best Regards, Boris Changes since v3: - update the DT bindings doc - fix a comment that was no longer true Changes s

Re: [RESEND PATCH v4 0/2] i2c: sunxi: add P2WI controller support

2014-06-03 Thread Boris BREZILLON
On 03/06/2014 10:25, Wolfram Sang wrote: >> Wolfram, I sent the last version of this series almost a month ago and had >> no feedback from you. > Yes, because you didn't send the patches to the i2c list, so they don't > show up in patchwork which I rely on. > My bad, I'll resend the series with t

Re: [RESEND PATCH v4 0/2] i2c: sunxi: add P2WI controller support

2014-06-03 Thread Wolfram Sang
> Wolfram, I sent the last version of this series almost a month ago and had > no feedback from you. Yes, because you didn't send the patches to the i2c list, so they don't show up in patchwork which I rely on. signature.asc Description: Digital signature

[RESEND PATCH v4 0/2] i2c: sunxi: add P2WI controller support

2014-06-03 Thread Boris BREZILLON
Hello, This series adds support for the P2WI block used by some Allwinner boards to interface with the AXP221 PMIC. Wolfram, I sent the last version of this series almost a month ago and had no feedback from you. We need this code to support the "X-Powers' AXP221 PMIC + Allwinner's A31 SoC" solu

Re: [PATCH v4 0/2] i2c: sunxi: add P2WI controller support

2014-05-27 Thread Boris BREZILLON
Hello Wolfram, No news from you regarding this patch series. Is there anything you want me to fix ? Otherwise It would be great to have this series merged, because the PMIC used on Allwinner's A31 boards are connected through this P2WI bus. Best Regards, Boris On 10/05/2014 11:46, Boris BREZI

Re: [PATCH v4 0/2] i2c: sunxi: add P2WI controller support

2014-05-10 Thread Maxime Ripard
On Sat, May 10, 2014 at 11:46:01AM +0200, Boris BREZILLON wrote: > Hello, > > This series adds support for the P2WI block used by some Allwinner > boards to interface with the AXP221 PMIC. > > Best Regards, It looks fine now. Thanks for your work. You have, for the two patches, my Acked-by: Max

[PATCH v4 0/2] i2c: sunxi: add P2WI controller support

2014-05-10 Thread Boris BREZILLON
Hello, This series adds support for the P2WI block used by some Allwinner boards to interface with the AXP221 PMIC. Best Regards, Boris Changes since v3: - update the DT bindings doc - fix a comment that was no longer true Changes since v2: - drop the initialization (switch from I2C to P2WI mo