commit | f0b9c27c0c933a6545ea57d4edbc56a4db435c84 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Tue May 05 10:06:07 2015 -0700 |
committer | Michael Grzeschik <m.grzeschik@pengutronix.de> | Wed Sep 23 08:44:26 2015 +0200 |
tree | a99854d2cb6a1a16b9f96fadcc51fd883d5d1ab2 | |
parent | 0fec65130b9f11a73d74f47025491f97f82ba070 [diff] |
arcnet: com90io: Use arcnet_<I/O> routines Simplify and make consistent the current uses of inb/outb by using the newly introduced arcnet_<I/O> equivalents. o Add new #defines for register offsets o Remove old #defines that included the ioaddr o Remove obfuscating macros by expanding them in-place where appropriate Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>