commit | 09dfbcd5d178f8e03b5a29c9f3411687ec388c91 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Tue May 05 10:06:08 2015 -0700 |
committer | Michael Grzeschik <m.grzeschik@pengutronix.de> | Wed Sep 23 08:44:26 2015 +0200 |
tree | b4756c07c4d92bd351860bf282c18ce289d7bcca | |
parent | f0b9c27c0c933a6545ea57d4edbc56a4db435c84 [diff] |
arcnet: com90xx: 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>