From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758589AbbCESmV (ORCPT ); Thu, 5 Mar 2015 13:42:21 -0500 Received: from devils.ext.ti.com ([198.47.26.153]:54600 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751327AbbCESmS (ORCPT ); Thu, 5 Mar 2015 13:42:18 -0500 Message-ID: <54F8A35B.5040706@ti.com> Date: Thu, 5 Mar 2015 20:41:31 +0200 From: Grygorii Strashko User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Wolfram Sang CC: Sekhar Nori , =?UTF-8?B?VXdlIEtsZWluZS1Lw7ZuaWc=?= , , , , Kevin Hilman , Santosh Shilimkar , Murali Karicheri , Felipe Balbi Subject: Re: [PATCH v3 3/5] i2c: recovery: change input parameter to i2c_adapter for prepare/unprepare_recovery References: <1417448047-15236-1-git-send-email-grygorii.strashko@ti.com> <1417448047-15236-4-git-send-email-grygorii.strashko@ti.com> <20141204182910.GH7944@katana> In-Reply-To: <20141204182910.GH7944@katana> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Wolfram, On 12/04/2014 08:29 PM, Wolfram Sang wrote: > On Mon, Dec 01, 2014 at 05:34:05PM +0200, Grygorii Strashko wrote: >> This patch changes type of input parameter for .prepare/unprepare_recovery() >> callbacks from struct i2c_bus_recovery_info * to struct i2c_adapter *. >> This allows to simplify implementation of these callbacks and avoid >> type conversations from i2c_bus_recovery_info to i2c_adapter. >> The i2c_bus_recovery_info can be simply retrieved from struct i2c_adapter >> which contains pointer on it. >> >> CC: Sekhar Nori >> CC: Kevin Hilman >> CC: Santosh Shilimkar >> CC: Murali Karicheri >> Acked-by: Uwe Kleine-König >> Signed-off-by: Grygorii Strashko > > Ah, bus recovery, I need to have a closer look on this one. Scheduled > for 3.20. > Unfortunately, it looks like you've missed these patches :( I'm going to resend them if you agree. regards, -grygorii