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=-2.2 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,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 18213C55196 for ; Fri, 24 Apr 2020 19:04:28 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id E105520736 for ; Fri, 24 Apr 2020 19:04:27 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="gJwemNg6" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E105520736 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=the-dreams.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender:Content-Type:Cc: List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: In-Reply-To:MIME-Version:References:Message-ID:Subject: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=yC/zTw+9hafwLGP0QA5yQS8/IyIGCDe6Bpq7MmNAcrc=; b=gJwemNg61TEBcbpwWSLpx34vP ingsoFXW/70YkVR5pHQxGuPkZPIApXlo7GgTZMr/wVZ6J4boi3xXeERQEfW4uXha1GFjdh6BT5H+G aWSOJ384TX2qijVCcOUupTmyXS0TVUcRU2FeQk3MIHk6TTZD8hPmp4Pp7WIvZ9kfFMzWAYIOiYOEr uDwUhi//yGKn0sfrUnllV5hSgYGVaEFSL+KyAcUXGe1y1CsjP0TrA9DygxOIZ024U1dG2oEbM6jTS 6eO02xR9mmEu9ky7eERNFMrp30gNWtAIjUIKKEUtPR8cD4hFiljR2IHCkIkQMJM+eMcfEFmOPtmX2 XPpNbVhgg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jS3ch-0003jQ-Ic; Fri, 24 Apr 2020 19:04:27 +0000 Received: from sauhun.de ([88.99.104.3] helo=pokefinder.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jS3cf-0003iB-7U; Fri, 24 Apr 2020 19:04:26 +0000 Received: from localhost (p5486CE62.dip0.t-ipconnect.de [84.134.206.98]) by pokefinder.org (Postfix) with ESMTPSA id E69B42C2019; Fri, 24 Apr 2020 21:04:23 +0200 (CEST) Date: Fri, 24 Apr 2020 21:04:22 +0200 From: Wolfram Sang To: Florian Fainelli Subject: Re: [PATCH v2 01/91] i2c: brcmstb: Allow to compile it on BCM2835 Message-ID: <20200424190422.GA5220@kunai> References: <20200424161353.GA4487@kunai> MIME-Version: 1.0 In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200424_120425_422403_024648E3 X-CRM114-Status: GOOD ( 11.52 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-arm-kernel@lists.infradead.org, Tim Gover , Dave Stevenson , Kamal Dasu , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-i2c@vger.kernel.org, Eric Anholt , bcm-kernel-feedback-list@broadcom.com, Maxime Ripard , Phil Elwell , Nicolas Saenz Julienne , linux-rpi-kernel@lists.infradead.org Content-Type: multipart/mixed; boundary="===============8059910613310047534==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============8059910613310047534== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="rwEMma7ioTxnRzrJ" Content-Disposition: inline --rwEMma7ioTxnRzrJ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Apr 24, 2020 at 10:07:25AM -0700, Florian Fainelli wrote: >=20 >=20 > On 4/24/2020 9:13 AM, Wolfram Sang wrote: > >=20 > >> config I2C_BRCMSTB > >> tristate "BRCM Settop/DSL I2C controller" > >> - depends on ARCH_BRCMSTB || BMIPS_GENERIC || ARCH_BCM_63XX || \ > >> - COMPILE_TEST > >> + depends on ARCH_BCM2835 || ARCH_BRCMSTB || BMIPS_GENERIC || \ > >> + ARCH_BCM_63XX || COMPILE_TEST > >=20 > > Isn't there something like ARCH_BROADCOM which we could use here instead > > of adding each and every SoC? >=20 > If you are worried about this list growing bigger, I do not think this > is going to happen beyond this changeset (famous last words). Okay, thanks for the heads up. I wonder, then, if the description after 'tristate' is still accurate? But that withstanding, I am fine with this patch: Acked-by: Wolfram Sang Let me know if I shall take this via I2C. --rwEMma7ioTxnRzrJ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEOZGx6rniZ1Gk92RdFA3kzBSgKbYFAl6jODIACgkQFA3kzBSg KbYN+Q//SQP+Vpeh1qTzUNAUeo0heLgu/UyeswoGy/XX0fkPi1VnjHdErSP3hI5i qDLv1Xsz6XsjjlNPIIjMyisPgLT1blkvBicJnfNcjh+6ztSQaO1TqUscpgxxxG6f n4Dk+CRwVEgmbYI3B/CAxxLSV+ulKl4l6/QSHoDXEdlNcpnQVYqB9noyJh9DJenG MUb3zxOoJSDvuNVftZg1Pc07yexfFgRvix0JYC41z9A/bD3yrw/apd4omkuzpojG dqEg+xeqCCg6kC4TozKlcqi7Zq4n+pjO0M5crP9U1jllCxgo0pMDbdF7QSXnWuiC GVToAKqKWMZbnm4h05ZrGt7IujJExmpRIj6tr6TySvyMpGM3h3EGGjebLFhvRJ2q AdRodX9+cAnIQl9HP+eXFHuvp/VzPY8RPgSK3XjAogMNgIQqTTa8L4a6rfNOz83F yI0nf2ftcX+7ukUGmtWzL7XT9njqBNhNgTUOXMQ7ccFTe9bpxQxcukYYM/3asi14 DrcWVHQ6VRbjHvn52lRqfw0rKMaCLGSPgsSd9wXA9OiHCexTDjP7LMdzLKW+QgJq 1CCCwRvvct6pMvLsHnEhCdwC11ZIHnVOagtvt6p9YrOJOjBSBak3+/IpXaVQ/eSY F5UsPOi0nuo0ZLmBLnn/uU4/yK4ciPgZRdX/pe9iRlkSY0V5STo= =kdd5 -----END PGP SIGNATURE----- --rwEMma7ioTxnRzrJ-- --===============8059910613310047534== 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 --===============8059910613310047534==--