Message ID | 20171005110310.5900-1-linus.walleij@linaro.org |
---|---|
Headers | show |
Series | I2C GPIO to use gpiolibs open drain | expand |
On Thu, Oct 5, 2017 at 1:03 PM, Linus Walleij <linus.walleij@linaro.org> wrote: > Finalized this series and collected the ACKs. > > Wolfram: if not too late for v4.15, please carry this series. Sorry to bother with this, it's fine if you don't have time to do the administration for this refactoring for v4.15. There is a git branch: https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git/log/?h=gpio-descriptors-i2c If you want I can make a branch without the revision comments and prepare a pull request on whatever -rc you prefer. If you want I can merge it through the GPIO tree with your ACK if you need to get offloaded. I can also hold it back for v4.16, just that then I want to merge the GPIO infrastructure patches to GPIO already. Yours, Linus Walleij
> Sorry to bother with this, it's fine if you don't have time > to do the administration for this refactoring for v4.15. My plan is to review it this weekend and hopefully merge it for v4.15.
Hey Linus, > Sorry to bother with this, it's fine if you don't have time > to do the administration for this refactoring for v4.15. So, I finally had a look at this series and it looks good to me. I don't know about the missing ACKs, though. My experience is that we don't get ACKs for Blackfin these days, but there is still some MIPS and MFD ack missing? Can you ping them again? > If you want I can merge it through the GPIO tree with > your ACK if you need to get offloaded. I prefer I2C if you don't mind. Regards, Wolfram
> There is a git branch: > https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git/log/?h=gpio-descriptors-i2c I assume this branch has been tested by buildbot already?
On Fri, Oct 27, 2017 at 3:55 PM, Wolfram Sang <wsa@the-dreams.de> wrote: > >> There is a git branch: >> https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git/log/?h=gpio-descriptors-i2c > > I assume this branch has been tested by buildbot already? Yes it all gets tested all the time. Compiled fine. Yours, Linus Walleij
> don't get ACKs for Blackfin these days, but there is still some MIPS and > MFD ack missing? Can you ping them again? Update: Lee's ack is already collected and Ralf acked V1 of this series. Did you miss to include it in v3? Or did the patch change so much?
On Mon, Oct 30, 2017 at 1:28 AM, Wolfram Sang <wsa@the-dreams.de> wrote: >> don't get ACKs for Blackfin these days, but there is still some MIPS and >> MFD ack missing? Can you ping them again? > > Update: Lee's ack is already collected and Ralf acked V1 of this series. > Did you miss to include it in v3? Or did the patch change so much? Their ACKs are on the relevant patches on the git branch AFAICT but if you want I can resend the patches too. BTW my branch contains my changelogs as well, so it should be edited to remove those (below the ---) for convenience I also published a branch without them: git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git for-wolfram If you want to pull from my tree, take this :) Yours, Linus Walleij
> for convenience I also published a branch without them: > git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git for-wolfram Merged this one. Thanks!