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 7DA09C3A59F for ; Thu, 29 Aug 2019 18:53:05 +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 515302166E for ; Thu, 29 Aug 2019 18:53:05 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="Y2I6FMPD" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 515302166E 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=ZWrb6X6FQcUYWNR8aH1A+EjVzTSxEm4kYBAcuu73vsQ=; b=Y2I6FMPDXj5Eq3sxAGUTsYkUY rzIN4xv4yqjY545byzuM0FxzR80+uS7bSqBSLF5g6zPtV/KRAbThr4zFT1OcVFhYaR9OmMvy+lO+c En2Fvf+97L5siKD9sUF0Njrs/Y+Aiw0HMHg37wwc4ntJ1H6HgPB+uNFFJL+Nofk+zQfYFvT0IVCnh ajN4U8dlJPqsAyHoATtaOBY8p0sB6H+9ywKxdpSCKpeEcucmvQU4MuVS0cRaTRRLdinLu22/OPYnD Qnf4id7rEGd87PXm1H5tdBGgUsESnUOvH9nWpFOBcM9BK+i1gcmrgooC+8Bwy/oPRe7Y+z9DBdwN9 NXo3YFU4Q==; 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 1i3PXX-0004Pu-Kq; Thu, 29 Aug 2019 18:52:59 +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-0004Op-2z for linux-arm-kernel@lists.infradead.org; Thu, 29 Aug 2019 18:52:57 +0000 Received: from localhost (p54B33070.dip0.t-ipconnect.de [84.179.48.112]) by pokefinder.org (Postfix) with ESMTPSA id 65D502C001C; Thu, 29 Aug 2019 20:52:52 +0200 (CEST) Date: Thu, 29 Aug 2019 20:52:52 +0200 From: Wolfram Sang To: Stefan Wahren Subject: Re: [PATCH 1/3] dt-bindings: i2c: bcm2835: Add brcm,bcm2711 compatible Message-ID: <20190829185251.GD3740@ninjato> References: <1566925456-5928-1-git-send-email-wahrenst@gmx.net> <1566925456-5928-2-git-send-email-wahrenst@gmx.net> MIME-Version: 1.0 In-Reply-To: <1566925456-5928-2-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_115256_282154_B2B8BE8E X-CRM114-Status: UNSURE ( 9.81 ) X-CRM114-Notice: Please train this message. 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="===============4400648218800844429==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============4400648218800844429== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="veXX9dWIonWZEC6h" Content-Disposition: inline --veXX9dWIonWZEC6h Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Aug 27, 2019 at 07:04:14PM +0200, Stefan Wahren wrote: > Add a new compatible for the BCM2711, which hasn't the clock stretch bug. >=20 > Signed-off-by: Stefan Wahren > Reviewed-by: Eric Anholt > Reviewed-by: Rob Herring Applied to for-next, thanks! --veXX9dWIonWZEC6h Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEOZGx6rniZ1Gk92RdFA3kzBSgKbYFAl1oHwMACgkQFA3kzBSg KbZRRg//Ryv7Zq+mHMTNa3cr8ox0/gmPrj0BRADdaDUn/V4haoxNg/ItcG0N94zf rBUXZ1IwcGXQ3AiI+5lmEcj+kAVGRPvN1IYqK6MNGEcIRQq8KO9U1xHYesdORiNh EQRxyJpjGdxXHSoEduhdHx5CLPTAFScj7xVMBiueVNdJWEXO7RvWIJyAfLQ8uTuG HUGikkBmOb8aTLRvP5ltNJWKCjaF53MH8mel25KyykhdN+oYfZhxRkkxVLd1pF39 mb6olPxLpPPIODm4iLCC88e6hXY8BB08dne9d73vZI3WSgBr2eNYT0M/5ZzNbRbc elrzOGUi7aLeRGZDeT6noC/rxEIGSmiKBRdrgOT4oKVvh1SvdkZCEq+TTTodHQ3p RPlBcgyrJp6NtvrV/AjmSwyWrhU5wxMfGbH2K0ALmndlCWSt19AWhOF2jNWAbqzC sTnbOi4b1oCPW1fSI7hRf7sHu8QB+CAr6plmPFoGdMqxRW8J9LTvNj3xT4Vegf9z rCzsucbOn1T0d/R80dnbRAyb5LuYj5hOlZyky1GiN2kqCL0ApQ3FGb4Kcxa700wH 0WLciVQAZJqqAf6SW0by/DTtp1FrGcY8GuBxogw6UbeQzeRZEnT9U7WEpkekMTce zOgMioM3Hw84yQgo5CVDubafVNBQIJ671UCxmwm1prdXI/c61Gw= =Wx3G -----END PGP SIGNATURE----- --veXX9dWIonWZEC6h-- --===============4400648218800844429== 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 --===============4400648218800844429==--