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.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS, USER_AGENT_MUTT 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 65EA7C43381 for ; Sun, 24 Mar 2019 21:44: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 33D7320880 for ; Sun, 24 Mar 2019 21:44:28 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="klRuZSSf" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 33D7320880 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=t5LZfE3yCCLVn1wmyUc9uhZUhrKLPoNJQlpJReBKV5E=; b=klRuZSSfepdu+omeH/un5xnYH koQhEuHGQMtwXkOEgugdC32bWbbH7QnFmwuF5zUYjg/QHGFOWrulnOOqU6Ycck2dSPqUYIxHoT0v5 tfSgZFiy9qdite4sdpYvHMjeo1w6rhVzX3sVptMP6z+lqtgRBf7XCZolHtnYiel1gru3gh8rddEWD xM9FV0eNlywcp5W2kctZK0S2VRvW/IDF+4o8u6g9pgn0BxXraWwblmf2ec7ObvsQFlv4d6ARABJyQ x411j2m/4l5EdSyWfrFeWpo5BGVYXVpR7eGhe4dfhHGrbsQjNsSN9RtP7BIz3a/nSRy20yZoYSTs4 YyKSV40Vw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1h8Aug-0000pG-Vk; Sun, 24 Mar 2019 21:44:18 +0000 Received: from sauhun.de ([88.99.104.3] helo=pokefinder.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1h8Auc-0000oV-KI for linux-arm-kernel@lists.infradead.org; Sun, 24 Mar 2019 21:44:16 +0000 Received: from localhost (p54B33218.dip0.t-ipconnect.de [84.179.50.24]) by pokefinder.org (Postfix) with ESMTPSA id A4F5A2C0114; Sun, 24 Mar 2019 22:44:09 +0100 (CET) Date: Sun, 24 Mar 2019 22:44:09 +0100 From: Wolfram Sang To: Ludovic Desroches Subject: Re: [PATCH v5 0/3] i2c: at91: slave mode support Message-ID: <20190324214409.GA6934@kunai> References: <20190222092522.4913-1-ludovic.desroches@microchip.com> MIME-Version: 1.0 In-Reply-To: <20190222092522.4913-1-ludovic.desroches@microchip.com> 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-20190324_144414_820428_EA50D13C X-CRM114-Status: UNSURE ( 7.54 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: alexandre.belloni@bootlin.com, linux-kernel@vger.kernel.org, me@jue.yt, linux-i2c@vger.kernel.org, andriy.shevchenko@linux.intel.com, linux-arm-kernel@lists.infradead.org Content-Type: multipart/mixed; boundary="===============0791288166934789027==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============0791288166934789027== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="r5Pyd7+fXNt84Ff3" Content-Disposition: inline --r5Pyd7+fXNt84Ff3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Feb 22, 2019 at 10:25:19AM +0100, Ludovic Desroches wrote: > [Ludovic Desroches: see Changes section] >=20 > Based on the discussion we had on the i2c-linux list [1], I wrote a patch= for > AT91 hardware and tried to fulfill the Linux I2C slave interface descript= ion > [2] as good as possible. This enables aforementioned hardware to act as a= n I2C > slave that can be accessed by a remote I2C master. After this was successfully checked by buildbot in a seperate branch: Applied to for-next, thanks! --r5Pyd7+fXNt84Ff3 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEOZGx6rniZ1Gk92RdFA3kzBSgKbYFAlyX+iQACgkQFA3kzBSg Kbabrg/8CbHndAD7O6/74B5m4f+lShCnhoWG2L0gbgaqTWd0tbgS/0CisLsSyv2/ N/BDaNdGGE+gBx8G55e2e0NfsohRUpMvdDOvrI/juCJW5T9xJreLC9OviYaI2rhY S7HhrLaoDebK7gnRAi7prQFnA7edAwyQcy0Cc/3etuTnp6dI/d0TNqBDo91QlBHQ ABhJtg1BvX7zZngUSm8vyn0cwGNE5HDoaJVBkUxe1PXuzM4EBeB7f5ODiiFFlmBy N7cNwMEa3qfUD8KY31LFHBdE2Ds5uS/KTKAbH5c+HnVzIXztbwwtX5WCiyygywFn d2peA67zb706tGe0QcGLiE6QQGUhkUZ6rlkujd/5Oi3NnbfXkQnmPQh18bgECZfU 7fd3AZnqIl4IC0Qem99sIieWKEn2e621TXig/0xgyloJ0QD/h/PmE7Fze4tULWsY lt1ZJKVcsVUdLHRnB05drY2m1FjfkjsVKkoe0kJcSO9AOmaj08jjQm9koD5BRnqj 1RcckO9IAyq1m41bhaGulLLxhUkD9GSErDQd5L7nVhDhN39WC6jr5RgFIwIAOoM6 nNB5YDe14KkP239zhbBgoNq1fDsqeMexNh8seHheqKIIaC7FC7VauP5o+o0glrhR fXcBxXwekk4jnvHXXvWZHR59ygonuKy1uKqb5HiLkLEaDevdWL8= =N1yE -----END PGP SIGNATURE----- --r5Pyd7+fXNt84Ff3-- --===============0791288166934789027== 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 --===============0791288166934789027==--