All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Boris Brezillon <boris.brezillon@bootlin.com>
Cc: Wolfram Sang <wsa@the-dreams.de>,
	linux-i2c@vger.kernel.org, Jonathan Corbet <corbet@lwn.net>,
	linux-doc@vger.kernel.org,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Arnd Bergmann <arnd@arndb.de>,
	Przemyslaw Sroka <psroka@cadence.com>,
	Arkadiusz Golec <agolec@cadence.com>,
	Alan Douglas <adouglas@cadence.com>,
	Bartosz Folta <bfolta@cadence.com>, Damian Kos <dkos@cadence.com>,
	Alicja Jurasik-Urbaniak <alicja@cadence.com>,
	Cyprian Wronka <cwronka@cadence.com>,
	Suresh Punnoose <sureshp@cadence.com>,
	Rafal Ciepiela <rafalc@cadence.com>,
	Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
	Nishanth Menon <nm@ti.com>
Subject: Re: [PATCH v10 4/9] dt-bindings: i3c: Document core bindings
Date: Tue, 30 Oct 2018 14:26:23 -0500	[thread overview]
Message-ID: <20181030192623.GA19687@bogus> (raw)
In-Reply-To: <20181026144333.12276-5-boris.brezillon@bootlin.com>

On Fri, 26 Oct 2018 16:43:28 +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.
> 
> Cc: Rob Herring <robh@kernel.org>
> Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
> ---
> Changes in v10:
> - Fix mistakes in the example (reported by Rob)
> 
> Changes in v9:
> - Rework the way we encode the I2C vs I3C device in the reg property
>   so that we don't need the funky macros to define and I3C or I2C dev
> - Drop Rob's Reviewed-by
> 
> Changes in v8:
> - None
> 
> Changes in v7:
> - None
> 
> Changes in v6:
> - None
> 
> Changes in v5:
> - Add Rob's R-b
> 
> 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 | 139 ++++++++++++++++++
>  1 file changed, 139 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/i3c/i3c.txt
> 

Reviewed-by: Rob Herring <robh@kernel.org>

  reply	other threads:[~2018-10-30 19:26 UTC|newest]

