From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751981AbaE0Lpy (ORCPT ); Tue, 27 May 2014 07:45:54 -0400 Received: from top.free-electrons.com ([176.31.233.9]:37737 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751455AbaE0Lpw (ORCPT ); Tue, 27 May 2014 07:45:52 -0400 Message-ID: <53847ADB.9080707@free-electrons.com> Date: Tue, 27 May 2014 13:45:31 +0200 From: Boris BREZILLON User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Wolfram Sang CC: Randy Dunlap , Maxime Ripard , Hans de Goede , Shuge , kevin@allwinnertech.com, devicetree@vger.kernel.org, linux-doc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 0/2] i2c: sunxi: add P2WI controller support References: <1399715163-11291-1-git-send-email-boris.brezillon@free-electrons.com> In-Reply-To: <1399715163-11291-1-git-send-email-boris.brezillon@free-electrons.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 BREZILLON wrote: > 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 mode) part > - print devm_ioremap_resource err code > > Changes since v1: > - implement P2WI initilization > - implement P2WI bus frequency configuration > - implement address consistency check > - fix devm_request_and_ioremap return check > - rework the macro definitions > - fix typos > > [1] http://www.spinics.net/lists/linux-i2c/msg15066.html > [2] http://comments.gmane.org/gmane.comp.hardware.netbook.arm.sunxi/8947 > Boris BREZILLON (2): > i2c: sunxi: add P2WI DT bindings documentation > i2c: sunxi: add P2WI (Push/Pull 2 Wire Interface) controller support > > .../devicetree/bindings/i2c/i2c-sunxi-p2wi.txt | 41 +++ > drivers/i2c/busses/Kconfig | 12 + > drivers/i2c/busses/Makefile | 1 + > drivers/i2c/busses/i2c-sun6i-p2wi.c | 349 +++++++++++++++++++++ > 4 files changed, 403 insertions(+) > create mode 100644 Documentation/devicetree/bindings/i2c/i2c-sunxi-p2wi.txt > create mode 100644 drivers/i2c/busses/i2c-sun6i-p2wi.c > -- Boris Brezillon, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com