Horatiu Vultur 77bdaf39f3 net: lan966x: Fix sleep in atomic context when updating MAC table
The function lan966x_mac_wait_for_completion is used to poll the status
of the MAC table using the function readx_poll_timeout. The problem with
this function is that is called also from atomic context. Therefore
update the function to use readx_poll_timeout_atomic.

Fixes: e18aba8941b40b ("net: lan966x: add mactable support")
Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2022-01-26 15:45:49 +00:00
..
2022-01-19 11:15:19 +02:00
2022-01-16 08:08:11 +02:00
2022-01-18 14:03:34 +02:00
2022-01-16 06:52:38 +02:00
2022-01-16 15:53:00 +02:00
2022-01-12 15:46:11 -08:00
2022-01-11 11:35:28 -08:00
2022-01-12 11:11:34 -08:00
2022-01-16 08:08:11 +02:00
2022-01-12 10:35:23 -08:00
2022-01-16 08:08:11 +02:00
2022-01-16 08:08:11 +02:00
2022-01-11 11:26:57 -08:00
2022-01-10 12:58:46 -08:00
2022-01-12 15:46:11 -08:00
2022-01-14 14:55:38 +01:00
2022-01-10 08:13:52 -08:00
2022-01-14 14:55:38 +01:00
2021-12-29 10:54:50 +01:00
2022-01-16 06:52:38 +02:00
2022-01-03 13:44:38 +01:00
2022-01-17 08:07:57 +02:00