linux/drivers/phy
Thierry Reding 9e8da08d94 phy: Find the right match in devm_phy_destroy()
commit 2f1bce487c upstream.

devm_phy_create() stores the pointer to the new PHY at the address
returned by devres_alloc(). The res parameter passed to devm_phy_match()
is therefore the location where the pointer to the PHY is stored, hence
it needs to be dereferenced before comparing to the match data in order
to find the correct match.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-04-13 14:03:01 +02:00
..
Kconfig phy-core: Don't allow building phy-core as a module 2014-02-18 12:13:16 -08:00
Makefile USB patches for 3.14-rc1 2014-01-20 16:13:02 -08:00
phy-bcm-kona-usb2.c phy: add Broadcom Kona USB2 PHY driver 2013-12-23 14:33:02 -06:00
phy-core.c phy: Find the right match in devm_phy_destroy() 2015-04-13 14:03:01 +02:00
phy-exynos-dp-video.c phy: let phy_provider_register be the last step in registering PHY 2014-02-18 12:13:16 -08:00
phy-exynos-mipi-video.c phy: exynos-mipi-video: fix check on array index 2014-06-30 20:11:52 -07:00
phy-mvebu-sata.c phy: let phy_provider_register be the last step in registering PHY 2014-02-18 12:13:16 -08:00
phy-omap-usb2.c phy: let phy_provider_register be the last step in registering PHY 2014-02-18 12:13:16 -08:00
phy-twl4030-usb.c usb: phy: twl4030-usb: Fix regressions to runtime PM on omaps 2014-10-05 14:52:14 -07:00