commit | fa8efac64682b71410b40f27b171d552fca82128 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@gmail.com> | Sun Mar 15 14:42:23 2020 +0100 |
committer | marex <marex@desktop.lan> | Fri May 01 12:35:21 2020 +0200 |
tree | e3abf918d875fc12e0f4d5a956af63a8dbeca970 | |
parent | 8577e8c29dad4e5fa25348fa5caec9a198cc4ada [diff] |
net: smc911x: Convert IO accessors to {read,write}{w,l}() Convert the IO accessors to standard ones instead of using volatile void pointers, as those do not cover all the bus access details. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Joe Hershberger <joe.hershberger@ni.com> Cc: Masahiro Yamada <yamada.masahiro@socionext.com>