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.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham 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 1E388C3A59F for ; Thu, 29 Aug 2019 18:53:20 +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 E587E2166E for ; Thu, 29 Aug 2019 18:53:19 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="JsYkFBDo" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E587E2166E 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=+nFNjMBEXNEazpV5uOQtBLOkXeF5mCPauQ2MbmAvEJE=; b=JsYkFBDohKZ7pNo7jdTjW5ua7 VzzR60h1saVfe2Esc/BEVA3sejBYZNLaBhdeVmpg6jTjKInzihhdM4E/NEPMsRCjrV1zyj3sB9YJJ VgpVzTtDidBhBK14N9uDmCxCewdtsPvn4zuwMZb3yPqttkxW8o93ecuMUlrh+5EAYxKAqbuQy0Mj6 yVKAFgvSWIGKty4ApjxY4hGE4Wr/eOMaocsRL7I9pYkQmhE3/MTDNgttR4OribRkx+V9z1Lb+WHAd Oj20IW87//26+NKTMIDhaJcn3ok1hk5nMRwyXg3OLjCdxSFgkK8hg0O0sB3nD4UoWbQGoiOhlfdd+ WrwlId3eg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1i3PXl-0004Zs-4b; Thu, 29 Aug 2019 18:53:13 +0000 Received: from sauhun.de ([88.99.104.3] helo=pokefinder.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1i3PXU-0004PT-TT for linux-arm-kernel@lists.infradead.org; Thu, 29 Aug 2019 18:52:59 +0000 Received: from localhost (p54B33070.dip0.t-ipconnect.de [84.179.48.112]) by pokefinder.org (Postfix) with ESMTPSA id 362DD2C0021; Thu, 29 Aug 2019 20:52:56 +0200 (CEST) Date: Thu, 29 Aug 2019 20:52:55 +0200 From: Wolfram Sang To: Stefan Wahren Subject: Re: [PATCH 2/3] i2c: bcm2835: Avoid clk stretch quirk for BCM2711 Message-ID: <20190829185255.GE3740@ninjato> References: <1566925456-5928-1-git-send-email-wahrenst@gmx.net> <1566925456-5928-3-git-send-email-wahrenst@gmx.net> MIME-Version: 1.0 In-Reply-To: <1566925456-5928-3-git-send-email-wahrenst@gmx.net> 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-20190829_115257_095980_37C72BFB X-CRM114-Status: GOOD ( 10.35 ) 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: Florian Fainelli , Scott Branden , Ray Jui , Eric Anholt , linux-i2c@vger.kernel.org, linux-arm-kernel@lists.infradead.org Content-Type: multipart/mixed; boundary="===============0340958772311039132==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============0340958772311039132== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="+JUInw4efm7IfTNU" Content-Disposition: inline --+JUInw4efm7IfTNU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Aug 27, 2019 at 07:04:15PM +0200, Stefan Wahren wrote: > The I2C block on the BCM2711 isn't affected by the clk stretching bug. > So there is no need to apply the corresponding quirk. >=20 > Signed-off-by: Stefan Wahren > Reviewed-by: Eric Anholt Applied to for-next, thanks! --+JUInw4efm7IfTNU Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEOZGx6rniZ1Gk92RdFA3kzBSgKbYFAl1oHwcACgkQFA3kzBSg KbakKRAAsAY5xsvAvpGx6PZp0uRhtLlAPh4nNZEdWvXB1S/Sjc/S9+d1O7S3KgX3 vNHGjpeRfvFZmkzr7SU8z9CHlAyu+hf0shAeuZGsXM9yrnkpVJHpCMm48DzMAVr2 ud1G/bj6RvxzjyAuxtn3SL8GGsBaoDeIoz0a5GIkdDWMB2v8hBQgIWP3Ym8BRtE2 5Pq9h445Ol2jtSlxiVKbxLTicqccywapHyfIX4k3k6x7F80Savl8AuaBKCU5bznC j/USjoIqbtf8nEN6OzZj8ig6M320aggv2PW3UbLAEsZ2M9uUtyIuwWcmGFiOucOP 0c3Hb6/mD2o+Shn/iS3Qp6+LIRVFOM0o/+aJawq2Aw8eAV6X5tzVE2RqvSff+X/p MHwq5ikdcj+4/XKgg8Ab/d4DZ2tK8I8I0am3FcU4MeU0jjbFyut0+AdlND8Zw3oE 8p5ATq0GtMxWZ7YkbCvPG6uLmDdBQG/5uO/33TmkV+W6JuWaXk8jrf8/yChD2XY2 EajubuqcvJNzXemPOTBkk0cr26debd2eFa0V094fEZU05yn3CvonNA8bQOECS5ob ZqG19+uOx8bP9DayagPKSxY7MPpuu/3xaofW+OgJD6LqhgoSGCOGsI9LJcx9K8RU pxcJ0yEQPN/0H/ZfWOe3wZh9sBxH5UhcAVmkeAo1Jb9lr7F4RvE= =MKy2 -----END PGP SIGNATURE----- --+JUInw4efm7IfTNU-- --===============0340958772311039132== 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 --===============0340958772311039132==--