[PATCH] gpio: of_get_named_gpio_flags() return -EPROBE_DEFER if GPIO not yet available
From: Roland Stigge <hidden>
Date: 2012-06-18 15:23:10
Also in:
linux-mmc, lkml
From: Roland Stigge <hidden>
Date: 2012-06-18 15:23:10
Also in:
linux-mmc, lkml
On 06/18/2012 05:12 PM, Stephen Warren wrote:
quoted
Thanks for the hint! I previously also suspected sth. like this but didn't find it in v3.5-rc3. In broonie's sound.git for-next, I now finally found it. Should be easy to fix (replacing the if (... == -ENODEV) to -EPROBE_DEFER. Will you provide patches as signalled, of should I? Which branch would be the correct one to build on top?I'm happy either way. It'd probably be best to roll the change into your patch/series so you can manage all the dependencies in one series, but if you can't for some reason, I'm happy to provide a patch for this.
I should be able ;-) - is broonie's sound.git, branch for-next the correct one to patch against? Or sth. better suited? Thanks in advance, Roland