[git pull] drivercore deferred probe bug fix

From: Grant Likely
Date: Fri May 02 2014 - 17:48:45 EST


Hi Linus,

This was the pending bug fix I mentioned in my previous pull request.
Normally this would go through Greg's tree seeing that it is a
drivercore change, but devicetree exposes the problem. I've discussed
with Greg and he okayed me asking you to pull directly.

Cheers,
g.

The following changes since commit 9ec36cafe43bf835f8f29273597a5b0cbc8267ef:

of/irq: do irq resolution in platform_get_irq (2014-04-24 21:40:22 +0100)

are available in the git repository at:

git://git.secretlab.ca/git/linux tags/dt-for-linus

for you to fetch changes up to 58b116bce13612e5aa6fcd49ecbd4cf8bb59e835:

drivercore: deferral race condition fix (2014-04-29 15:44:05 +0100)

----------------------------------------------------------------
Drivercore race condition fix (exposed by devicetree)

This branch fixes a bug where a device can get stuck in the deferred
list even though all its dependencies are met. The bug has existed for a
long time, but new platform conversions to device tree have exposed it.
This patch is needed to get those platforms working.

----------------------------------------------------------------
Grant Likely (1):
drivercore: deferral race condition fix

drivers/base/dd.c | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/