Re: [PATCHv3 0/5] pinctrl fixes for generic functions and groups

2018-07-09 Thread Tony Lindgren
* Linus Walleij [180709 13:02]: > On Thu, Jul 5, 2018 at 11:10 AM Tony Lindgren wrote: > > > Here is a resend of fixes for a race issues for generic group and > > functions reported by H. Nikolaus Schaller . > > I applied these 5 for fixes (no choice I guess) will push them to the > zeroday bui

Re: [PATCHv3 0/5] pinctrl fixes for generic functions and groups

2018-07-09 Thread Linus Walleij
On Thu, Jul 5, 2018 at 11:10 AM Tony Lindgren wrote: > Here is a resend of fixes for a race issues for generic group and > functions reported by H. Nikolaus Schaller . I applied these 5 for fixes (no choice I guess) will push them to the zeroday build for testing and then to next. Added the tags

Re: [PATCHv3 0/5] pinctrl fixes for generic functions and groups

2018-07-05 Thread Andy Shevchenko
On Thu, Jul 5, 2018 at 12:10 PM, Tony Lindgren wrote: > Here is a resend of fixes for a race issues for generic group and > functions reported by H. Nikolaus Schaller . > Reviewed-by: Andy Shevchenko I think for ACPI case we would use generic helpers, so this change is quite useful to not screw

Re: [PATCHv3 0/5] pinctrl fixes for generic functions and groups

2018-07-05 Thread H. Nikolaus Schaller
Hi Tony and Linus, > Am 05.07.2018 um 11:10 schrieb Tony Lindgren : > > Here is a resend of fixes for a race issues for generic group and > functions reported by H. Nikolaus Schaller . Thanks for adding me. I have tested these patches on our OMAP3 based device where the problem was quite reprod

[PATCHv3 0/5] pinctrl fixes for generic functions and groups

2018-07-05 Thread Tony Lindgren
Here is a resend of fixes for a race issues for generic group and functions reported by H. Nikolaus Schaller . Regards, Tony Changes since v2: - Added Nikolaus to Cc as Reported-by did not do it Changes since v1: - Check if a function or group already exists as suggested by Andy Shevchenko