From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH v4 04/10] dt-bindings: i3c: Document core bindings Date: Mon, 9 Apr 2018 15:24:26 -0500 Message-ID: <20180409202426.grl62ydysfse27ly@rob-hp-laptop> References: <20180330074751.25987-1-boris.brezillon@bootlin.com> <20180330074751.25987-5-boris.brezillon@bootlin.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20180330074751.25987-5-boris.brezillon@bootlin.com> Sender: linux-kernel-owner@vger.kernel.org To: Boris Brezillon Cc: Wolfram Sang , linux-i2c@vger.kernel.org, Jonathan Corbet , linux-doc@vger.kernel.org, Greg Kroah-Hartman , Arnd Bergmann , Przemyslaw Sroka , Arkadiusz Golec , Alan Douglas , Bartosz Folta , Damian Kos , Alicja Jurasik-Urbaniak , Cyprian Wronka , Suresh Punnoose , Rafal Ciepiela , Thomas Petazzoni , Nishanth Menon , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala List-Id: linux-gpio@vger.kernel.org On Fri, Mar 30, 2018 at 09:47:45AM +0200, Boris Brezillon wrote: > A new I3C subsystem has been added and a generic description has been > created to represent the I3C bus and the devices connected on it. > > Document this generic representation. > > Signed-off-by: Boris Brezillon > --- > Changes in v4: > - Clarify the fact that static address == I3C address and dynamic > address == I3C address > - Use i2c-scl-hz in the example > > Changes in v3: > - Rename {i2c,i3c}-scl-frequency DT prop into {i2c,i3c}-scl-hz > - Rework the way we expose the provisional ID and LVR information > - Rename dynamic-address into assigned-address > - Enforce the I3C master node name > > Changes in v2: > - Define how to describe I3C devices in the DT and when it should be > used. Note that the parsing of I3C devices is not yet implemented in > the framework. Will be added when someone really needs it. > --- > Documentation/devicetree/bindings/i3c/i3c.txt | 140 ++++++++++++++++++++++++++ > 1 file changed, 140 insertions(+) > create mode 100644 Documentation/devicetree/bindings/i3c/i3c.txt Reviewed-by: Rob Herring From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: ARC-Seal: i=1; a=rsa-sha256; t=1523305468; cv=none; d=google.com; s=arc-20160816; b=eP3O1a121xRlf/9EJ6bnKcnTWU/f0kg6hvUEf2TEEqYM4XalKgEmGLNdvGOqCZ4YTD iofQuu8cQHoWG7maF6bXMr9HmCHqESiltlkD33odnMJyeUBzWMsg+wjV5iFp7Qbd+53e DR8Qr8zLQ0hGUy9+8na4/v+UeY+bo8wO7mbt/vrdCG1PDzVvNoKP6NE+z0cY1pPa5zKk DSLFDIoy1kb8doYF75Kiei4311WQPLRgOVJ0QlnydRVUXWlHSXnPLe/DiASA/xgCsfKT 4kFPRdpZgX6wEWVm0p2KDSn1VTZ0lK27GNR3vBV0oPrpb0NyaLu+LDbuPPVEAwIM3bNs diyg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=user-agent:in-reply-to:content-disposition:mime-version:references :message-id:subject:cc:to:from:date:arc-authentication-results; bh=nD9lyAXOzwIy9aA8xzn/IhttWXwLhCwGD1MqNbmEHpA=; b=0by+NGI8V4f1TDPKH2hMPrQAaJdiC5cij2Rj0NTr4NeaGcRhbev4sq4RuA1yJqBVaW QX/kj89QAEjmEh0eSATv603U1hgV0tc+XlwSNtUXi9pyUXklXHghRMWIv1TsHi52osiD kZooYTerA8838rvVbPexA2ff8savIfOdrk3NltSatvCAldruzKErr2gRirqJSM5Yh0Qc UfTzP0p/pfayubhYJ1xa4w6XWnn19WWLtYrCJ6ipOHzq2YlMbq9LI6gixQBIwITX5+g/ 0Ei74kwCwUG221r5LFMe1o8OANGjXavNmn6SjRq1xaHwuN9mTIjq4uTunBvsusMWzg+S 7cLw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of robherring2@gmail.com designates 209.85.220.65 as permitted sender) smtp.mailfrom=robherring2@gmail.com Authentication-Results: mx.google.com; spf=pass (google.com: domain of robherring2@gmail.com designates 209.85.220.65 as permitted sender) smtp.mailfrom=robherring2@gmail.com X-Google-Smtp-Source: AIpwx4+oueKdVErriKAf4VRM8xWNmbFB8VBhqanPb5QW9xnQJ2yJidSyz/S4sx0yiQLuMa4wQ37p4Q== Date: Mon, 9 Apr 2018 15:24:26 -0500 From: Rob Herring To: Boris Brezillon Cc: Wolfram Sang , linux-i2c@vger.kernel.org, Jonathan Corbet , linux-doc@vger.kernel.org, Greg Kroah-Hartman , Arnd Bergmann , Przemyslaw Sroka , Arkadiusz Golec , Alan Douglas , Bartosz Folta , Damian Kos , Alicja Jurasik-Urbaniak , Cyprian Wronka , Suresh Punnoose , Rafal Ciepiela , Thomas Petazzoni , Nishanth Menon , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Vitor Soares , Geert Uytterhoeven , Linus Walleij , Xiang Lin , linux-gpio@vger.kernel.org Subject: Re: [PATCH v4 04/10] dt-bindings: i3c: Document core bindings Message-ID: <20180409202426.grl62ydysfse27ly@rob-hp-laptop> References: <20180330074751.25987-1-boris.brezillon@bootlin.com> <20180330074751.25987-5-boris.brezillon@bootlin.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180330074751.25987-5-boris.brezillon@bootlin.com> User-Agent: NeoMutt/20170609 (1.8.3) X-getmail-retrieved-from-mailbox: INBOX X-GMAIL-THRID: =?utf-8?q?1596347989623961595?= X-GMAIL-MSGID: =?utf-8?q?1597301554741817965?= X-Mailing-List: linux-kernel@vger.kernel.org List-ID: On Fri, Mar 30, 2018 at 09:47:45AM +0200, Boris Brezillon wrote: > A new I3C subsystem has been added and a generic description has been > created to represent the I3C bus and the devices connected on it. > > Document this generic representation. > > Signed-off-by: Boris Brezillon > --- > Changes in v4: > - Clarify the fact that static address == I3C address and dynamic > address == I3C address > - Use i2c-scl-hz in the example > > Changes in v3: > - Rename {i2c,i3c}-scl-frequency DT prop into {i2c,i3c}-scl-hz > - Rework the way we expose the provisional ID and LVR information > - Rename dynamic-address into assigned-address > - Enforce the I3C master node name > > Changes in v2: > - Define how to describe I3C devices in the DT and when it should be > used. Note that the parsing of I3C devices is not yet implemented in > the framework. Will be added when someone really needs it. > --- > Documentation/devicetree/bindings/i3c/i3c.txt | 140 ++++++++++++++++++++++++++ > 1 file changed, 140 insertions(+) > create mode 100644 Documentation/devicetree/bindings/i3c/i3c.txt Reviewed-by: Rob Herring From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on archive.lwn.net X-Spam-Level: X-Spam-Status: No, score=-6.0 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI,T_RP_MATCHES_RCVD autolearn=ham autolearn_force=no version=3.4.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by archive.lwn.net (Postfix) with ESMTP id 936C27E22E for ; Mon, 9 Apr 2018 20:24:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754452AbeDIUYa (ORCPT ); Mon, 9 Apr 2018 16:24:30 -0400 Received: from mail-oi0-f66.google.com ([209.85.218.66]:45711 "EHLO mail-oi0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754273AbeDIUY2 (ORCPT ); Mon, 9 Apr 2018 16:24:28 -0400 Received: by mail-oi0-f66.google.com with SMTP id 71-v6so8950466oie.12; Mon, 09 Apr 2018 13:24:28 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=nD9lyAXOzwIy9aA8xzn/IhttWXwLhCwGD1MqNbmEHpA=; b=cPBVaFG4mMV616l0CVYRLNp37n0dm+WgAqO1xC+Ip7Exa+YwaMSqiczrFx/q1ccTvS L5arFCDVZrqnyhC3yykslwV8pxfpgO5ffeie/Z9e5skF7AYvvNfUT7OKj8bG5kIOVFZh QZ1seCb/fFGMvjlwXvUstxXkQkz4imm0qbgddjR29AZMHthqaF5Auy9IwvFu98QrVLui 9EZeFybFGOiR89ixfID6S4LYmTCVCubXWza5+DvhggaZQDGeB2H8/N/KykwZr3KbLgJB HpSxVFK+IGbP0W9IKiUKR/lweH/jd4gSYpuiveiXvTMfPrAcle45NbaiVelm6ddvvQCC 9rKw== X-Gm-Message-State: ALQs6tCK/afc7FOZmACYNJBgM8aUInbKP8sqNsgphfPzsMGp52AbKaGU cFeUBR4yLP/WMNUyZoTOVw== X-Google-Smtp-Source: AIpwx4+oueKdVErriKAf4VRM8xWNmbFB8VBhqanPb5QW9xnQJ2yJidSyz/S4sx0yiQLuMa4wQ37p4Q== X-Received: by 2002:aca:b5c2:: with SMTP id e185-v6mr294488oif.166.1523305467893; Mon, 09 Apr 2018 13:24:27 -0700 (PDT) Received: from localhost (216-188-254-6.dyn.grandenetworks.net. [216.188.254.6]) by smtp.gmail.com with ESMTPSA id a26-v6sm622461otf.46.2018.04.09.13.24.27 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 09 Apr 2018 13:24:27 -0700 (PDT) Date: Mon, 9 Apr 2018 15:24:26 -0500 From: Rob Herring To: Boris Brezillon Cc: Wolfram Sang , linux-i2c@vger.kernel.org, Jonathan Corbet , linux-doc@vger.kernel.org, Greg Kroah-Hartman , Arnd Bergmann , Przemyslaw Sroka , Arkadiusz Golec , Alan Douglas , Bartosz Folta , Damian Kos , Alicja Jurasik-Urbaniak , Cyprian Wronka , Suresh Punnoose , Rafal Ciepiela , Thomas Petazzoni , Nishanth Menon , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Vitor Soares , Geert Uytterhoeven , Linus Walleij , Xiang Lin , linux-gpio@vger.kernel.org Subject: Re: [PATCH v4 04/10] dt-bindings: i3c: Document core bindings Message-ID: <20180409202426.grl62ydysfse27ly@rob-hp-laptop> References: <20180330074751.25987-1-boris.brezillon@bootlin.com> <20180330074751.25987-5-boris.brezillon@bootlin.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180330074751.25987-5-boris.brezillon@bootlin.com> User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Fri, Mar 30, 2018 at 09:47:45AM +0200, Boris Brezillon wrote: > A new I3C subsystem has been added and a generic description has been > created to represent the I3C bus and the devices connected on it. > > Document this generic representation. > > Signed-off-by: Boris Brezillon > --- > Changes in v4: > - Clarify the fact that static address == I3C address and dynamic > address == I3C address > - Use i2c-scl-hz in the example > > Changes in v3: > - Rename {i2c,i3c}-scl-frequency DT prop into {i2c,i3c}-scl-hz > - Rework the way we expose the provisional ID and LVR information > - Rename dynamic-address into assigned-address > - Enforce the I3C master node name > > Changes in v2: > - Define how to describe I3C devices in the DT and when it should be > used. Note that the parsing of I3C devices is not yet implemented in > the framework. Will be added when someone really needs it. > --- > Documentation/devicetree/bindings/i3c/i3c.txt | 140 ++++++++++++++++++++++++++ > 1 file changed, 140 insertions(+) > create mode 100644 Documentation/devicetree/bindings/i3c/i3c.txt Reviewed-by: Rob Herring -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html