[PATCH v2 07/10] driver core: Add support for links to already probed drivers

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Set proper link state if link is created between already probed supplier
device and to be probed consumer device.

Signed-off-by: Marek Szyprowski <m.szyprowski@xxxxxxxxxxx>
---
 drivers/base/core.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/drivers/base/core.c b/drivers/base/core.c
index 4e778539b750..d9c5c5542a6b 100644
--- a/drivers/base/core.c
+++ b/drivers/base/core.c
@@ -125,7 +125,9 @@ struct devlink *device_link_add(struct device *consumer,
 
 	link->flags = flags;
 	link->status = (flags & DEVICE_LINK_PROBE_TIME) ?
-			DEVICE_LINK_CONSUMER_PROBE : DEVICE_LINK_DORMANT;
+			DEVICE_LINK_CONSUMER_PROBE :
+			(supplier->driver ? DEVICE_LINK_AVAILABLE :
+			 DEVICE_LINK_DORMANT);
 	spin_lock_init(&link->lock);
 
 	/*
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Linux SoC Development]     [Linux Rockchip Development]     [Linux USB Development]     [Video for Linux]     [Linux Audio Users]     [Linux SCSI]     [Yosemite News]

  Powered by Linux