Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp2075485ybi; Mon, 1 Jul 2019 05:48:44 -0700 (PDT) X-Google-Smtp-Source: APXvYqzoKrKnRhZxAb7JAPpgodM4skjyFjvMvucCraFWz6DQ0m0WKNtVp1KgxHb+9YYF0PCU4EaR X-Received: by 2002:a17:902:be12:: with SMTP id r18mr19021761pls.341.1561985324605; Mon, 01 Jul 2019 05:48:44 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1561985324; cv=none; d=google.com; s=arc-20160816; b=g6fiEBb6Ak3ED4kROnjt0xPy2hRykSmv2kOL/lwYOTc3U8NX5CLO+6ePoT8aorgQEb BLyBXiApPoqy74l3YPVz1IvqJsQZqG/BtAzHsWAAN5Jz1H00fbGf0/ECSzobTUOG/UEQ +i4GN1Ya7YFFG3JjnCClZeZUpIfWarUtEOCUgFR9MqD0yAUHqg9KM8zsa+wMdyMTVPpv ZO1vnJQAbGuaxD1ZhegxGBflyFcFJN6cY3QPIX5w03HfxGD06ISN7Xyc9fcRhKbUpUEb RBkq3g5ZOO40PLeYJX+/NrEApue2BOv+35NJI2l398IYSUlzbeIdIbBz9tZ1hRVV2mMe yvkw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=OyTRIM+bTD/WqbZ9yzsvVarlS0IsBBCctL5v0Kv08Hw=; b=uKbuzhkDm/LqvmJNZZn+/7vHdDI5dc8vKHa/HseMjvrGhoPvQ4yPmrOsJAOh4KUyP8 nuvQeXxTElXd3Odr2AaIhe+L9UPGHrkMLEkVt3dFtgG3rrJyOtx/ERp6Wh06JWT1yJZ+ Neoa9oOEeV3a+HhmgPHvYCcft3rUlxhpEJoHnBR8pCvS5hmHwh2TZeDFC7ZVssxBXr7y yOvA0PW7zYE0Ux5poSKecfIFbuOn03aUIx/X7IMAa0oIOkQ7MHqXVyV6E3EI09JUcZMa gXJOXWE4H9p4hHSJQzocejP3M/HgtnvogecHHgt7P24uxO8RlRhWSfnNuOhUQJ+0dhOl dcrw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id r8si9934065pls.372.2019.07.01.05.48.29; Mon, 01 Jul 2019 05:48:44 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729148AbfGAMmU (ORCPT + 99 others); Mon, 1 Jul 2019 08:42:20 -0400 Received: from sauhun.de ([88.99.104.3]:55634 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727128AbfGAMmU (ORCPT ); Mon, 1 Jul 2019 08:42:20 -0400 Received: from localhost (p54B3346F.dip0.t-ipconnect.de [84.179.52.111]) by pokefinder.org (Postfix) with ESMTPSA id 77D0A2C360B; Mon, 1 Jul 2019 14:42:18 +0200 (CEST) Date: Mon, 1 Jul 2019 14:42:18 +0200 From: Wolfram Sang To: "Wang, Haiyue" Cc: Rob Herring , Eduardo Valentin , jarkko.nikula@linux.intel.com, andriy.shevchenko@intel.com, brendanhiggins@google.com, Mark Rutland , linux-i2c@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCHv7 1/3] dt-bindings: i2c: document bindings for i2c-slave-mqueue Message-ID: <20190701124218.GA4399@kunai> References: <20190605164651.15991-1-eduval@amazon.com> <20190605164651.15991-2-eduval@amazon.com> <20190611231425.GA29500@bogus> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="KsGdsel6WgEHnImy" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --KsGdsel6WgEHnImy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable > Looks like the slave reg missed the key value bit: >=20 >=20 > https://elinux.org/images/f/f6/ELCE15-WolframSang-ShinyNewI2CSlaveFramewo= rk.pdf >=20 > Example: reg =3D <(I2C_OWN_SLAVE_ADDRESS | 0x42)>; Yes. --KsGdsel6WgEHnImy Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEOZGx6rniZ1Gk92RdFA3kzBSgKbYFAl0Z/6YACgkQFA3kzBSg KbYYWw//eSVKk0pxgmvKMkr3qLS+I+sytYlhN5VtnDJhdVFrxi5wdKyIF4liX0A0 nR1H+nnK76LlveIMWsWNSIOm44UNckqlcoNpfucCTgRBssPoS1vvrkbZtIzb/Sdj v3RaA6417TOkdrfm6T5IcLoKtR8Au9oydZpowrfyqWDxMw/D0JABGZvpfo6tKrnU a29NmaNzi4zdPBtK51uT0pCHbCGk4lAwl4uRtsss75kDIXgtsXud1gDQUhhuX+VO 0WDdo1jg4WcTu5hsX/vPmxONH27eQmkFQEnWvYgvrhpjf96C1eXFfgEe1xQijlJx w2p21LlgpziCLVZp5Ae+YhMDheZ1Z7MDflGBeZlsSDRtRuOx8JHp23VC/6/5hK5C 1IRI7qQ/Ql464Zy15KRw/6KlH5eIVfo3+s4ikc3gMoaDrfAW9J1U++BgqQbA6ZIn lcK7eezlmCBZ9eu79v0miGsEH5wI1nD+X6ch/peOIWMH36SnH7bFTsUtXlM5jrLq 2yuUEbgldT2JTs7Tabayfc/26Ku58k4FeWqKI0VAlxJb4jRUudlixqntVtGqhdHW 99elcR6mcfohFx5jzhc8ui4YagyLr8z9BQeDVG2CsNAFRT5WvQBtPDFIPx+OxFTb B9ZSFj38jdmlOqPAmbXiTJNNNzdCkr2ca9Oloz1prFq6HXyJ0qQ= =Clag -----END PGP SIGNATURE----- --KsGdsel6WgEHnImy--