On Fri 2018-03-02 10:33:24, Linus Walleij wrote:
On Fri, Mar 2, 2018 at 10:10 AM, Pavel Machek pavel@ucw.cz wrote:
Linux-Regression-ID: lr#4b650f
On Tue 2018-02-27 09:43:32, Linus Walleij wrote:
On Tue, Feb 27, 2018 at 12:13 AM, Pavel Machek pavel@ucw.cz wrote:
I did git bisect, and the winner seems to be:
pavel@duo:/data/l/linux-n900$ git bisect bad c85823390215e52d68d3826df92a447ed31e5c80 is the first bad commit commit c85823390215e52d68d3826df92a447ed31e5c80 Author: Linus Walleij linus.walleij@linaro.org Date: Wed Dec 27 16:37:44 2017 +0100
gpio: of: Support SPI nonstandard GPIO properties
I have fixes queued for this, tried to send a pull request yesterday but it turns out the fixes need fixing... OK I'm onto it anyways.
Do you have any updates? Is there way to fix dts so that this does not trigger on N900?
If this is taking longer to fix, should c85823390215 be reverted in the meantime? It does not seem particulary important/urgent...
No patience between the v4.16 release candidates eh ;)
commit 6662ae6af82df10259a70c7569b4c12ea7f3ba93 ("gpiolib: Keep returning EPROBE_DEFER when we should")
and
commit ce27fb2c56db6ccfe8099343bb4afdab15e77e7b ("gpio: Handle deferred probing in of_find_gpio() properly")
that are both in Torvalds' tree since yesterday should be fixing this, I think? Did you try just using the upstream HEAD?
After I spent hours bisecting, I was kind of assuming you'd cc me on merge request or something like that... so that I could test it before going mainline. Which of those should fix it?
I tested today's mainline, and... sound fails, different way:
pavel@n900:~$ cat /proc/asound/cards 0 [RX51 ]: RX-51 - RX-51 RX-51 pavel@n900:~$ cd g/tui/ofone/ pavel@n900:~/g/tui/ofone$ cd pavel@n900:~$ festival --tts ahoj ^D uname -a
(Festival is hung).
Let me try the revert again... Pavel