Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753260AbdIRQAU (ORCPT ); Mon, 18 Sep 2017 12:00:20 -0400 Received: from fllnx209.ext.ti.com ([198.47.19.16]:51794 "EHLO fllnx209.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752180AbdIRQAS (ORCPT ); Mon, 18 Sep 2017 12:00:18 -0400 Subject: Re: [PATCH v4 0/2] i2c: davinci: Add PM Runtime Support needed by 66AK2G To: Franklin S Cooper Jr , , , , , , , , , References: <20170911201145.31257-1-fcooper@ti.com> From: Sekhar Nori Message-ID: <7b1c9624-01de-84a5-7236-3a0dbe8f9e5f@ti.com> Date: Mon, 18 Sep 2017 21:28:42 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <20170911201145.31257-1-fcooper@ti.com> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit 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: 778 Lines: 33 On Tuesday 12 September 2017 01:41 AM, Franklin S Cooper Jr wrote: > 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 > > Version 2 changes: > Moved ordering of pm runtime calls > > Version 3 changes: > Dropped first patch since it was pulled in. > Remove clk = NULL statements > Fix error path > > Version 4 changes: > Fix typo in commit message > Fix error path Acked-by: Sekhar Nori Tested on DA850 LCDK board with some basic i2cdetect/i2cdump and suspend/resume tests. Thanks, Sekhar