From: Robert Jarzmik <robert.jarzmik@free.fr>
To: Linus Walleij <linus.walleij@linaro.org>
Cc: Wolfram Sang <wsa@the-dreams.de>,
linux-i2c@vger.kernel.org, linux-mips@linux-mips.org,
Steven Miao <realmz6@gmail.com>,
adi-buildroot-devel@lists.sourceforge.net,
Ralf Baechle <ralf@linux-mips.org>,
Geert Uytterhoeven <geert@linux-m68k.org>,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 4/7] i2c: gpio: Augment all boardfiles to use open drain
Date: Fri, 06 Oct 2017 22:52:50 +0200 [thread overview]
Message-ID: <87bmlkf17h.fsf@belgarion.home> (raw)
In-Reply-To: <20170917093906.16325-5-linus.walleij@linaro.org> (Linus Walleij's message of "Sun, 17 Sep 2017 11:39:03 +0200")
Linus Walleij <linus.walleij@linaro.org> writes:
> We now handle the open drain mode internally in the I2C GPIO
> driver, but we will get warnings from the gpiolib that we
> override the default mode of the line so it becomes open
> drain.
>
> We can fix all in-kernel users by simply passing the right
> flag along in the descriptor table, and we already touched
> all of these files in the series so let's just tidy it up.
>
> Cc: Steven Miao <realmz6@gmail.com>
> Cc: Ralf Baechle <ralf@linux-mips.org>
> Acked-by: Olof Johansson <olof@lixom.net>
> Acked-by: Lee Jones <lee.jones@linaro.org>
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
> ---
> ChangeLog v1->v2:
> - Collected ACKs.
>
> Steven (Blackfin): requesting ACK for Wolfram to take this patch.
> Ralf (MIPS): requesting ACK for Wolfram to take this patch.
For mach-pxa:
Acked-by: Robert Jarzmik <robert.jarzmik@free.fr>
Cheers.
WARNING: multiple messages have this Message-ID (diff)
From: Robert Jarzmik <robert.jarzmik@free.fr>
To: Linus Walleij <linus.walleij@linaro.org>
Cc: Wolfram Sang <wsa@the-dreams.de>,
linux-i2c@vger.kernel.org, linux-mips@linux-mips.org,
Steven Miao <realmz6@gmail.com>,
adi-buildroot-devel@lists.sourceforge.net,
Ralf Baechle <ralf@linux-mips.org>,
Geert Uytterhoeven <geert@linux-m68k.org>,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 4/7] i2c: gpio: Augment all boardfiles to use open drain
Date: Fri, 06 Oct 2017 22:52:50 +0200 [thread overview]
Message-ID: <87bmlkf17h.fsf@belgarion.home> (raw)
In-Reply-To: <20170917093906.16325-5-linus.walleij@linaro.org> (Linus Walleij's message of "Sun, 17 Sep 2017 11:39:03 +0200")
Linus Walleij <linus.walleij@linaro.org> writes:
> We now handle the open drain mode internally in the I2C GPIO
> driver, but we will get warnings from the gpiolib that we
> override the default mode of the line so it becomes open
> drain.
>
> We can fix all in-kernel users by simply passing the right
> flag along in the descriptor table, and we already touched
> all of these files in the series so let's just tidy it up.
>
> Cc: Steven Miao <realmz6@gmail.com>
> Cc: Ralf Baechle <ralf@linux-mips.org>
> Acked-by: Olof Johansson <olof@lixom.net>
> Acked-by: Lee Jones <lee.jones@linaro.org>
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
> ---
> ChangeLog v1->v2:
> - Collected ACKs.
>
> Steven (Blackfin): requesting ACK for Wolfram to take this patch.
> Ralf (MIPS): requesting ACK for Wolfram to take this patch.
For mach-pxa:
Acked-by: Robert Jarzmik <robert.jarzmik@free.fr>
Cheers.
--
Robert
WARNING: multiple messages have this Message-ID (diff)
From: robert.jarzmik@free.fr (Robert Jarzmik)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 4/7] i2c: gpio: Augment all boardfiles to use open drain
Date: Fri, 06 Oct 2017 22:52:50 +0200 [thread overview]
Message-ID: <87bmlkf17h.fsf@belgarion.home> (raw)
In-Reply-To: <20170917093906.16325-5-linus.walleij@linaro.org> (Linus Walleij's message of "Sun, 17 Sep 2017 11:39:03 +0200")
Linus Walleij <linus.walleij@linaro.org> writes:
> We now handle the open drain mode internally in the I2C GPIO
> driver, but we will get warnings from the gpiolib that we
> override the default mode of the line so it becomes open
> drain.
>
> We can fix all in-kernel users by simply passing the right
> flag along in the descriptor table, and we already touched
> all of these files in the series so let's just tidy it up.
>
> Cc: Steven Miao <realmz6@gmail.com>
> Cc: Ralf Baechle <ralf@linux-mips.org>
> Acked-by: Olof Johansson <olof@lixom.net>
> Acked-by: Lee Jones <lee.jones@linaro.org>
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
> ---
> ChangeLog v1->v2:
> - Collected ACKs.
>
> Steven (Blackfin): requesting ACK for Wolfram to take this patch.
> Ralf (MIPS): requesting ACK for Wolfram to take this patch.
For mach-pxa:
Acked-by: Robert Jarzmik <robert.jarzmik@free.fr>
Cheers.
--
Robert
next prev parent reply other threads:[~2017-10-06 20:52 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 [this message]
2017-10-06 20:52 ` Robert Jarzmik
2017-10-06 20:52 ` Robert Jarzmik
2017-10-09 14:28 ` Ralf Baechle
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=87bmlkf17h.fsf@belgarion.home \
--to=robert.jarzmik@free.fr \
--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=ralf@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.