From: Rafael J. Wysocki Date: Mon, 27 Jul 2015 15:03:58 +0000 (+0300) Subject: Driver core: wakeup the parent device before trying probe X-Git-Tag: omap-for-v4.3/fixes-rc1~93^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddef08dd00f5548f943422c86e4ffe67dd040b6c;p=pandora-kernel.git Driver core: wakeup the parent device before trying probe If the parent is still suspended when driver probe is attempted, the result may be failure. For example, if the parent is a PCI MFD device that has been suspended when we try to probe our device, any register reads will return 0xffffffff. To fix the problem, making sure the parent is always awake before attempting driver probe. Signed-off-by: Heikki Krogerus Signed-off-by: Rafael J. Wysocki Signed-off-by: Andy Shevchenko Signed-off-by: Lee Jones --- Reading git-diff-tree failed