]> git.baikalelectronics.ru Git - kernel.git/commit
phy: core: make NULL a valid phy reference if !CONFIG_GENERIC_PHY
authorGrygorii Strashko <grygorii.strashko@ti.com>
Sat, 19 Apr 2014 03:21:44 +0000 (08:51 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 24 Apr 2014 19:53:38 +0000 (12:53 -0700)
commitd0d480e3f5968165a4b595ec950a09fb4c51b0d6
tree86fed1906885de4609b7b0c7cbbcf45c1cf1816d
parentc816357b3d0f90418e8e61afb528f8b2ffdab4e9
phy: core: make NULL a valid phy reference if !CONFIG_GENERIC_PHY

This fixes a regression on Keystone 2 platforms caused by patch
d09ecd33affd0dd3ccf47dd1a9a8386394831099
"usb: dwc3: adapt dwc3 core to use Generic PHY Framework" which adds
optional support of generic phy in DWC3 core.

On Keystone 2 platforms the USB is not working now because
CONFIG_GENERIC_PHY isn't set and, as result, Generic PHY APIs stubs
return -ENOSYS always. The log shows:
 dwc3 2690000.dwc3: failed to initialize core
 dwc3: probe of 2690000.dwc3 failed with error -38

Hence, fix it by making NULL a valid phy reference in Generic PHY
APIs stubs in the same way as it was done by the patch
d30dd2bfd4881abec8d0033ff409209282e57bb7 "drivers: phy: Make NULL
a valid phy reference".

Acked-by: Felipe Balbi <balbi@ti.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/phy/phy.h