linux/drivers/net/ethernet/qualcomm/emac
Timur Tabi 54e19bc74f net: qcom/emac: do not use devm on internal phy pdev
The platform_device returned by of_find_device_by_node() is not
automatically released when the driver unprobes.  Therefore,
managed calls like devm_ioremap_resource() should not be used.
Instead, we manually allocate the resources and then free them
on driver release.

Signed-off-by: Timur Tabi <timur@codeaurora.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-09-29 01:50:13 -04:00
..
emac-mac.c
emac-mac.h
emac-phy.c
emac-phy.h
emac-sgmii.c net: qcom/emac: do not use devm on internal phy pdev 2016-09-29 01:50:13 -04:00
emac-sgmii.h
emac.c net: qcom/emac: do not use devm on internal phy pdev 2016-09-29 01:50:13 -04:00
emac.h
Makefile