commit | d1c5f319762460f98e5ca9c976bb930cdf7bfe7d | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@gmail.com> | Sat May 23 14:14:45 2020 +0200 |
committer | Marek Vasut <marek.vasut+renesas@gmail.com> | Thu Jun 18 19:34:40 2020 +0200 |
tree | abd7278eed6942d0c5b4180194a7138882b636da | |
parent | 447271b2b11dc893da67191beccb67631b408d14 [diff] |
net: eepro100: Use standard I/O accessors The current eepro100 driver accesses its memory mapped registers directly instead of using the standard I/O accessors. This can cause problems on some systems as the accesses can get out of order. So convert the direct volatile dereferences to use the normal in/out macros. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>