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=-0.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS 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 9C2F0C31E46 for ; Wed, 12 Jun 2019 10:46:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 70CB12175B for ; Wed, 12 Jun 2019 10:46:23 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="cYE4SOdV" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2438073AbfFLKqW (ORCPT ); Wed, 12 Jun 2019 06:46:22 -0400 Received: from lelv0142.ext.ti.com ([198.47.23.249]:45926 "EHLO lelv0142.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2407373AbfFLKqW (ORCPT ); Wed, 12 Jun 2019 06:46:22 -0400 Received: from lelv0265.itg.ti.com ([10.180.67.224]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id x5CAkKJ3043859; Wed, 12 Jun 2019 05:46:20 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1560336380; bh=rCT9l5IB5WSu/R5x7AxJQaWq6nyaViKh5rnaJFmCr/M=; h=Subject:To:CC:References:From:Date:In-Reply-To; b=cYE4SOdVysL5JEHSNnno25M76Oa5XuwIig9vWinB4Gj4JLeuOnQ9fvGspfoOzSEv3 9zVhGYLfBmdovfjOdbN2A61xDw6XepUPq/st9Sb32JLfda2wXsNgrqBcjoVXOLWTAD ycqlBkrNzycWaIyAOP1O53gLrmGEfcjOTvqpnBkY= Received: from DFLE104.ent.ti.com (dfle104.ent.ti.com [10.64.6.25]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id x5CAkKS4057190 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 12 Jun 2019 05:46:20 -0500 Received: from DFLE105.ent.ti.com (10.64.6.26) by DFLE104.ent.ti.com (10.64.6.25) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1713.5; Wed, 12 Jun 2019 05:46:20 -0500 Received: from lelv0326.itg.ti.com (10.180.67.84) by DFLE105.ent.ti.com (10.64.6.26) 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; Wed, 12 Jun 2019 05:46:20 -0500 Received: from [172.24.191.45] (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id x5CAkHX3058786; Wed, 12 Jun 2019 05:46:18 -0500 Subject: Re: [PATCH v2 3/3] regulator: lp87565: Add 4-phase lp87561 regulator support To: Lee Jones , 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> <20190608195159.GA5316@sirena.org.uk> <20190610054822.GE4797@dell> From: Keerthy Message-ID: Date: Wed, 12 Jun 2019 16:17:03 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <20190610054822.GE4797@dell> Content-Type: text/plain; charset="utf-8"; 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 10/06/19 11:18 AM, Lee Jones wrote: > On Sat, 08 Jun 2019, Mark Brown wrote: > >> On Sat, Jun 08, 2019 at 09:26:31AM +0530, keerthy wrote: >> >>> mfd patches are on linux-next already. Hope you can pull this one now that >>> dependencies are met. >> >> Someone will need to send me a copy of the patch, if I acked it I was >> expecting it to go in with the MFD changes. > > There is/was no need for that. Patches are built-time orthogonal. Sorry i am still not clear. Should i resend this patch? >