All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ralf Baechle <ralf@linux-mips.org>
To: Linus Walleij <linus.walleij@linaro.org>
Cc: Wolfram Sang <wsa@the-dreams.de>,
	linux-i2c@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-mips@linux-mips.org,
	adi-buildroot-devel@lists.sourceforge.net,
	Geert Uytterhoeven <geert@linux-m68k.org>,
	Steven Miao <realmz6@gmail.com>
Subject: Re: [PATCH 4/7] i2c: gpio: Augment all boardfiles to use open drain
Date: Mon, 9 Oct 2017 16:28:24 +0200	[thread overview]
Message-ID: <20171009142824.GB17971@linux-mips.org> (raw)
In-Reply-To: <20170917093906.16325-5-linus.walleij@linaro.org>

On Sun, Sep 17, 2017 at 11:39:03AM +0200, Linus Walleij wrote:

> Steven (Blackfin): requesting ACK for Wolfram to take this patch.
> Ralf (MIPS): requesting ACK for Wolfram to take this patch.

Acked-by: Ralf Baechle <ralf@linux-mips.org>

  Ralf

WARNING: multiple messages have this Message-ID (diff)
From: ralf@linux-mips.org (Ralf Baechle)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 4/7] i2c: gpio: Augment all boardfiles to use open drain
Date: Mon, 9 Oct 2017 16:28:24 +0200	[thread overview]
Message-ID: <20171009142824.GB17971@linux-mips.org> (raw)
In-Reply-To: <20170917093906.16325-5-linus.walleij@linaro.org>

On Sun, Sep 17, 2017 at 11:39:03AM +0200, Linus Walleij wrote:

> Steven (Blackfin): requesting ACK for Wolfram to take this patch.
> Ralf (MIPS): requesting ACK for Wolfram to take this patch.

Acked-by: Ralf Baechle <ralf@linux-mips.org>

  Ralf

  parent reply	other threads:[~2017-10-09 14:28 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-17  9:38 [PATCH 0/7] I2C GPIO to use gpiolibs open drain Linus Walleij
2017-09-17  9:38 ` Linus Walleij
2017-09-17  9:39 ` [PATCH 1/7] i2c: gpio: Convert to use descriptors Linus Walleij
2017-09-17  9:39   ` Linus Walleij
2017-09-18  8:36   ` Lee Jones
2017-09-18  8:36     ` Lee Jones
2017-09-18 19:00     ` Linus Walleij
2017-09-18 19:00       ` Linus Walleij
2017-09-19  9:19       ` Ben Dooks
2017-09-19  9:19         ` Ben Dooks
2017-09-19  9:19         ` Ben Dooks
2017-10-02  1:05   ` Linus Walleij
2017-10-02  1:05     ` Linus Walleij
2017-10-02 16:11     ` Ben Dooks
2017-10-02 16:11       ` Ben Dooks
2017-10-04 10:57   ` Lee Jones
2017-10-04 10:57     ` Lee Jones
2017-10-09 14:24   ` Ralf Baechle
2017-10-09 14:24     ` Ralf Baechle
2017-09-17  9:39 ` [PATCH 2/7] gpio: Make it possible for consumers to enforce open drain Linus Walleij
2017-09-17  9:39   ` Linus Walleij
2017-09-17  9:39 ` [PATCH 3/7] i2c: gpio: Enforce open drain through gpiolib Linus Walleij
2017-09-17  9:39   ` Linus Walleij
2017-09-17  9:39 ` [PATCH 4/7] i2c: gpio: Augment all boardfiles to use open drain Linus Walleij
2017-09-17  9:39   ` Linus Walleij
2017-10-06 20:52   ` Robert Jarzmik
2017-10-06 20:52     ` Robert Jarzmik
2017-10-06 20:52     ` Robert Jarzmik
2017-10-09 14:28   ` Ralf Baechle [this message]
2017-10-09 14:28     ` Ralf Baechle
2017-10-11 10:37     ` [Adi-buildroot-devel] " Wu, Aaron
2017-10-11 10:37       ` Wu, Aaron
2017-09-17  9:39 ` [PATCH 5/7] i2c: gpio: Local vars in probe Linus Walleij
2017-09-17  9:39   ` Linus Walleij
2017-09-18  9:11   ` Geert Uytterhoeven
2017-09-18  9:11     ` Geert Uytterhoeven
2017-09-18  9:11     ` Geert Uytterhoeven
     [not found] ` <20170917093906.16325-1-linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2017-09-17  9:39   ` [PATCH 6/7] dt-bindings: i2c: i2c-gpio: Add support for named gpios Linus Walleij
2017-09-17  9:39     ` Linus Walleij
2017-09-17  9:39     ` Linus Walleij
2017-09-20 20:53     ` Rob Herring
2017-09-20 20:53       ` Rob Herring
2017-09-17  9:39 ` [PATCH 7/7] i2c: gpio: Add support for named gpios in DT Linus Walleij
2017-09-17  9:39   ` Linus Walleij
2017-09-18  9:26   ` Geert Uytterhoeven
2017-09-18  9:26     ` Geert Uytterhoeven
2017-09-18  9:58   ` Geert Uytterhoeven
2017-09-18  9:58     ` Geert Uytterhoeven
2017-09-18  9:58     ` Geert Uytterhoeven
2017-09-18 19:09     ` Linus Walleij
2017-09-18 19:09       ` Linus Walleij
2017-09-18 11:15 ` [PATCH 0/7] I2C GPIO to use gpiolibs open drain Geert Uytterhoeven
2017-09-18 11:15   ` Geert Uytterhoeven
2017-09-18 11:15   ` Geert Uytterhoeven

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=20171009142824.GB17971@linux-mips.org \
    --to=ralf@linux-mips.org \
    --cc=adi-buildroot-devel@lists.sourceforge.net \
    --cc=geert@linux-m68k.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-i2c@vger.kernel.org \
    --cc=linux-mips@linux-mips.org \
    --cc=realmz6@gmail.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.