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=-5.5 required=3.0 tests=BAYES_00,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 31881C433DF for ; Tue, 11 Aug 2020 11:35: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 8ED0D20658 for ; Tue, 11 Aug 2020 11:35:49 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alsa-project.org header.i=@alsa-project.org header.b="ZUhbwHKX"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="pH40c6yT" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8ED0D20658 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 E8FF61612; Tue, 11 Aug 2020 13:34:57 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz E8FF61612 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1597145748; bh=tXSK1bbJjI8f7pE16RsNSU4/vL0xPNkq0yMICmwmV7U=; h=Date:From:To:Subject:References:In-Reply-To:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=ZUhbwHKXVLPrfkL4O0FyfBZqGKqY4ehgMMIqlBGdNyUjlUDeJ7dtfMtoplhgyFJkQ 0hEA+k7gq2M0NviV5l+Aspg3uhMKO6qErFHoyKCYMnFa/nXpUeuybgjti0DhzXD/x7 wL3qB3EE/LGl8wbw1uBVaeUdVfW+vklF6q7IqZBM= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 78082F8014C; Tue, 11 Aug 2020 13:34:57 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 1D4A3F8015B; Tue, 11 Aug 2020 13:34:56 +0200 (CEST) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id F0B66F8014C for ; Tue, 11 Aug 2020 13:34:48 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz F0B66F8014C Authentication-Results: alsa1.perex.cz; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="pH40c6yT" Received: from localhost (fw-tnat.cambridge.arm.com [217.140.96.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id A051C20658; Tue, 11 Aug 2020 11:34:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1597145686; bh=tXSK1bbJjI8f7pE16RsNSU4/vL0xPNkq0yMICmwmV7U=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=pH40c6yTYqg22uhlT4NSUDlyC96ngKf0rrFT+lKuLnUPSnEmZzI4DU/7BeBTiXgrv ZuLMX5dhmPB1MCEWquSnPrmgtTHJwRxj+sJlRXYObCD0aulnGT6FZWQEE0IhPB1wcp uIQ7FPzd22LXMgvgvccxjud+Qxl752QjsaNXOlI0= Date: Tue, 11 Aug 2020 12:34:18 +0100 From: Mark Brown To: Rohit Kumar Subject: Re: [PATCH v5 01/12] ASoC: qcom: Add common array to initialize soc based core clocks Message-ID: <20200811113418.GD6967@sirena.org.uk> References: <1596528453-11437-1-git-send-email-rohitkr@codeaurora.org> <1596528453-11437-2-git-send-email-rohitkr@codeaurora.org> <3e390421-84ce-3b74-a72d-8fc09e908971@codeaurora.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="Hf61M2y+wYpnELGG" Content-Disposition: inline In-Reply-To: <3e390421-84ce-3b74-a72d-8fc09e908971@codeaurora.org> X-Cookie: Gravity is a myth, the Earth sucks. User-Agent: Mutt/1.10.1 (2018-07-13) Cc: devicetree@vger.kernel.org, alsa-devel@alsa-project.org, bgoswami@codeaurora.org, linux-arm-msm@vger.kernel.org, plai@codeaurora.org, tiwai@suse.com, lgirdwood@gmail.com, robh+dt@kernel.org, bjorn.andersson@linaro.org, agross@kernel.org, srinivas.kandagatla@linaro.org, Ajit Pandey , linux-kernel@vger.kernel.org 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: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" --Hf61M2y+wYpnELGG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Aug 11, 2020 at 04:13:03PM +0530, Rohit Kumar wrote: > Do you see any concern with patches (1-11). > As of now, there is comment only in patch 12 from Rob which I am > planning to update once other patches are merged. Can you > please review and let me know if anything is missing. Please just post the fixed series instead of sending me a stream of pings, it must be taking you more time to do this than it would to just send the fix. I'm not going to apply your patches during the merge window, they are not bug fixes and sending me content free pings just makes me delay the review. --Hf61M2y+wYpnELGG Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAl8ygjkACgkQJNaLcl1U h9C3RQf+PBe4o8K1iH4v9zKqTg+1dkOUhKkRgi+zmCmrCy0wnVLIGktdvj8PoOth GeEGbH6rwDHgoaPShdTLAykiT6SKUWOd6ORFRfQtoMCF1Wi7ZowLA5ewKguKTpN5 rNCSk5wWOHjBR9Iys8swI05RzZngX2gARWUdUcU3TqRQGDhtvM9C8nM46TUFxrG2 e3x7GVEvrWuRmO+4+e7B9x7Ax+raNo3skRiWvASCRi0pItCxRbvJWOS21Q6DTAn0 8ZIAQVkI+DDm2kqnvJfxx6IiNTNL9Bcpf3T9BEKhQbud96OOer3iWY+X5X1RTeoM jvlXIkOdDhohHWms7RtOxp2Drhu6/g== =WQkS -----END PGP SIGNATURE----- --Hf61M2y+wYpnELGG-- 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=-5.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,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 CB68CC433DF for ; Tue, 11 Aug 2020 11:34:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AC53B2076B for ; Tue, 11 Aug 2020 11:34:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1597145692; bh=tXSK1bbJjI8f7pE16RsNSU4/vL0xPNkq0yMICmwmV7U=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=Qq7vJkp+ndWBNmWaCCXi2LKUH/HGWRudARyBEZwo58OJwg355Bm3OaO4Cso3O5k1/ 7RESrfl40hj49hmIO+Z9jvlyUG/5Y6QBxxKiDTCUhDLrEtB+z0XbzJFHZA+o1QkYpM Jd+/IJLRf70ercyP0JbH3/PkOUEpKSyHzIPMhfDc= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728712AbgHKLes (ORCPT ); Tue, 11 Aug 2020 07:34:48 -0400 Received: from mail.kernel.org ([198.145.29.99]:50740 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728454AbgHKLer (ORCPT ); Tue, 11 Aug 2020 07:34:47 -0400 Received: from localhost (fw-tnat.cambridge.arm.com [217.140.96.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id A051C20658; Tue, 11 Aug 2020 11:34:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1597145686; bh=tXSK1bbJjI8f7pE16RsNSU4/vL0xPNkq0yMICmwmV7U=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=pH40c6yTYqg22uhlT4NSUDlyC96ngKf0rrFT+lKuLnUPSnEmZzI4DU/7BeBTiXgrv ZuLMX5dhmPB1MCEWquSnPrmgtTHJwRxj+sJlRXYObCD0aulnGT6FZWQEE0IhPB1wcp uIQ7FPzd22LXMgvgvccxjud+Qxl752QjsaNXOlI0= Date: Tue, 11 Aug 2020 12:34:18 +0100 From: Mark Brown To: Rohit Kumar Cc: agross@kernel.org, bjorn.andersson@linaro.org, lgirdwood@gmail.com, robh+dt@kernel.org, plai@codeaurora.org, bgoswami@codeaurora.org, perex@perex.cz, tiwai@suse.com, srinivas.kandagatla@linaro.org, linux-arm-msm@vger.kernel.org, alsa-devel@alsa-project.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Ajit Pandey Subject: Re: [PATCH v5 01/12] ASoC: qcom: Add common array to initialize soc based core clocks Message-ID: <20200811113418.GD6967@sirena.org.uk> References: <1596528453-11437-1-git-send-email-rohitkr@codeaurora.org> <1596528453-11437-2-git-send-email-rohitkr@codeaurora.org> <3e390421-84ce-3b74-a72d-8fc09e908971@codeaurora.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="Hf61M2y+wYpnELGG" Content-Disposition: inline In-Reply-To: <3e390421-84ce-3b74-a72d-8fc09e908971@codeaurora.org> X-Cookie: Gravity is a myth, the Earth sucks. User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org --Hf61M2y+wYpnELGG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Aug 11, 2020 at 04:13:03PM +0530, Rohit Kumar wrote: > Do you see any concern with patches (1-11). > As of now, there is comment only in patch 12 from Rob which I am > planning to update once other patches are merged. Can you > please review and let me know if anything is missing. Please just post the fixed series instead of sending me a stream of pings, it must be taking you more time to do this than it would to just send the fix. I'm not going to apply your patches during the merge window, they are not bug fixes and sending me content free pings just makes me delay the review. --Hf61M2y+wYpnELGG Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAl8ygjkACgkQJNaLcl1U h9C3RQf+PBe4o8K1iH4v9zKqTg+1dkOUhKkRgi+zmCmrCy0wnVLIGktdvj8PoOth GeEGbH6rwDHgoaPShdTLAykiT6SKUWOd6ORFRfQtoMCF1Wi7ZowLA5ewKguKTpN5 rNCSk5wWOHjBR9Iys8swI05RzZngX2gARWUdUcU3TqRQGDhtvM9C8nM46TUFxrG2 e3x7GVEvrWuRmO+4+e7B9x7Ax+raNo3skRiWvASCRi0pItCxRbvJWOS21Q6DTAn0 8ZIAQVkI+DDm2kqnvJfxx6IiNTNL9Bcpf3T9BEKhQbud96OOer3iWY+X5X1RTeoM jvlXIkOdDhohHWms7RtOxp2Drhu6/g== =WQkS -----END PGP SIGNATURE----- --Hf61M2y+wYpnELGG--