Re: [U-Boot] [PATCH 12/27] xtensa: Use asm-generic/io.h

2016-10-03 Thread Max Filippov
On Sat, Oct 1, 2016 at 7:19 AM, Paul Burton wrote: > Convert the xtensa architecture to make use of the new asm-generic/io.h > to provide address mapping functions. As the generic implementations are > suitable for xtensa this is primarily a matter of moving code. > > This

[U-Boot] [PATCH 12/27] xtensa: Use asm-generic/io.h

2016-10-01 Thread Paul Burton
Convert the xtensa architecture to make use of the new asm-generic/io.h to provide address mapping functions. As the generic implementations are suitable for xtensa this is primarily a matter of moving code. This has only been build-tested, feedback from architecture maintainers is welcome.