Thread overview: 79+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-26 14:43 [PATCH v10 0/9] Add the I3C subsystem Boris Brezillon
2018-10-26 14:43 ` Boris Brezillon
2018-10-26 14:43 ` [PATCH v10 1/9] i3c: Add core I3C infrastructure Boris Brezillon
2018-10-26 14:43   ` Boris Brezillon
2018-10-26 14:43 ` [PATCH v10 2/9] docs: driver-api: Add I3C documentation Boris Brezillon
2018-10-26 14:43   ` Boris Brezillon
2018-10-26 14:43 ` [PATCH v10 3/9] i3c: Add sysfs ABI spec Boris Brezillon
2018-10-26 14:43   ` Boris Brezillon
2018-10-26 14:43 ` [PATCH v10 4/9] dt-bindings: i3c: Document core bindings Boris Brezillon
2018-10-26 14:43   ` Boris Brezillon
2018-10-30 19:26   ` Rob Herring [this message]
2018-10-26 14:43 ` [PATCH v10 5/9] MAINTAINERS: Add myself as the I3C subsystem maintainer Boris Brezillon
2018-10-26 14:43   ` Boris Brezillon
2018-10-26 14:43 ` [PATCH v10 6/9] i3c: master: Add driver for Cadence IP Boris Brezillon
2018-10-26 14:43   ` Boris Brezillon
2018-10-26 14:43 ` [PATCH v10 7/9] dt-bindings: i3c: Document Cadence I3C master bindings Boris Brezillon
2018-10-26 14:43   ` Boris Brezillon
2018-10-26 14:43 ` [PATCH v10 8/9] gpio: Add a driver for Cadence I3C GPIO expander Boris Brezillon
2018-10-26 14:43   ` Boris Brezillon
2018-10-26 14:43 ` [PATCH v10 9/9] dt-bindings: gpio: Add bindings for Cadence I3C gpio expander Boris Brezillon
2018-10-26 14:43   ` Boris Brezillon
2018-10-26 15:22 ` [PATCH v10 0/9] Add the I3C subsystem vitor
2018-10-26 15:22   ` vitor
2018-10-26 16:15   ` Boris Brezillon
2018-10-26 16:15     ` Boris Brezillon
2018-10-26 16:20     ` vitor
2018-10-26 16:20       ` vitor
2018-10-26 16:30       ` Boris Brezillon
2018-10-26 16:30         ` Boris Brezillon
2018-10-26 16:18 ` Boris Brezillon
2018-10-26 16:18   ` Boris Brezillon
2018-11-11 17:39 ` Greg Kroah-Hartman
2018-11-11 17:39   ` Greg Kroah-Hartman
2018-11-11 18:10   ` Boris Brezillon
2018-11-11 18:10     ` Boris Brezillon
2018-11-11 19:10     ` Greg Kroah-Hartman
2018-11-11 19:10       ` Greg Kroah-Hartman
2018-11-11 20:08       ` Boris Brezillon
2018-11-11 20:08         ` Boris Brezillon
2018-11-11 20:57         ` Greg Kroah-Hartman
2018-11-11 20:57           ` Greg Kroah-Hartman
2018-11-11 20:59           ` Greg Kroah-Hartman
2018-11-11 20:59             ` Greg Kroah-Hartman
2018-11-15 12:14 ` vitor
2018-11-15 12:14   ` vitor
2018-11-15 12:57   ` Boris Brezillon
2018-11-15 12:57     ` Boris Brezillon
2018-11-15 14:25     ` Arnd Bergmann
2018-11-15 14:25       ` Arnd Bergmann
2018-11-15 15:25       ` vitor
2018-11-15 15:25         ` vitor
2018-11-15 19:07         ` Boris Brezillon
2018-11-15 19:07           ` Boris Brezillon
2018-11-15 15:01     ` Wolfram Sang
2018-11-15 15:01       ` Wolfram Sang
2018-11-15 15:11       ` Arnd Bergmann
2018-11-15 15:11         ` Arnd Bergmann
2018-11-15 15:28       ` Boris Brezillon
2018-11-15 15:28         ` Boris Brezillon
2018-11-15 18:03         ` vitor
2018-11-15 18:03           ` vitor
2018-11-15 19:00           ` Boris Brezillon
2018-11-15 19:00             ` Boris Brezillon
2018-11-16 12:31             ` vitor
2018-11-16 12:31               ` vitor
2018-11-16 12:50               ` Przemyslaw Gaj
2018-11-16 12:50                 ` Przemyslaw Gaj
2018-11-16 13:16               ` Boris Brezillon
2018-11-16 13:16                 ` Boris Brezillon
2018-11-19 12:35                 ` vitor
2018-11-19 12:35                   ` vitor
2018-11-19 12:43                   ` Boris Brezillon
2018-11-19 12:43                     ` Boris Brezillon
2018-11-19 12:46                     ` vitor
2018-11-19 12:46                       ` vitor
2018-11-15 15:18     ` vitor
2018-11-15 15:18       ` vitor
2018-11-15 19:08     ` Mark Brown
2018-11-15 19:08       ` Mark Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181030192623.GA19687@bogus \
    --to=robh@kernel.org \
    --cc=adouglas@cadence.com \
    --cc=agolec@cadence.com \
    --cc=alicja@cadence.com \
    --cc=arnd@arndb.de \
    --cc=bfolta@cadence.com \
    --cc=boris.brezillon@bootlin.com \
    --cc=corbet@lwn.net \
    --cc=cwronka@cadence.com \
    --cc=dkos@cadence.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-i2c@vger.kernel.org \
    --cc=nm@ti.com \
    --cc=psroka@cadence.com \
    --cc=rafalc@cadence.com \
    --cc=sureshp@cadence.com \
    --cc=thomas.petazzoni@bootlin.com \
    --cc=wsa@the-dreams.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.