]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'net-ipa-kill-endpoint-stop-workaround'
authorDavid S. Miller <davem@davemloft.net>
Thu, 7 May 2020 00:41:42 +0000 (17:41 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 7 May 2020 00:41:42 +0000 (17:41 -0700)
commit7ceecde0c4016589e15608d1e5f9e0ad73b99db1
treecec97f1bf566d2dcacd998247a6bee68cab34b34
parentfc7307728544304af235ca53e1c672fab49001c5
parent1259ffff6a97431374359cac027829dd9e083d06
Merge branch 'net-ipa-kill-endpoint-stop-workaround'

Alex Elder says:

====================
net: ipa: kill endpoint stop workaround

It turns out that a workaround that performs a small DMA operation
between retried attempts to stop a GSI channel is not needed for any
supported hardware.  The hardware quirk that required the extra DMA
operation was fixed after IPA v3.1.  So this series gets rid of that
workaround code, along with some other code that was only present to
support it.

NOTE:  This series depends on (and includes/duplicates) another patch
       that has already been committed in the net tree:
         f37f5b743711 net: ipa: fix a bug in ipa_endpoint_stop()
====================

Signed-off-by: David S. Miller <davem@davemloft.net>