Re: [U-Boot] [PATCH 12/30] riscv: make use of the barrier functions from Linux

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: > > > > Replace the barrier functions in arch/riscv/include/asm/io.h with > > those > > defined in barrier.h, which is imported from Linux. This version is > > modified

Re: [U-Boot] [PATCH 12/30] riscv: make use of the barrier functions from Linux

2018-10-22 Thread Rick Chen
> > Hi Lukas, > > > > On Sat, Oct 20, 2018 at 6:10 AM Lukas Auer > > wrote: > > > > > > Replace the barrier functions in arch/riscv/include/asm/io.h with > > > those defined in barrier.h, which is imported from Linux. This version > > > is modified to remove the include statement of asm-generic/ba

Re: [U-Boot] [PATCH 12/30] riscv: make use of the barrier functions from Linux

2018-10-22 Thread Bin Meng
Hi Lukas, On Sat, Oct 20, 2018 at 6:10 AM Lukas Auer wrote: > > Replace the barrier functions in arch/riscv/include/asm/io.h with those > defined in barrier.h, which is imported from Linux. This version is > modified to remove the include statement of asm-generic/barrier.h, which > is not availab

[U-Boot] [PATCH 12/30] riscv: make use of the barrier functions from Linux

2018-10-19 Thread Lukas Auer
Replace the barrier functions in arch/riscv/include/asm/io.h with those defined in barrier.h, which is imported from Linux. This version is modified to remove the include statement of asm-generic/barrier.h, which is not available in u-boot or required. Signed-off-by: Lukas Auer --- Checkpatch rep