From: Lee Jones <lee.jones@linaro.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>,
"Ralf Baechle" <ralf@linux-mips.org>,
"Guenter Roeck" <linux@roeck-us.net>,
"Ville Syrjälä" <ville.syrjala@linux.intel.com>,
"Magnus Damm" <magnus.damm@gmail.com>,
"Ben Dooks" <ben.dooks@codethink.co.uk>,
"Heiko Schocher" <hs@denx.de>
Subject: Re: [PATCH 1/7] i2c: gpio: Convert to use descriptors
Date: Mon, 18 Sep 2017 09:36:29 +0100 [thread overview]
Message-ID: <20170918083629.qn4dlrmk7ffipfsz@dell> (raw)
In-Reply-To: <20170917093906.16325-2-linus.walleij@linaro.org>
On Sun, 17 Sep 2017, Linus Walleij wrote:
> This converts the GPIO-based I2C-driver to using GPIO
> descriptors instead of the old global numberspace-based
> GPIO interface. We:
[STUFF]
> - The MFD Silicon Motion SM501 is a special case. It dynamically
> spawns an I2C bus off the MFD using sm501_create_subdev().
> We use an approach to dynamically create a machine descriptor
> table and attach this to the "SM501-LOW" or "SM501-HIGH"
> gpiochip. We use chip-local offsets to grab the right lines.
> We can get rid of two local static inline helpers as part
> of this refactoring.
>
> Cc: Steven Miao <realmz6@gmail.com>
> Cc: Ralf Baechle <ralf@linux-mips.org>
> Cc: Lee Jones <lee.jones@linaro.org>
> Cc: Guenter Roeck <linux@roeck-us.net>
> Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
> Cc: Magnus Damm <magnus.damm@gmail.com>
> Cc: Ben Dooks <ben.dooks@codethink.co.uk>
> Cc: Heiko Schocher <hs@denx.de>
> Acked-by: Olof Johansson <olof@lixom.net>
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
> ---
> ChangeLog v1->v2:
> - Fix a minor typo in error path (scl was sda from copy-paste)
> - Collected Olof's ACK
>
> Steven (Blackfin): requesting ACK for Wolfram to take this patch.
> Ralf (MIPS): requesting ACK for Wolfram to take this patch.
> Lee: requesting ACK for Wolfram to take this patch.
This ...
> SM501 users: requesting Tested-by on this patch.
... loosely depends on this (until it doesn't).
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
next prev parent reply other threads:[~2017-09-18 8:36 UTC|newest]
Thread overview: 24+ 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:39 ` [PATCH 1/7] i2c: gpio: Convert to use descriptors Linus Walleij
2017-09-18 8:36 ` Lee Jones [this message]
2017-09-18 19:00 ` Linus Walleij
2017-09-19 9:19 ` Ben Dooks
2017-10-02 1:05 ` Linus Walleij
2017-10-02 16:11 ` Ben Dooks
2017-10-04 10:57 ` Lee Jones
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 ` [PATCH 3/7] i2c: gpio: Enforce open drain through gpiolib Linus Walleij
2017-09-17 9:39 ` [PATCH 4/7] i2c: gpio: Augment all boardfiles to use open drain Linus Walleij
2017-10-06 20:52 ` Robert Jarzmik
2017-10-09 14:28 ` Ralf Baechle
2017-10-11 10:37 ` [Adi-buildroot-devel] " Wu, Aaron
2017-09-17 9:39 ` [PATCH 5/7] i2c: gpio: Local vars in probe Linus Walleij
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-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-18 9:26 ` Geert Uytterhoeven
2017-09-18 9:58 ` Geert Uytterhoeven
2017-09-18 19:09 ` Linus Walleij
2017-09-18 11:15 ` [PATCH 0/7] I2C GPIO to use gpiolibs open drain 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=20170918083629.qn4dlrmk7ffipfsz@dell \
--to=lee.jones@linaro.org \
--cc=adi-buildroot-devel@lists.sourceforge.net \
--cc=ben.dooks@codethink.co.uk \
--cc=geert@linux-m68k.org \
--cc=hs@denx.de \
--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=linux@roeck-us.net \
--cc=magnus.damm@gmail.com \
--cc=ralf@linux-mips.org \
--cc=realmz6@gmail.com \
--cc=ville.syrjala@linux.intel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).