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 7C84FCCA481 for ; Wed, 6 Jul 2022 16:53:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233893AbiGFQxD (ORCPT ); Wed, 6 Jul 2022 12:53:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46812 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232574AbiGFQxC (ORCPT ); Wed, 6 Jul 2022 12:53:02 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5BFCF2A42D; Wed, 6 Jul 2022 09:53:01 -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 1188CB81E32; Wed, 6 Jul 2022 16:53:00 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0AB5BC3411C; Wed, 6 Jul 2022 16:52:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1657126378; bh=p9+EIYiQFsEijWg7qUqn4ryIqQU2p1/cxe9Pq3LUI5I=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=VaUuO1RwaFm+0u5ev1dM72McKyCsJgUoMfeulJYPkHososvaV+WDRIKh2rSmPq/5I ycOK+fXQFhN0cAzIGuEIRUGAc72n1Dg8BvFGxp45CG3JXMdbYTikfi2jlnQVeNoBij r2zfhkuKbEGjlN+md/SkAdY1aYaN4T4QB9EM0K5JZp4RG2Q+wkmpDBNq3N+VeK0/PO qidIwXyZj01SxZRRmEYAqsn075IAurVDuHlFh+oh0YwLTG7MhXCwpEFRQBF5dKSyW9 ciX4ZrYzhQCwlQ0ADndLsxjzn5lmyyRbMban5DzpUIt/qICAYJNnuSF7Qx6E13IbEF uVl1lLdxPW9uA== Date: Wed, 6 Jul 2022 22:22:55 +0530 From: Vinod Koul To: William Zhang Cc: Linux ARM List , joel.peshkin@broadcom.com, kursad.oney@broadcom.com, f.fainelli@gmail.com, anand.gore@broadcom.com, Broadcom Kernel List , philippe.reynes@softathome.com, dan.beygelman@broadcom.com, Al Cooper , Andre Przywara , Andy Shevchenko , Ard Biesheuvel , Arnd Bergmann , Cai Huoqing , Conor Dooley , Damien Le Moal , Eugen Hristev , Geert Uytterhoeven , Greg Kroah-Hartman , Herbert Xu , Jan Dabros , Jarkko Nikula , Jie Deng , Jiri Slaby , Kavyasree Kotagiri , Kishon Vijay Abraham I , Krzysztof Kozlowski , Lukas Bulwahn , Mark Brown , Matt Mackall , Michael Turquette , Nathan Chancellor , Nicolas Ferre , =?utf-8?B?UmFmYcWCIE1pxYJlY2tp?= , Rob Herring , Russell King , Sam Protsenko , Stephen Boyd , Sunil Goutham , Sven Peter , Thomas Bogendoerfer , Tyrone Ting , Wolfram Sang , linux-clk@vger.kernel.org, linux-crypto@vger.kernel.org, linux-i2c@vger.kernel.org, linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org, linux-phy@lists.infradead.org, linux-serial@vger.kernel.org, linux-spi@vger.kernel.org Subject: Re: [PATCH 5/9] arm: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA Message-ID: References: <20220705172613.21152-1-william.zhang@broadcom.com> <20220705172613.21152-6-william.zhang@broadcom.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220705172613.21152-6-william.zhang@broadcom.com> Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org On 05-07-22, 10:26, William Zhang wrote: > Update ARCH_BCM_63XX in all sources to use ARCHB_BCMBCA instead. > > Signed-off-by: William Zhang > --- > > arch/arm/Kconfig.debug | 2 +- > drivers/ata/Kconfig | 2 +- > drivers/char/hw_random/Kconfig | 2 +- > drivers/clk/bcm/Kconfig | 4 ++-- > drivers/i2c/busses/Kconfig | 2 +- > drivers/phy/broadcom/Kconfig | 2 +- Acked-By: Vinod Koul -- ~Vinod