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=-2.5 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no 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 9D8FEC43603 for ; Fri, 20 Dec 2019 13:03:50 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 1EDE22067C for ; Fri, 20 Dec 2019 13:03:50 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alsa-project.org header.i=@alsa-project.org header.b="rwpryOPj" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1EDE22067C Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=alsa-devel-bounces@alsa-project.org Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 67E47167A; Fri, 20 Dec 2019 14:02:58 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 67E47167A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1576847028; bh=ge2tUOuWEwlw16XBSjqAEGXBerJ+zLprB1syiih9pBQ=; h=Date:From:To:References:In-Reply-To:Cc:Subject:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=rwpryOPjFYmASuDFytflaz291iZAf0oBp2j041yHrJSk3ulfqszdrr7SiNWNq/6SF MYsBogeaTrztgnTM1ZbQNm3Eph/cHmnpe+atjAxF1GxNpkFqRu6N+yZ3rb8JjAdl9c Hm7lufDdh9+mh7X/763EjU9Kh9XqVHK+GgPkzujE= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id EFA49F8014C; Fri, 20 Dec 2019 14:02:57 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id C374FF8014F; Fri, 20 Dec 2019 14:02:56 +0100 (CET) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by alsa1.perex.cz (Postfix) with ESMTP id 64A2CF800B5 for ; Fri, 20 Dec 2019 14:02:54 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 64A2CF800B5 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 011D630E; Fri, 20 Dec 2019 05:02:53 -0800 (PST) Received: from localhost (unknown [10.37.6.21]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 72F493F719; Fri, 20 Dec 2019 05:02:52 -0800 (PST) Date: Fri, 20 Dec 2019 13:02:50 +0000 From: Mark Brown To: Marek Vasut Message-ID: <20191220130250.GG4790@sirena.org.uk> References: <20191219213257.366145-1-marex@denx.de> <20191220130030.GE4790@sirena.org.uk> <8769149d-99c4-f577-bc9b-c621c4f3eba4@denx.de> MIME-Version: 1.0 In-Reply-To: <8769149d-99c4-f577-bc9b-c621c4f3eba4@denx.de> X-Cookie: I think we're in trouble. User-Agent: Mutt/1.10.1 (2018-07-13) Cc: Marcel Ziswiler , Oleksandr Suvorov , alsa-devel@alsa-project.org, festevam@gmail.com, Igor Opaniuk Subject: Re: [alsa-devel] [PATCH] ASoC: sgtl5000: Fix VDDA and VDDIO comparison X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============7514268705244091333==" Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" --===============7514268705244091333== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="qoTlaiD+Y2fIM3Ll" Content-Disposition: inline --qoTlaiD+Y2fIM3Ll Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Dec 20, 2019 at 02:01:30PM +0100, Marek Vasut wrote: > On 12/20/19 2:00 PM, Mark Brown wrote: > > This sort of peering inside the internals of the framework is obviously > > not OK, please add an interface for this if it's needed. > It's needed, unless there is a better way to compare two regulators in > the driver already. Is there ? Like I said above "please add an interface for this if it's needed". --qoTlaiD+Y2fIM3Ll Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAl38xnoACgkQJNaLcl1U h9DbHAf+Lb8bH/E5V9i6sONFGHgv7D/obMUEdh8/Vq01umFyJSgmUmm9tmc97Yfv FhGEgS1+Aj7vJ09bk0UHzqle2BH0YoSgwj5lTNznVsf4WZBKmpgnsXWVHSXMTZQc uNgyMl10txZ7ebtxRXBc87fgC81ynFvbwI+CrZJXm0qu40xzZQ18WwYD586BgNw7 v5+zHYv1Qm6ZWpAYFdFKMcdwqegSgDkdiFQpShUvRxmMZeHUsYMpaFdxTVNlSEbc Q486xRRAAgMHhjB3a+lzA4KjU2Eh0dWI6nnzbuMqEhCzv9Kouoou28iMPzbAQMFc s1RS/Ve+fTK/4jP+LitKqeBg6xRwEw== =YH8u -----END PGP SIGNATURE----- --qoTlaiD+Y2fIM3Ll-- --===============7514268705244091333== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Alsa-devel mailing list Alsa-devel@alsa-project.org https://mailman.alsa-project.org/mailman/listinfo/alsa-devel --===============7514268705244091333==--