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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 06AD0C83F05 for ; Fri, 4 Jul 2025 11:52:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:CC:To: From:Date:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=632+rhx9yB6Fm/tjsLJEwD3si/omCndt8TY0nCUbZ2U=; b=wgC0ZTQMCepjC0MxCGvMuYnJkL g4Xy/iPdFCbp/hyMpseR3IDW5bHSqGcEP2uP1fjcP/9Z2l9QNHg9F2NDv7j68u8hLFdL3tXtKTC0f gKb/Vnpc2AxtxxqKWiwsQotn34GdHr9t7k07XudFTdjYJtiU1FQAXtqSrHS293GLn7g8E0az6E6cg ueQh6Dkx2/+AHqgJGYlG4Ot3rGZF34sJQ6xl9/0PfY9wxIHWNgEzDYTBnilU77F5xLL5ks+93MB7l OCsYhfUCBHZHH/KZKXkKt/YgJqEfJEvpfYR2gllvITXz+TqCYf3iC27yc25h5Ow9273IP2P5K6OC0 bWgo1rug==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1uXeyD-0000000EHrX-1Wnc; Fri, 04 Jul 2025 11:52:45 +0000 Received: from frasgout.his.huawei.com ([185.176.79.56]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1uXcVN-0000000DtuA-0PVu; Fri, 04 Jul 2025 09:14:50 +0000 Received: from mail.maildlp.com (unknown [172.18.186.216]) by frasgout.his.huawei.com (SkyGuard) with ESMTP id 4bYScg4BMbz6L55T; Fri, 4 Jul 2025 17:14:11 +0800 (CST) Received: from frapeml500008.china.huawei.com (unknown [7.182.85.71]) by mail.maildlp.com (Postfix) with ESMTPS id 546161404A9; Fri, 4 Jul 2025 17:14:43 +0800 (CST) Received: from localhost (10.203.177.66) by frapeml500008.china.huawei.com (7.182.85.71) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.1.2507.39; Fri, 4 Jul 2025 11:14:42 +0200 Date: Fri, 4 Jul 2025 10:14:41 +0100 From: Jonathan Cameron To: AngeloGioacchino Del Regno CC: Andy Shevchenko , , , , , , , , , , , , , , Subject: Re: [PATCH v2 4/6] iio: adc: mt6359: Move reference voltage to platform data Message-ID: <20250704101441.00004cbd@huawei.com> In-Reply-To: References: <20250703141146.171431-1-angelogioacchino.delregno@collabora.com> <20250703141146.171431-5-angelogioacchino.delregno@collabora.com> X-Mailer: Claws Mail 4.3.0 (GTK 3.24.42; x86_64-w64-mingw32) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.203.177.66] X-ClientProxiedBy: lhrpeml100001.china.huawei.com (7.191.160.183) To frapeml500008.china.huawei.com (7.182.85.71) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20250704_021449_280963_76B9E2C9 X-CRM114-Status: GOOD ( 11.85 ) X-BeenThere: linux-mediatek@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.org On Thu, 3 Jul 2025 16:40:38 +0200 AngeloGioacchino Del Regno wrote: > Il 03/07/25 16:28, Andy Shevchenko ha scritto: > > On Thu, Jul 03, 2025 at 04:11:44PM +0200, AngeloGioacchino Del Regno wrote: > >> In preparation to add support for new PMICs, add a `vref_mv` > > > > I still think that the vref_mV is a better naming. > > > > Ouch, I think I missed that comment; if there's nothing else to change, > I wonder if the capital V can be fixed while applying? > > Otherwise I can send a v3... > If that's all that comes up I'll tweak whilst applying. J > Cheers, > Angelo > > >> the AUXADC_VOLT_FULL definition. > >> > >> As a consequence, the definition was also removed. > > > >