Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753051AbdHUJKh (ORCPT ); Mon, 21 Aug 2017 05:10:37 -0400 Received: from fllnx210.ext.ti.com ([198.47.19.17]:44256 "EHLO fllnx210.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751894AbdHUJKf (ORCPT ); Mon, 21 Aug 2017 05:10:35 -0400 Subject: Re: [PATCH v2 2/3] i2c: davinci: Add PM Runtime Support To: Wolfram Sang , Franklin S Cooper Jr CC: , , , , , , , , Kevin Hilman References: <20170816221715.15027-1-fcooper@ti.com> <20170816221715.15027-3-fcooper@ti.com> <20170817162427.izbfsa7xatjxb2aw@ninjato> From: Sekhar Nori Message-ID: <3996b44e-68cd-0a19-c685-64f6345cdf88@ti.com> Date: Mon, 21 Aug 2017 14:39:56 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20170817162427.izbfsa7xatjxb2aw@ninjato> Content-Type: text/plain; charset="windows-1252" 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: 807 Lines: 22 Hi Wolfram, On Thursday 17 August 2017 09:54 PM, Wolfram Sang wrote: > On Wed, Aug 16, 2017 at 05:17:14PM -0500, Franklin S Cooper Jr wrote: >> 66AK2G has I2C instances that are not apart of the ALWAYS_ON power domain >> like other Keystone 2 SoCs and OMAPL138. Therefore, pm_runtime >> is required to insure the power domain used by the specific I2C instance is >> properly turned on along with its functional clock. >> >> Signed-off-by: Franklin S Cooper Jr > > I'd need a review from the driver maintainers here. Which are Sekhar > Nori and Kevin Hilman(?) according to MAINTAINERS. Is that still > correct? I just finished the review (sent the comments). Thanks for the reminder! Also, tested the patches using i2cdetect and suspend/resume on OMAP-L138 LCDK board. Regards, Sekhar