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 29989FA3740 for ; Mon, 31 Oct 2022 12:15:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231284AbiJaMPy (ORCPT ); Mon, 31 Oct 2022 08:15:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43046 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231245AbiJaMPs (ORCPT ); Mon, 31 Oct 2022 08:15:48 -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 DC73AF58C; Mon, 31 Oct 2022 05:15:47 -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 986C9B81600; Mon, 31 Oct 2022 12:15:46 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A23E8C433D6; Mon, 31 Oct 2022 12:15:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1667218545; bh=Ef0W9FuoGDPdO4zKMVlrGyTZfrkEq8UbTUD28FiKRag=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=P+iA4gyWU/jnn43e+kWoV4GiKk0s/JeKh7LlUD5I/laKaGMYT91w4GqbYLRBtJE7V Q0BUxSVHW53TryBbQHes16JEzqGW0rvbUbdbaS2nm4Zs+OZhVVM21Cmxh00L0r0LFs QdjrUTUSBLIMujDYupLOehoy7qdjM4G8d0KCemtBs4jOr3wWjFVKWiisVmQX1bdpGS 2/riTQX+d2qnw2qiLKWwYuBM9TPgJeZV8hyFntv8YM8pQZO2dXVPQXK0ysBNpcOKMm 2A3C3Brgoj2yiSVTPkyjzLwU8pOTUdPNJD1qs9MIRIgHQl8q+anWKIs9ioHFCh+oHM 4i4Ek4kz1KFcQ== Date: Mon, 31 Oct 2022 12:15:39 +0000 From: Mark Brown To: Aidan MacDonald Cc: paul@crapouillou.net, lgirdwood@gmail.com, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, tsbogend@alpha.franken.de, perex@perex.cz, tiwai@suse.com, alsa-devel@alsa-project.org, linux-mips@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v1 1/3] dt-bindings: ingenic,aic: Remove unnecessary clocks from schema Message-ID: References: <20221028103418.17578-1-aidanmacdonald.0x0@gmail.com> <20221028103418.17578-2-aidanmacdonald.0x0@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="N901two7N9pSy3Od" Content-Disposition: inline In-Reply-To: <20221028103418.17578-2-aidanmacdonald.0x0@gmail.com> X-Cookie: Sign here without admitting guilt. Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org --N901two7N9pSy3Od Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Oct 28, 2022 at 11:34:16AM +0100, Aidan MacDonald wrote: > The AIC needs only the first two clocks: "aic" is a gate that's used > for gating the I2S controller when it's suspended, and "i2s" is the > system clock, from which the bit and frame clocks are derived. Both > clocks are therefore reasonably part of the AIC and should be passed > to the OS. Please submit patches using subject lines reflecting the style for the subsystem, this makes it easier for people to identify relevant patches. Look at what existing commits in the area you're changing are doing and make sure your subject lines visually resemble what they're doing. There's no need to resubmit to fix this alone. --N901two7N9pSy3Od Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAmNfvGoACgkQJNaLcl1U h9Cnswf/ZAuU22Y9Yiq2KpvaB2q8KrqZ6K+ZSo62Ba4+8vTUklrQSWDDd6rRYhpg a6wup56FbqCzhIhuL8sRf8SI1T21vM8uMluer89ww/q75rIfpll4Yub6fHhpi7b3 clsOwOE2BJrLONcfkPS5Ln8EfedsXF7JZRR6fTwgOONfkUGkRf4lUtSfIgTAHNjw KgStQUCJ/ah5jCarlGQsB4PMq6QcbEJmjLlBI4RDb2fkSWUuoXFtKzRenRrafc7C QEAi5knsfYKq3MOfZYjOQfvrYqlaUtlEsQUAzO39m/vxrMagIZcgFNZz8YOzRlfs rbUJ4GaCQrVbBh3k/8atGG9LQRqLog== =CzgJ -----END PGP SIGNATURE----- --N901two7N9pSy3Od--