On 28 September 2018 at 00:27, Mario Six <[email protected]> wrote: > MIPS is the only architecture currently supported by U-Boot that does > not implement any of the in/out register access functions. > > To have a interface that is useable across architectures, add the > functions to the MIPS architecture (implemented using the __raw_write > and __raw_read functions). > > Signed-off-by: Mario Six <[email protected]> > > --- > > v8 -> v9: > No changes > > v7 -> v8: > No changes > > v6 -> v7: > No changes > > v5 -> v6: > New in v6 > > --- > arch/mips/include/asm/io.h | 22 ++++++++++++++++++++++ > 1 file changed, 22 insertions(+)
Reviewed-by: Simon Glass <[email protected]> _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

