ARC: Switch to generic accessors
authorAlexey Brodkin <Alexey.Brodkin@synopsys.com>
Mon, 20 Jan 2020 10:37:38 +0000 (13:37 +0300)
committerAlexey Brodkin <abrodkin@synopsys.com>
Wed, 12 Feb 2020 18:11:13 +0000 (21:11 +0300)
commit07906b3dad157bd58411664bcc6a2a7976d5e0a9
treeb6c22ed632185099f35dfc5ee19b9b54722a24b5
parentc77bbc221547b9820b801dc6435451fa45ecec26
ARC: Switch to generic accessors

First of all U-Boot is not that performance oriented as real run-time
software like OS or user bare-metal app so we may afford being not super
fast as we only being executed once. That in return allows us to be more
universal and support wider variety of devices.

And looking forward that will significantly reduce maintenance and simplify
support of newer architectures.

And while at it we add quad-word accessors like readq(), writeq() etc.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
arch/arc/include/asm/io.h