Re: [PATCH 08/26] m68k: simplify ioremap_nocache

2019-09-02 Thread Geert Uytterhoeven
Hi Christoph, On Fri, Aug 30, 2019 at 6:06 PM Christoph Hellwig wrote: > On Mon, Aug 19, 2019 at 10:56:02AM +0200, Geert Uytterhoeven wrote: > > On Sat, Aug 17, 2019 at 9:48 AM Christoph Hellwig wrote: > > > Just define ioremap_nocache to ioremap instead of duplicating the > > > inline. Also

[PATCH] arc: libgcc: Import __udivdi3 & __udivmoddi4 to allow 64-bit division

2019-09-02 Thread Alexey Brodkin
As reported by Kever here [1] we were unable to compile 64-bit division code due to missing definition of __udivdi3(). Import its implementation and __udivmoddi4() as its direct dependency from today's libgcc [2]. [1] https://patchwork.ozlabs.org/patch/1146845/ [2]

RE: [PATCH] arc: libgcc: Import __udivdi3 & __udivmoddi4 to allow 64-bit division

2019-09-02 Thread Alexey Brodkin
Hi, > -Original Message- > From: Alexey Brodkin > Sent: Monday, September 2, 2019 12:43 PM > To: u-b...@lists.denx.de > Cc: uboot-snps-...@synopsys.com; linux-snps-arc@lists.infradead.org; Alexey > Brodkin > ; Kever Yang > Subject: [PATCH] arc: libgcc: Import __udivdi3 & __udivmoddi4

[PATCH] arc: emsdp: Add more platform-specific compiler options

2019-09-02 Thread Alexey Brodkin
Even though EM SDP is FPGA-based board and different FPGA images (known as .bit-files) are awailable for the board still there's a common subset of options we may rely on for all configs. These are: * Normalizer * Swap instructions * Simple multiplier * Barrel-shifter * Floating-point unit

RE: [PATCH] mmc: dw_mmc: fix timeout calculate method

2019-09-02 Thread Alexey Brodkin
Hi Kever, > -Original Message- > From: Kever Yang > Sent: Monday, September 2, 2019 11:05 AM > To: Alexey Brodkin > Cc: tr...@konsulko.com; eugeniy.palt...@synopsys.com; Simon Glass > ; Peng Fan > ; u-b...@lists.denx.de > Subject: Re: [PATCH] mmc: dw_mmc: fix timeout calculate method >

Re: [PATCH 03/26] m68k, microblaze: remove ioremap_fullcache

2019-09-02 Thread Michal Simek
On 17. 08. 19 9:32, Christoph Hellwig wrote: > No callers of this function. > > Signed-off-by: Christoph Hellwig > --- > arch/m68k/include/asm/kmap.h | 7 --- > arch/microblaze/include/asm/io.h | 1 - > 2 files changed, 8 deletions(-) > > diff --git a/arch/m68k/include/asm/kmap.h

Re: [PATCH] mmc: dw_mmc: fix timeout calculate method

2019-09-02 Thread Tom Rini
On Mon, Sep 02, 2019 at 12:24:42PM +, Alexey Brodkin wrote: > Hi Kever, > > > -Original Message- > > From: Kever Yang > > Sent: Monday, September 2, 2019 11:05 AM > > To: Alexey Brodkin > > Cc: tr...@konsulko.com; eugeniy.palt...@synopsys.com; Simon Glass > > ; Peng Fan > > ;