All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
Cc: linux-arm-kernel@lists.infradead.org,
	alexandre.belloni@bootlin.com, linux@armlinux.org.uk,
	ludovic.desroches@microchip.com, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, kamel.bouhara@bootlin.com,
	wsa@kernel.org, linux-i2c@vger.kernel.org, robh+dt@kernel.org
Subject: Re: [RFC PATCH 1/4] dt-binding: i2c: add generic properties for GPIO bus recovery
Date: Wed, 15 Jul 2020 13:21:48 -0600	[thread overview]
Message-ID: <20200715192148.GA674938@bogus> (raw)
In-Reply-To: <20200619141904.910889-2-codrin.ciubotariu@microchip.com>

On Fri, 19 Jun 2020 17:19:01 +0300, Codrin Ciubotariu wrote:
> The I2C GPIO bus recovery properties consist of two GPIOS and one extra
> pinctrl state ("gpio" or "recovery"). Not all are mandatory for recovery.
> 
> Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
> ---
>  Documentation/devicetree/bindings/i2c/i2c.txt | 10 ++++++++++
>  1 file changed, 10 insertions(+)
> 

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

WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
Cc: devicetree@vger.kernel.org, alexandre.belloni@bootlin.com,
	kamel.bouhara@bootlin.com, linux@armlinux.org.uk,
	linux-kernel@vger.kernel.org, wsa@kernel.org,
	ludovic.desroches@microchip.com, robh+dt@kernel.org,
	linux-i2c@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [RFC PATCH 1/4] dt-binding: i2c: add generic properties for GPIO bus recovery
Date: Wed, 15 Jul 2020 13:21:48 -0600	[thread overview]
Message-ID: <20200715192148.GA674938@bogus> (raw)
In-Reply-To: <20200619141904.910889-2-codrin.ciubotariu@microchip.com>

On Fri, 19 Jun 2020 17:19:01 +0300, Codrin Ciubotariu wrote:
> The I2C GPIO bus recovery properties consist of two GPIOS and one extra
> pinctrl state ("gpio" or "recovery"). Not all are mandatory for recovery.
> 
> Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
> ---
>  Documentation/devicetree/bindings/i2c/i2c.txt | 10 ++++++++++
>  1 file changed, 10 insertions(+)
> 

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2020-07-15 19:21 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-19 14:19 [RFC PATCH 0/4] i2c: core: add generic GPIO bus recovery Codrin Ciubotariu
2020-06-19 14:19 ` Codrin Ciubotariu
2020-06-19 14:19 ` [RFC PATCH 1/4] dt-binding: i2c: add generic properties for " Codrin Ciubotariu
2020-06-19 14:19   ` Codrin Ciubotariu
2020-07-05 21:19   ` Wolfram Sang
2020-07-05 21:19     ` Wolfram Sang
2020-07-24 19:39     ` Wolfram Sang
2020-07-24 19:39       ` Wolfram Sang
2020-07-24 20:52       ` Russell King - ARM Linux admin
2020-07-24 20:52         ` Russell King - ARM Linux admin
2020-07-27 10:44         ` Codrin.Ciubotariu
2020-07-27 10:44           ` Codrin.Ciubotariu
2020-07-27 10:50           ` Russell King - ARM Linux admin
2020-07-27 10:50             ` Russell King - ARM Linux admin
2020-07-30  9:00             ` Codrin.Ciubotariu
2020-07-30  9:00               ` Codrin.Ciubotariu
2020-08-03 14:16               ` Russell King - ARM Linux admin
2020-08-03 14:16                 ` Russell King - ARM Linux admin
2020-08-03 16:42                 ` Codrin.Ciubotariu
2020-08-03 16:42                   ` Codrin.Ciubotariu
2020-07-15 19:21   ` Rob Herring [this message]
2020-07-15 19:21     ` Rob Herring
2020-06-19 14:19 ` [RFC PATCH 2/4] i2c: core: add generic I2C GPIO recovery Codrin Ciubotariu
2020-06-19 14:19   ` Codrin Ciubotariu
2020-08-02 16:54   ` Wolfram Sang
2020-08-02 16:54     ` Wolfram Sang
2020-08-03 13:27     ` Codrin.Ciubotariu
2020-08-03 13:27       ` Codrin.Ciubotariu
2020-08-03 16:49       ` wsa
2020-08-03 16:49         ` wsa
2020-06-19 14:19 ` [RFC PATCH 3/4] i2c: core: treat EPROBE_DEFER when acquiring SCL/SDA GPIOs Codrin Ciubotariu
2020-06-19 14:19   ` Codrin Ciubotariu
2020-08-02 17:05   ` Wolfram Sang
2020-08-02 17:05     ` Wolfram Sang
2020-08-03 15:33     ` Codrin.Ciubotariu
2020-08-03 15:33       ` Codrin.Ciubotariu
2020-08-03 16:59       ` wsa
2020-08-03 16:59         ` wsa
2020-06-19 14:19 ` [RFC PATCH 4/4] i2c: at91: Move to generic GPIO bus recovery Codrin Ciubotariu
2020-06-19 14:19   ` Codrin Ciubotariu
2020-08-02 17:08   ` Wolfram Sang
2020-08-02 17:08     ` Wolfram Sang
2020-08-03 15:42     ` Codrin.Ciubotariu
2020-08-03 15:42       ` Codrin.Ciubotariu
2020-08-03 16:59       ` wsa
2020-08-03 16:59         ` wsa
2020-08-26  6:14       ` Wolfram Sang
2020-08-26  6:14         ` Wolfram Sang
2020-09-04  8:55         ` Codrin.Ciubotariu
2020-09-04  8:55           ` Codrin.Ciubotariu
2020-09-04  9:20           ` Wolfram Sang
2020-09-04  9:20             ` Wolfram Sang
2020-07-05 21:09 ` [RFC PATCH 0/4] i2c: core: add " Wolfram Sang
2020-07-05 21:09   ` Wolfram Sang

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=20200715192148.GA674938@bogus \
    --to=robh@kernel.org \
    --cc=alexandre.belloni@bootlin.com \
    --cc=codrin.ciubotariu@microchip.com \
    --cc=devicetree@vger.kernel.org \
    --cc=kamel.bouhara@bootlin.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-i2c@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=ludovic.desroches@microchip.com \
    --cc=robh+dt@kernel.org \
    --cc=wsa@kernel.org \
    /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.