]> www.infradead.org Git - users/jedix/linux-maple.git/commit
net: ti: icss-iep: Remove spinlock-based synchronization
authorDiogo Ivo <diogo.ivo@siemens.com>
Mon, 17 Jun 2024 15:21:41 +0000 (16:21 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 19 Jun 2024 09:56:10 +0000 (10:56 +0100)
commit5758e03cf604aa282b9afa61aec3188c4a9b3fe7
treecb18a5b50beccad09d74b38cddc81910e595d542
parent5e1e43893be21fb726b86e630e8e954289dcd8e4
net: ti: icss-iep: Remove spinlock-based synchronization

As all sources of concurrency in hardware register access occur in
non-interrupt context eliminate spinlock-based synchronization and
rely on the mutex-based synchronization that is already present.

Signed-off-by: Diogo Ivo <diogo.ivo@siemens.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/ti/icssg/icss_iep.c