Commits
Eric Ruei committed d1dd72e6fb5
net: ethernet: ti: iep: add critical section protection for pps_enable operation This patch fixes the race condition of the pps.enable access by adding critical section protection at function iep_pps_enable() because the variable pps.enable can be updated at multiple threads. Signed-off-by: Eric Ruei <e-ruei1@ti.com>