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 40022C31E45 for ; Thu, 13 Jun 2019 17:02:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1506B206BB for ; Thu, 13 Jun 2019 17:02:59 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="YNLAf6UI" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2393177AbfFMRC5 (ORCPT ); Thu, 13 Jun 2019 13:02:57 -0400 Received: from fllv0015.ext.ti.com ([198.47.19.141]:36640 "EHLO fllv0015.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732955AbfFMRCv (ORCPT ); Thu, 13 Jun 2019 13:02:51 -0400 Received: from lelv0266.itg.ti.com ([10.180.67.225]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id x5DH2nWv085847; Thu, 13 Jun 2019 12:02:49 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1560445369; bh=a/fwfBr6/AiPek9tHmowXu1EXqMUlQqdpcIOL2R9TwY=; h=Subject:To:CC:References:From:Date:In-Reply-To; b=YNLAf6UIWzdF3bIacyBi5wXFtVplr+AjB7BPP4mX03dgESXPzHFJfGFfUPd3XyRR9 +70ckwauXLQz3zBQVWnf7wlVMqyriO6sZbaLMlEknTb4khJJuLGPbgYlXBHmdHuAcX g/zKznTPgILp4E8e+6zlVpf+9S3GxB4UT95TY8DI= Received: from DFLE106.ent.ti.com (dfle106.ent.ti.com [10.64.6.27]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id x5DH2ngk103699 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 13 Jun 2019 12:02:49 -0500 Received: from DFLE105.ent.ti.com (10.64.6.26) by DFLE106.ent.ti.com (10.64.6.27) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1713.5; Thu, 13 Jun 2019 12:02:48 -0500 Received: from fllv0039.itg.ti.com (10.64.41.19) 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; Thu, 13 Jun 2019 12:02:48 -0500 Received: from [172.22.216.73] (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id x5DH2kRH054812; Thu, 13 Jun 2019 12:02:47 -0500 Subject: Re: [RESEND PATCH v2 3/3] regulator: lp87565: Add 4-phase lp87561 regulator support To: Mark Brown CC: , , , References: <20190612144620.28331-1-j-keerthy@ti.com> <20190613154552.GL5316@sirena.org.uk> From: keerthy Message-ID: Date: Thu, 13 Jun 2019 22:32:45 +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: <20190613154552.GL5316@sirena.org.uk> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit 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 6/13/2019 9:15 PM, Mark Brown wrote: > On Wed, Jun 12, 2019 at 08:16:20PM +0530, Keerthy wrote: > >> patches 1/3 2/3 are already applied to linux-next. > > This doesn't build without those patches: They are already on next. Do you want me to resend them as well? > > CC drivers/regulator/lp87565-regulator.o > drivers/regulator/lp87565-regulator.c:156:32: error: ‘LP87565_BUCK_3210’ undeclared here (not in a function); did you mean ‘LP87565_BUCK_10’? > LP87565_REGULATOR("BUCK3210", LP87565_BUCK_3210, "buck3210", > ^~~~~~~~~~~~~~~~~ > From mboxrd@z Thu Jan 1 00:00:00 1970 From: keerthy Subject: Re: [RESEND PATCH v2 3/3] regulator: lp87565: Add 4-phase lp87561 regulator support Date: Thu, 13 Jun 2019 22:32:45 +0530 Message-ID: References: <20190612144620.28331-1-j-keerthy@ti.com> <20190613154552.GL5316@sirena.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 8bit Return-path: In-Reply-To: <20190613154552.GL5316@sirena.org.uk> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org To: Mark Brown Cc: lee.jones@linaro.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, t-kristo@ti.com List-Id: linux-omap@vger.kernel.org On 6/13/2019 9:15 PM, Mark Brown wrote: > On Wed, Jun 12, 2019 at 08:16:20PM +0530, Keerthy wrote: > >> patches 1/3 2/3 are already applied to linux-next. > > This doesn't build without those patches: They are already on next. Do you want me to resend them as well? > > CC drivers/regulator/lp87565-regulator.o > drivers/regulator/lp87565-regulator.c:156:32: error: ‘LP87565_BUCK_3210’ undeclared here (not in a function); did you mean ‘LP87565_BUCK_10’? > LP87565_REGULATOR("BUCK3210", LP87565_BUCK_3210, "buck3210", > ^~~~~~~~~~~~~~~~~ >