Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751898AbdHBWT2 (ORCPT ); Wed, 2 Aug 2017 18:19:28 -0400 Received: from fllnx210.ext.ti.com ([198.47.19.17]:40279 "EHLO fllnx210.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751168AbdHBWTA (ORCPT ); Wed, 2 Aug 2017 18:19:00 -0400 From: Franklin S Cooper Jr To: , , , , , , , CC: Franklin S Cooper Jr Subject: [PATCH 0/4] ARM: dts: keystone-k2g: Add I2C support for 66AK2G Date: Wed, 2 Aug 2017 17:17:49 -0500 Message-ID: <20170802221753.13786-1-fcooper@ti.com> X-Mailer: git-send-email 2.9.4.dirty MIME-Version: 1.0 Content-Type: text/plain X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 841 Lines: 29 Add I2C support to 66AK2G. Primary requirement is to add PM Runtime support to the driver. This has been tested on following platforms by performing simple i2c test such as i2c detect and reading on board i2c devices: K2G GP evm OMAPL138 K2L GP EVM and boot tested on: K2E GP EVM K2HK GP EVM Franklin S Cooper Jr (3): i2c: davinci: Preserve return value of devm_clk_get i2c: davinci: Add PM Runtime Support dt-bindings: i2c: i2c-davinci: Update binding for 66AK2Gx pwr dm property Vitaly Andrianov (1): ARM: dts: keystone-k2g: Add I2C nodes .../devicetree/bindings/i2c/i2c-davinci.txt | 12 +++++ arch/arm/boot/dts/keystone-k2g.dtsi | 36 +++++++++++++ drivers/i2c/busses/i2c-davinci.c | 63 ++++++++++++++++++---- 3 files changed, 102 insertions(+), 9 deletions(-) -- 2.9.4.dirty