15 May, 2013
1 commit
-
Upon initialisation (driver probe) a NULL pointer exception
is triggered. This is due to lack of initialisation of
device field in phy structure, which is used by phy
framework in usb_get_phy().Fix it by initialising the device field.
Signed-off-by: Robert Jarzmik
Signed-off-by: Kishon Vijay Abraham I
Signed-off-by: Felipe Balbi
18 Mar, 2013
1 commit
-
this will make sure that we have sensible names
for all phy drivers. Current situation was already
quite bad with too generic names being used.Signed-off-by: Felipe Balbi