net: eepro100: Add cache management
authorMarek Vasut <marek.vasut+renesas@gmail.com>
Sat, 23 May 2020 12:55:26 +0000 (14:55 +0200)
committerMarek Vasut <marek.vasut+renesas@gmail.com>
Thu, 18 Jun 2020 17:34:40 +0000 (19:34 +0200)
commit5116aae111b317e82c023af911082aa8d3526a4f
treecd63d46a7984cd61506179cf2cdeed383f0a7595
parent95655b921bdb39aa23a345be13140ab221776705
net: eepro100: Add cache management

Add cache invalidation and flushes wherever the DMA descriptors are
written or read, otherwise this driver cannot work reliably on any
systems where caches are enabled.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
drivers/net/eepro100.c