Kunihiko Hayashi dffe7d2e04 net: phy: realtek: Replace phy functions with non-locked version in rtl8211e_config_init()
After calling phy_select_page() and until calling phy_restore_page(),
the mutex 'mdio_lock' is already locked, so the driver should use
non-locked version of phy functions. Or there will be a deadlock with
'mdio_lock'.

This replaces phy functions called from rtl8211e_config_init() to avoid
the deadlock issue.

Fixes: f81dadbcf7fd ("net: phy: realtek: Add rtl8211e rx/tx delays config")
Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-05-13 09:10:39 -07:00
..
2019-05-08 12:25:12 -07:00
2019-05-07 09:18:12 -07:00
2019-05-01 22:43:26 -04:00
2019-05-09 08:51:45 -07:00
2019-05-08 21:35:19 -07:00
2019-05-08 10:23:54 -07:00
2019-05-08 21:35:19 -07:00
2019-05-07 08:50:40 -07:00
2019-05-09 09:02:46 -07:00
2019-04-24 10:12:50 +10:00
2019-05-07 18:02:51 -07:00
2019-05-07 18:14:36 -07:00
2019-05-08 21:35:19 -07:00
2019-05-07 12:56:19 -07:00
2019-05-09 08:51:45 -07:00
2019-05-10 05:29:27 -07:00
2019-05-07 12:56:19 -07:00
2019-05-07 18:14:36 -07:00
2019-05-08 10:12:46 -07:00
2019-05-09 08:40:55 -07:00
2019-05-08 10:03:52 -07:00
2019-05-01 14:57:23 -07:00
2019-04-24 10:30:45 +10:00
2019-05-09 14:46:33 -07:00
2019-05-08 17:13:35 -07:00
2019-05-08 10:12:46 -07:00
2019-05-09 08:51:45 -07:00
2019-05-08 21:35:19 -07:00
2019-05-08 10:12:46 -07:00
2019-05-09 08:51:45 -07:00
2019-05-08 21:35:19 -07:00
2019-04-19 14:03:11 +02:00
2019-04-10 22:45:38 -07:00
2019-05-09 08:40:55 -07:00
2019-05-07 13:39:22 -07:00