From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomasz Figa Subject: Re: [PATCHv3 0/6] Add I2C support for Allwinner SoCs Date: Mon, 27 May 2013 21:17:27 +0200 Message-ID: <2987322.J4qAl07e8R@flatron> References: <1369648843-1640-1-git-send-email-maxime.ripard@free-electrons.com> Reply-To: linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <1369648843-1640-1-git-send-email-maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> List-Post: , List-Help: , List-Archive: Sender: linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org List-Subscribe: , List-Unsubscribe: , To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org Cc: Maxime Ripard , Wolfram Sang , Emilio Lopez , linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org, linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, sunny-0TFLnhJekD6UEPyfVivIlAC/G2K4zDHf@public.gmane.org, shuge-0TFLnhJekD6UEPyfVivIlAC/G2K4zDHf@public.gmane.org, kevin-0TFLnhJekD6UEPyfVivIlAC/G2K4zDHf@public.gmane.org List-Id: linux-i2c@vger.kernel.org Hi Maxime, On Monday 27 of May 2013 12:00:37 Maxime Ripard wrote: > Hi, >=20 > This patchset adds support for the I2C controller found on most of the > Allwinner SoCs, especially the already supported A10 and A13, and the > yet to come A31. >=20 > It has been tested on a A13-Olinuxino. >=20 > Thanks, > Maxime >=20 > Changes from v2: > * Slightly modified the switch comments again > * Removed the of_* calls in favor of platform_get_* functions >=20 > Changes from v1: > * Added comments to the switch statements to clarify when the fall > through to the next case is made on purpose > * Use devm_ioremap_resource instead of of_iomap > * Moved the reset after enabling the clocks > * Added Emilio Lopez' patch to add the available i2c controllers to > the cubieboard >=20 > Emilio L=F3pez (1): > ARM: sun4i: cubieboard: Enable the i2c controllers >=20 > Maxime Ripard (5): > i2c: sunxi: Add Allwinner A1X i2c driver > ARM: sunxi: dt: Add i2c controller nodes to the DTSI > ARM: sun4i: dt: Add i2c muxing options > ARM: sun5i: dt: Add i2c muxing options > ARM: sun5i: olinuxino: Enable the i2c controllers >=20 > .../devicetree/bindings/i2c/i2c-sunxi.txt | 19 + > arch/arm/boot/dts/sun4i-a10-cubieboard.dts | 12 + > arch/arm/boot/dts/sun4i-a10.dtsi | 48 +++ > arch/arm/boot/dts/sun5i-a13-olinuxino.dts | 18 + > arch/arm/boot/dts/sun5i-a13.dtsi | 48 +++ > drivers/i2c/busses/Kconfig | 10 + > drivers/i2c/busses/Makefile | 1 + > drivers/i2c/busses/i2c-sunxi.c | 444 > +++++++++++++++++++++ 8 files changed, 600 insertions(+) > create mode 100644 Documentation/devicetree/bindings/i2c/i2c-sunxi.txt > create mode 100644 drivers/i2c/busses/i2c-sunxi.c All the patches look good to me. Reviewed-by: Tomasz Figa Best regards, Tomasz --=20 You received this message because you are subscribed to the Google Groups "= linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an e= mail to linux-sunxi+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/groups/opt_out.