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 A9F27CCA480 for ; Mon, 11 Jul 2022 16:09:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231555AbiGKQJy (ORCPT ); Mon, 11 Jul 2022 12:09:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34276 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230519AbiGKQJw (ORCPT ); Mon, 11 Jul 2022 12:09:52 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 29CF770E69; Mon, 11 Jul 2022 09:09:51 -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 142DFB810A7; Mon, 11 Jul 2022 16:09:49 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A2BE5C34115; Mon, 11 Jul 2022 16:09:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1657555787; bh=1Qdi/Q0tKjz8oNHPlKjsC6Lj+SOxYtkZt7rWDGrToRY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=CkSMmcbn9o7y/kluSx6Akj5rVRxTZ4m+hOy2j+nUAgXNjz/M0EIfZhkjj/DxciWkw Ss9VeLEiPY36uQMdH2aS7yPHV9TV9BhzSI8YzQyhgIvGNpye7Rj/hD0mehQ4hMabBS VwwqsdQ6wICIgDeJcafT1fexNfffmSXKmBGspqrxuGOur5GoUr4dskIJboC7wweD2C xY+cpj/GW5JJOPW5iyVZWrcK24H8RSO1NQhtvxMhTNC0uAgPr26SyHIgGHRQ3rGM0V a2cDVwBEkOKv0KbO3MEF0U1m3gJrmVtS11PgMb/smUiP396R3m/zzMyZVkJ+ifhHzf xoXbGKMkuLRmQ== Date: Mon, 11 Jul 2022 17:09:38 +0100 From: Mark Brown To: Florian Fainelli Cc: bcm-kernel-feedback-list@broadcom.com, William Zhang , Linux ARM List , anand.gore@broadcom.com, dan.beygelman@broadcom.com, kursad.oney@broadcom.com, joel.peshkin@broadcom.com, linux-kernel@vger.kernel.org, linux-spi@vger.kernel.org Subject: Re: [RESEND PATCH 7/8] spi: bcm63xx-hsspi: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA Message-ID: References: <20220707065800.261269-1-william.zhang@broadcom.com> <20220707065800.261269-7-william.zhang@broadcom.com> <20220711021131.3289881-1-f.fainelli@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="sHb/8weEcalzkkyG" Content-Disposition: inline In-Reply-To: X-Cookie: I am NOMAD! Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --sHb/8weEcalzkkyG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Jul 11, 2022 at 09:04:39AM -0700, Florian Fainelli wrote: > Each patch is independent from one another and there are not dependencies on > the Broadcom arm-soc tree(s) other than for CONFIG_ARCH_BCMBCA which was > introduced with v5.19 with b32c613b3fda3e1c26119609f1ad6b19178f82f5. That > said, I prefer to take all patches via the Broadcom arm-soc tree(s) to > ensure a timely inclusion for our upcoming v5.20 pull request, and ensure > that all drivers are converted in one release cycle. > If you want to give me your Acked-by or that I drop this and take it via the > spi tree, please let me know. Acked-by: Mark Brown --sHb/8weEcalzkkyG Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAmLMS0IACgkQJNaLcl1U h9C4bQf/VUFPe2ZDuiR/mCrppClqCWe1VGX9sRa/Jx4ihttjnt636Y2fJZAddkf7 6XyzrXfJDsfyoD4BFwwStgJ6fVfLf/yjm3BvK5D/8PJQN4K3tzmXxRWDFLN1rMyh 5tTGBGi00rvPvAMmuGK8PIdokqDPd/k44ZVRs56/fby74BrBNahGCUSgf7x5lXMB IpV7VMWyz341SutrYtwk7PZaWL8cZ0QJ7RqlhCbVDQ8Out+Rx01cfFcbfVv2wrLM QyH0VuITIFFJCVidHQWLVeCWlVSL4OjCzWTUd/1WcLxmG/plD1z8QCuk5xLnTs0l MdIs2HkMXZgwSRU58q9qB92Dd+tkhA== =iZfY -----END PGP SIGNATURE----- --sHb/8weEcalzkkyG-- 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 D1570C43334 for ; Mon, 11 Jul 2022 16:10:49 +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=MwiyBZWJv1/ta7BxMYTSvMyIOhpd0g+Kkf3DrhBy6lw=; b=mfoPOtwszEOc7qscTscxuJwG8Q gg1mShHwmlN2qSqJguX66bPJTwbUe4a8hYI/TViDXCCdrw2o9h4lCAay6DpDWUGHUPtOjCYz3fkMT RZK2unq8IL4poScPsQ2VPEbUrfkCOIDrt3YczvBFMFyChFCY24Efy42iZE31Ass/OgV2tCqbpg6/t Pg7/8WABBPv5FkjXHduZz6I2lhUoZITxmktDUyTU+3hGw//Azw10hIg9HkgtC/r2yDzle3ndoypxz O1LJwl6EReUEPUOxUduYHQO12KHjzBY4QQben3yHW+C0qHKZox9zKHrSu++OV3x9abJ4LlIhOwx8i ipOT62Kw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oAvyr-0038RG-LZ; Mon, 11 Jul 2022 16:09:53 +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 1oAvyo-0038P9-F5 for linux-arm-kernel@lists.infradead.org; Mon, 11 Jul 2022 16:09:51 +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 09DDDB810A1; Mon, 11 Jul 2022 16:09:49 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A2BE5C34115; Mon, 11 Jul 2022 16:09:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1657555787; bh=1Qdi/Q0tKjz8oNHPlKjsC6Lj+SOxYtkZt7rWDGrToRY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=CkSMmcbn9o7y/kluSx6Akj5rVRxTZ4m+hOy2j+nUAgXNjz/M0EIfZhkjj/DxciWkw Ss9VeLEiPY36uQMdH2aS7yPHV9TV9BhzSI8YzQyhgIvGNpye7Rj/hD0mehQ4hMabBS VwwqsdQ6wICIgDeJcafT1fexNfffmSXKmBGspqrxuGOur5GoUr4dskIJboC7wweD2C xY+cpj/GW5JJOPW5iyVZWrcK24H8RSO1NQhtvxMhTNC0uAgPr26SyHIgGHRQ3rGM0V a2cDVwBEkOKv0KbO3MEF0U1m3gJrmVtS11PgMb/smUiP396R3m/zzMyZVkJ+ifhHzf xoXbGKMkuLRmQ== Date: Mon, 11 Jul 2022 17:09:38 +0100 From: Mark Brown To: Florian Fainelli Cc: bcm-kernel-feedback-list@broadcom.com, William Zhang , Linux ARM List , anand.gore@broadcom.com, dan.beygelman@broadcom.com, kursad.oney@broadcom.com, joel.peshkin@broadcom.com, linux-kernel@vger.kernel.org, linux-spi@vger.kernel.org Subject: Re: [RESEND PATCH 7/8] spi: bcm63xx-hsspi: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA Message-ID: References: <20220707065800.261269-1-william.zhang@broadcom.com> <20220707065800.261269-7-william.zhang@broadcom.com> <20220711021131.3289881-1-f.fainelli@gmail.com> MIME-Version: 1.0 In-Reply-To: X-Cookie: I am NOMAD! X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220711_090950_682442_48F1AF5D X-CRM114-Status: GOOD ( 14.96 ) 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="===============3596367574594671266==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============3596367574594671266== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="sHb/8weEcalzkkyG" Content-Disposition: inline --sHb/8weEcalzkkyG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Jul 11, 2022 at 09:04:39AM -0700, Florian Fainelli wrote: > Each patch is independent from one another and there are not dependencies on > the Broadcom arm-soc tree(s) other than for CONFIG_ARCH_BCMBCA which was > introduced with v5.19 with b32c613b3fda3e1c26119609f1ad6b19178f82f5. That > said, I prefer to take all patches via the Broadcom arm-soc tree(s) to > ensure a timely inclusion for our upcoming v5.20 pull request, and ensure > that all drivers are converted in one release cycle. > If you want to give me your Acked-by or that I drop this and take it via the > spi tree, please let me know. Acked-by: Mark Brown --sHb/8weEcalzkkyG Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAmLMS0IACgkQJNaLcl1U h9C4bQf/VUFPe2ZDuiR/mCrppClqCWe1VGX9sRa/Jx4ihttjnt636Y2fJZAddkf7 6XyzrXfJDsfyoD4BFwwStgJ6fVfLf/yjm3BvK5D/8PJQN4K3tzmXxRWDFLN1rMyh 5tTGBGi00rvPvAMmuGK8PIdokqDPd/k44ZVRs56/fby74BrBNahGCUSgf7x5lXMB IpV7VMWyz341SutrYtwk7PZaWL8cZ0QJ7RqlhCbVDQ8Out+Rx01cfFcbfVv2wrLM QyH0VuITIFFJCVidHQWLVeCWlVSL4OjCzWTUd/1WcLxmG/plD1z8QCuk5xLnTs0l MdIs2HkMXZgwSRU58q9qB92Dd+tkhA== =iZfY -----END PGP SIGNATURE----- --sHb/8weEcalzkkyG-- --===============3596367574594671266== 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 --===============3596367574594671266==--