Message ID | 20200804095926.205643-1-codrin.ciubotariu@microchip.com (mailing list archive) |
---|---|
Headers | show |
Series | i2c: core: add generic GPIO bus recovery | expand |
Codrin, everyone > This patch series was previously sent as a RFC. Significant changes > since RFC: > - "recovery" pinctrl state marked as deprecared in bindings; > - move to "gpio" pinctrl state done after the call to prepare_recovery() > callback; > - glitch protection when SDA gpio is taken at initialization; Thanks for the fast update, now all merged for inclusion into 5.9. I think it is really good, but to verify and double check, I think two things would be even better.. One thing, I'll definately be doing is to add this feature to i2c-sh_mobile.c and scope the results. The other thing would be to convert the PXA driver and see if our generic support can help their advanced use case or if we are missing something. Codrin, do you have maybe time and interest to do that? That would be awesome! Happy hacking and kind regards, Wolfram
On 05.08.2020 11:52, wsa@kernel.org wrote: > Codrin, everyone > >> This patch series was previously sent as a RFC. Significant changes >> since RFC: >> - "recovery" pinctrl state marked as deprecared in bindings; >> - move to "gpio" pinctrl state done after the call to prepare_recovery() >> callback; >> - glitch protection when SDA gpio is taken at initialization; > > Thanks for the fast update, now all merged for inclusion into 5.9. I > think it is really good, but to verify and double check, I think two > things would be even better.. Happy to help. > > One thing, I'll definately be doing is to add this feature to > i2c-sh_mobile.c and scope the results. > > The other thing would be to convert the PXA driver and see if our > generic support can help their advanced use case or if we are missing > something. Codrin, do you have maybe time and interest to do that? That > would be awesome! Naturally, these would be the next steps. I can do this, sure, but I don't have the HW. I'll look for some development kits. If you have any recommendations, please let me know. Best regards, Codrin
> > The other thing would be to convert the PXA driver and see if our > > generic support can help their advanced use case or if we are missing > > something. Codrin, do you have maybe time and interest to do that? That > > would be awesome! > > Naturally, these would be the next steps. I can do this, sure, but I > don't have the HW. I'll look for some development kits. If you have any > recommendations, please let me know. No need for HW, I think. Just do a best effort conversion, double or triple check it, and CC the patches also to Russell King. If he accepts them, we are good. Thanks for doing it!