From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,T_DKIMWL_WL_HIGH autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 74012C28CC5 for ; Sat, 8 Jun 2019 03:56:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 408192089E for ; Sat, 8 Jun 2019 03:56:39 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="sHErhbm3" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730880AbfFHD4i (ORCPT ); Fri, 7 Jun 2019 23:56:38 -0400 Received: from fllv0015.ext.ti.com ([198.47.19.141]:53050 "EHLO fllv0015.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730445AbfFHD4i (ORCPT ); Fri, 7 Jun 2019 23:56:38 -0400 Received: from fllv0034.itg.ti.com ([10.64.40.246]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id x583uauE087580; Fri, 7 Jun 2019 22:56:36 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1559966196; bh=xApOPbaphWPzxJKeQBh1cTOQCKroY+KpTKbui6gP1u0=; h=Subject:To:CC:References:From:Date:In-Reply-To; b=sHErhbm31wd1mMeI6q39S/hwgyi5oGATYBqAjIu1ZeM5jj3cFF9w1QZoxonsrao9D rEf7HM3GYAp3iGdvEIVRt5GWgu5B64RSUcQwcEH1nuBEP52qiyqFAKsl8q3dIlN6ts H+JM9j7tlKAScZAM6N0uxJBsQU1xCVD3JzeoE+yY= Received: from DLEE103.ent.ti.com (dlee103.ent.ti.com [157.170.170.33]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id x583uaUE061427 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 7 Jun 2019 22:56:36 -0500 Received: from DLEE108.ent.ti.com (157.170.170.38) by DLEE103.ent.ti.com (157.170.170.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1713.5; Fri, 7 Jun 2019 22:56:35 -0500 Received: from fllv0040.itg.ti.com (10.64.41.20) by DLEE108.ent.ti.com (157.170.170.38) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1713.5 via Frontend Transport; Fri, 7 Jun 2019 22:56:35 -0500 Received: from [172.22.216.123] (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id x583uW8K064766; Fri, 7 Jun 2019 22:56:33 -0500 Subject: Re: [PATCH v2 3/3] regulator: lp87565: Add 4-phase lp87561 regulator support To: Mark Brown CC: , , , , , References: <20190516043218.8222-1-j-keerthy@ti.com> <20190516043218.8222-4-j-keerthy@ti.com> <20190522153528.GG8582@sirena.org.uk> <1712197d-7d43-38a8-efde-11b99537eae9@ti.com> <20190528132755.GK2456@sirena.org.uk> From: keerthy Message-ID: Date: Sat, 8 Jun 2019 09:26:31 +0530 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0 MIME-Version: 1.0 In-Reply-To: <20190528132755.GK2456@sirena.org.uk> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 5/28/2019 6:57 PM, Mark Brown wrote: > On Tue, May 28, 2019 at 03:23:41PM +0530, Keerthy wrote: >> On 22/05/19 9:05 PM, Mark Brown wrote: >>> On Thu, May 16, 2019 at 10:02:18AM +0530, Keerthy wrote: > >>> Acked-by: Mark Brown > >> This patch will come via the mfd branch? > > I'd expect so, IIRC it had a build dependency on the earlier patches in > the series so if that doesn't happen I'll need to merge the relevant MFD > commits. Mark, mfd patches are on linux-next already. Hope you can pull this one now that dependencies are met. - Keerthy >