From: Grant Likely Date: Sat, 25 Apr 2009 12:52:51 +0000 (+0000) Subject: phylib: add *_direct() variants of phy_connect and phy_attach functions X-Git-Tag: v2.6.31-rc1~330^2~562 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa94f6d93c5382810ff41f010f12ca8698fc775e;p=pandora-kernel.git phylib: add *_direct() variants of phy_connect and phy_attach functions Add phy_connect_direct() and phy_attach_direct() functions so that drivers can use a pointer to the phy_device instead of trying to determine the phy's bus_id string. This patch is useful for OF device tree descriptions of phy devices where the driver doesn't need or know what the bus_id value in order to get a phy_device pointer. Signed-off-by: Grant Likely Acked-by: Andy Fleming Signed-off-by: David S. Miller --- Reading git-diff-tree failed