From mboxrd@z Thu Jan 1 00:00:00 1970 From: Romain Perier Subject: [PATCH v3 0/3] Add basic support for the I2C units of the Armada 3700 Date: Wed, 9 Nov 2016 11:13:46 +0100 Message-ID: <20161109101349.18722-1-romain.perier@free-electrons.com> Return-path: Received: from mail.free-electrons.com ([62.4.15.54]:38318 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752831AbcKIKNz (ORCPT ); Wed, 9 Nov 2016 05:13:55 -0500 Sender: linux-i2c-owner@vger.kernel.org List-Id: linux-i2c@vger.kernel.org To: Wolfram Sang , linux-i2c@vger.kernel.org Cc: devicetree@vger.kernel.org, Rob Herring , Ian Campbell , Pawel Moll , Mark Rutland , Kumar Gala , Jason Cooper , Andrew Lunn , Sebastian Hesselbarth , Gregory Clement , linux-arm-kernel@lists.infradead.org, Thomas Petazzoni , Nadav Haklai , Omri Itach , Shadi Ammouri , Yahuda Yitschak , Hanna Hawa , Neta Zur Hershkovits , Igal Liberman , Marcin Wojtas This series add basic support for the I2C bus interface units present in the Armada 3700 to the pxa-i2c driver. It also add the definitions of the device nodes to the devicetree at the SoC level and for its official development board: the Armada 3720 DB. Romain Perier (3): i2c: pxa: Add support for the I2C units found in Armada 3700 arm64: dts: marvell: Add I2C definitions for the Armada 3700 dt-bindings: i2c: pxa: Update the documentation for the Armada 3700 Documentation/devicetree/bindings/i2c/i2c-pxa.txt | 1 + arch/arm64/boot/dts/marvell/armada-3720-db.dts | 4 ++++ arch/arm64/boot/dts/marvell/armada-37xx.dtsi | 18 ++++++++++++++++ drivers/i2c/busses/Kconfig | 2 +- drivers/i2c/busses/i2c-pxa.c | 25 +++++++++++++++++++++-- 5 files changed, 47 insertions(+), 3 deletions(-) -- 2.9.3