[PATCH] component: remove device from master match list on failed add

2016-02-15 Thread Russell King - ARM Linux
On Mon, Feb 15, 2016 at 04:36:55PM +, Daniel Stone wrote:
> Russell,
> 
> On 12 February 2016 at 00:57, Akshay Bhat  wrote:
> > Daniel Stone  collabora.com> writes:
> >> Fixes: ffc30b74fd6d01588bd3fdebc3b1acc0857e6fc8
> >> Signed-off-by: Daniel Stone  collabora.com>
> >
> > Tested-by: Akshay Bhat 
> >
> > Tested on imx6 processor based board where re-probe was broken after a
> > probe deferral.
> 
> One-week ping; this breaks quite a few drivers, even despite
> 57480484f9 already being present. Another option could just be to
> revert the original match-array commit (and the subsequent two fixups)
> until you can work out a fix.

I assume you haven't checked before sending out reminder emails...
it's in -rc4, and it's been in linux-next since last Thursday.

-- 
RMK's Patch system: http://www.arm.linux.org.uk/developer/patches/
FTTC broadband for 0.8mile line: currently at 9.6Mbps down 400kbps up
according to speedtest.net.


[PATCH] component: remove device from master match list on failed add

2016-02-15 Thread Daniel Stone
Russell,

On 12 February 2016 at 00:57, Akshay Bhat  wrote:
> Daniel Stone  collabora.com> writes:
>> Fixes: ffc30b74fd6d01588bd3fdebc3b1acc0857e6fc8
>> Signed-off-by: Daniel Stone  collabora.com>
>
> Tested-by: Akshay Bhat 
>
> Tested on imx6 processor based board where re-probe was broken after a
> probe deferral.

One-week ping; this breaks quite a few drivers, even despite
57480484f9 already being present. Another option could just be to
revert the original match-array commit (and the subsequent two fixups)
until you can work out a fix.

Cheers,
Daniel