Message ID | 20210717045627.1739959-1-daniel@0x0f.com |
---|---|
Headers | show |
Series | gpio: msc313: Add gpio support for ssd20xd | expand |
On Sat, Jul 17, 2021 at 6:56 AM Daniel Palmer <daniel@0x0f.com> wrote: > This is a little series to add a compatible string for the Sigmastar > SSD201 and SSD202D to the msc313 gpio driver, add the specific offsets > for the pins on these chips, and then a bunch of DT wiring stuff so > that the LEDs on the M5 stack unitv2 work and it can control the > power switch for the USB connected. > > Daniel Palmer (10): > dt-bindings: gpio: msc313: Add compatible for ssd20xd > dt-bindings: gpio: msc313: Add offsets for ssd20xd > gpio: msc313: Code clean ups > gpio: msc313: Add support for SSD201 and SSD202D I suppose Bartosz can just merge the 4 first patches into the GPIO tree and you can take the rest into the SoC tree? Yours, Linus Walleij
Hi Linus, On Fri, 30 Jul 2021 at 19:12, Linus Walleij <linus.walleij@linaro.org> wrote: > On Sat, Jul 17, 2021 at 6:56 AM Daniel Palmer <daniel@0x0f.com> wrote: > > Daniel Palmer (10): > > dt-bindings: gpio: msc313: Add compatible for ssd20xd > > dt-bindings: gpio: msc313: Add offsets for ssd20xd > > gpio: msc313: Code clean ups > > gpio: msc313: Add support for SSD201 and SSD202D > > I suppose Bartosz can just merge the 4 first patches into the > GPIO tree Yep. >And you can take the rest into the SoC tree? My plan is to take the rest into a "mstar dts for 5.15" branch along with some other bits and send a PR to Arnd and Olof later on. Thanks for checking out the patches. Cheers, Daniel
+ Bartosz Hi Linus, Bartosz, On Fri, 30 Jul 2021 at 19:12, Linus Walleij <linus.walleij@linaro.org> wrote: > I suppose Bartosz can just merge the 4 first patches into the > GPIO tree and you can take the rest into the SoC tree? > > Yours, > Linus Walleij I just noticed I hadn't to'd Bartosz about these. Is there anything I need to do for the first patches? Cheers, Daniel
On Wed, Sep 22, 2021 at 12:52 PM Andy Shevchenko <andy.shevchenko@gmail.com> wrote: > > On Wed, Sep 22, 2021 at 1:21 PM Bartosz Golaszewski > <bgolaszewski@baylibre.com> wrote: > > On Wed, Aug 25, 2021 at 1:50 PM Daniel Palmer <daniel@0x0f.com> wrote: > > > Hi Linus, Bartosz, > > ... > > > > I just noticed I hadn't to'd Bartosz about these. Is there anything I > > > need to do for the first patches? > > > > I only have a part of this series in my inbox and patchwork doesn't > > have it at all - can you resend it with me in Cc? > > Have you tried to use the `b4` tool? It is capable of getting > everything from the lore archive. > I haven't tried it because I have never heard of it. :) Thanks for the heads-up. At the same time - is it too much to ask of people to just use scripts/get_maintainer.pl? It's so much easier to just actually get the patches in my inbox than to have to look for them manually. Bartosz