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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id AF328C19F2B for ; Mon, 1 Aug 2022 15:17:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233179AbiHAPRB (ORCPT ); Mon, 1 Aug 2022 11:17:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51314 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233153AbiHAPQ7 (ORCPT ); Mon, 1 Aug 2022 11:16:59 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 49CD024BC8; Mon, 1 Aug 2022 08:16:58 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 089C6B81217; Mon, 1 Aug 2022 15:16:57 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 35175C433C1; Mon, 1 Aug 2022 15:16:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1659367015; bh=pSXSf1aeVqWVQCcBcL4HOgiZB3i5p+bYXDxKTnDwCTY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=HaF7w62TEI/sbGdBt8MnFflAEp8kXVgpMoH3YB9X0wvHly6XTRUedvj8W2tYAhh4x +fkpOT5ZOsLIA5umEt6cJwShiOLPk73YX5EKCuj2Zc1ollwBNFqcrYuff0fKyBN3RC 6TplN9Gc9zJqZ5wgZucx3xBY7PqW2m/qIccqdCH7WXqOhobznc6wDgqxuXMNrcl2N9 0Wv7ZJnTWRRITEqYEFM69ea2+SfCIrocMXPt/mCkQvaTJ3V6taLvhCMkLOtbc7iICp fX5C08Kpof37krH7hQ2sk9OB+rpyLHk/1Ss4dn6BAp4VNUejPCZZxZFo8PSS0DjaTU gKCQJ5uP9EPoA== Date: Mon, 1 Aug 2022 16:16:49 +0100 From: Mark Brown To: Frieder Schrempf Cc: Frieder Schrempf , devicetree@vger.kernel.org, Krzysztof Kozlowski , Liam Girdwood , linux-kernel@vger.kernel.org, Rob Herring , Robin Gong , Fabio Estevam , linux-arm-kernel@lists.infradead.org, Per-Daniel Olsson , Rickard x Andersson Subject: Re: [PATCH v2 2/8] dt-bindings: regulator: pca9450: Allow arbitrary regulator names Message-ID: References: <20220801131554.116795-1-frieder@fris.de> <20220801131554.116795-3-frieder@fris.de> <16f688e9-7777-c5f1-0269-f83ed6788831@kontron.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="xDyTfeOSnKbkpx89" Content-Disposition: inline In-Reply-To: <16f688e9-7777-c5f1-0269-f83ed6788831@kontron.de> X-Cookie: Dieters live life in the fasting lane. Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --xDyTfeOSnKbkpx89 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Aug 01, 2022 at 03:45:52PM +0200, Frieder Schrempf wrote: > Am 01.08.22 um 15:21 schrieb Mark Brown: > > This should simply be removed from the bindings for the device, devices > > have no business placing any constraint on this generic binding. > Ok, IIUC something like below should do then. I can change this in the > next iteration of this series or send it separately if the rest of the > set gets accepted as-is. Yes, just send it any time and I can apply it as a fix. --xDyTfeOSnKbkpx89 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAmLn7mEACgkQJNaLcl1U h9DcvAf+OL6kk/U+n1i8yT2A0OedNTTVypjDULReLCbVRBhiJfKjexG/ZKBMGs1a y3ogBBbb7O5rzCnBkcZmn7c94GNUCvk7QfpJzB7OcgRORoAzTNB3Nkcc0rhO586v 91NzqwhOSpDSWsHkOjFHaixJJRuvTaGlR4LptFQdPk8DGN42Pn2zQ/FThRi2c5iU k2B/Dtp8oWAA8Z60i/2s3S6p2neCsOTihV3aYHy5GLGPL9yMZSEraQHO0TzDNyM3 Em/o/L4cIzlBnKfO5AHdJNDjBE85Om0HfkrSGBgTjJ46RvuGfztZY5kZga1VNBUs Euk0j9lKJBqVciVhv4khDRd7Ol851w== =/gmk -----END PGP SIGNATURE----- --xDyTfeOSnKbkpx89-- 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 C8DA0C00144 for ; Mon, 1 Aug 2022 15:17:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: In-Reply-To:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date: Reply-To:Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date :Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=i4PM818U11/ztirtovN6NMCZg7q9137nIafepHpwz0E=; b=2Xn9vBREhTZydqFLl/1bF9J3fl wXPzJGV+XUFucGy/PE5h2r97fHd1M2M8q3sX8KYuQMM9O39kuIhfb0DmT9n8xbQkLOgVQ522U6pAY nBIKIEFb8kL0f4+rjdcWjyw1+WFNxbqx2MkomXQIlJEvGm5KtgAJ+COCA/WvFLb/yQAVyMVlM15hH wNtxw3cg+HvcR7vw7i9dXren5iG/e4MymE2w7sctRRJr1HECfgzYakrxxZgH4A3gBTpIQa9d6S6EG Z0fF+emLEfz5kxXnd5q8hhwx4MZ2QMJ4qgNyEjzp4fkERQgcilNJDjCkSXYYcdkBoSdRN+PzrSsmV rvpCstkw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oIXAD-007N2y-H7; Mon, 01 Aug 2022 15:17:01 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oIXAB-007N1F-1K for linux-arm-kernel@lists.infradead.org; Mon, 01 Aug 2022 15:17:00 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id E3EFFB81212; Mon, 1 Aug 2022 15:16:56 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 35175C433C1; Mon, 1 Aug 2022 15:16:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1659367015; bh=pSXSf1aeVqWVQCcBcL4HOgiZB3i5p+bYXDxKTnDwCTY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=HaF7w62TEI/sbGdBt8MnFflAEp8kXVgpMoH3YB9X0wvHly6XTRUedvj8W2tYAhh4x +fkpOT5ZOsLIA5umEt6cJwShiOLPk73YX5EKCuj2Zc1ollwBNFqcrYuff0fKyBN3RC 6TplN9Gc9zJqZ5wgZucx3xBY7PqW2m/qIccqdCH7WXqOhobznc6wDgqxuXMNrcl2N9 0Wv7ZJnTWRRITEqYEFM69ea2+SfCIrocMXPt/mCkQvaTJ3V6taLvhCMkLOtbc7iICp fX5C08Kpof37krH7hQ2sk9OB+rpyLHk/1Ss4dn6BAp4VNUejPCZZxZFo8PSS0DjaTU gKCQJ5uP9EPoA== Date: Mon, 1 Aug 2022 16:16:49 +0100 From: Mark Brown To: Frieder Schrempf Cc: Frieder Schrempf , devicetree@vger.kernel.org, Krzysztof Kozlowski , Liam Girdwood , linux-kernel@vger.kernel.org, Rob Herring , Robin Gong , Fabio Estevam , linux-arm-kernel@lists.infradead.org, Per-Daniel Olsson , Rickard x Andersson Subject: Re: [PATCH v2 2/8] dt-bindings: regulator: pca9450: Allow arbitrary regulator names Message-ID: References: <20220801131554.116795-1-frieder@fris.de> <20220801131554.116795-3-frieder@fris.de> <16f688e9-7777-c5f1-0269-f83ed6788831@kontron.de> MIME-Version: 1.0 In-Reply-To: <16f688e9-7777-c5f1-0269-f83ed6788831@kontron.de> X-Cookie: Dieters live life in the fasting lane. X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220801_081659_246394_C1C3C0F1 X-CRM114-Status: GOOD ( 15.32 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============2378193853144759752==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============2378193853144759752== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="xDyTfeOSnKbkpx89" Content-Disposition: inline --xDyTfeOSnKbkpx89 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Aug 01, 2022 at 03:45:52PM +0200, Frieder Schrempf wrote: > Am 01.08.22 um 15:21 schrieb Mark Brown: > > This should simply be removed from the bindings for the device, devices > > have no business placing any constraint on this generic binding. > Ok, IIUC something like below should do then. I can change this in the > next iteration of this series or send it separately if the rest of the > set gets accepted as-is. Yes, just send it any time and I can apply it as a fix. --xDyTfeOSnKbkpx89 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAmLn7mEACgkQJNaLcl1U h9DcvAf+OL6kk/U+n1i8yT2A0OedNTTVypjDULReLCbVRBhiJfKjexG/ZKBMGs1a y3ogBBbb7O5rzCnBkcZmn7c94GNUCvk7QfpJzB7OcgRORoAzTNB3Nkcc0rhO586v 91NzqwhOSpDSWsHkOjFHaixJJRuvTaGlR4LptFQdPk8DGN42Pn2zQ/FThRi2c5iU k2B/Dtp8oWAA8Z60i/2s3S6p2neCsOTihV3aYHy5GLGPL9yMZSEraQHO0TzDNyM3 Em/o/L4cIzlBnKfO5AHdJNDjBE85Om0HfkrSGBgTjJ46RvuGfztZY5kZga1VNBUs Euk0j9lKJBqVciVhv4khDRd7Ol851w== =/gmk -----END PGP SIGNATURE----- --xDyTfeOSnKbkpx89-- --===============2378193853144759752== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel --===============2378193853144759752==--