Re: [U-Boot] [PATCH 13/30] riscv: do not reimplement generic io functions

2018-10-25 Thread Auer, Lukas
Hi Bin, On Mon, 2018-10-22 at 15:36 +0800, Bin Meng wrote: > Hi Lukas, > > On Sat, Oct 20, 2018 at 6:10 AM Lukas Auer > wrote: > > > > RISC-V u-boot reimplements the generic io functions from > > nits: U-Boot > Fixed in v2. Thanks, Lukas > > asm-generic/io.h. Remove the redundant implement

Re: [U-Boot] [PATCH 13/30] riscv: do not reimplement generic io functions

2018-10-22 Thread Rick Chen
> > Hi Lukas, > > > > On Sat, Oct 20, 2018 at 6:10 AM Lukas Auer > > wrote: > > > > > > RISC-V u-boot reimplements the generic io functions from > > > > nits: U-Boot > > > > > asm-generic/io.h. Remove the redundant implementation and include the > > > generic io.h instead. > > > > > > Signed-off-b

Re: [U-Boot] [PATCH 13/30] riscv: do not reimplement generic io functions

2018-10-22 Thread Bin Meng
Hi Lukas, On Sat, Oct 20, 2018 at 6:10 AM Lukas Auer wrote: > > RISC-V u-boot reimplements the generic io functions from nits: U-Boot > asm-generic/io.h. Remove the redundant implementation and include the > generic io.h instead. > > Signed-off-by: Lukas Auer > --- > > arch/riscv/include/asm/

[U-Boot] [PATCH 13/30] riscv: do not reimplement generic io functions

2018-10-19 Thread Lukas Auer
RISC-V u-boot reimplements the generic io functions from asm-generic/io.h. Remove the redundant implementation and include the generic io.h instead. Signed-off-by: Lukas Auer --- arch/riscv/include/asm/io.h | 31 +++ 1 file changed, 3 insertions(+), 28 deletions(-)