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
> > ; u-b...
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 b/arch
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
>
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
*
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 to
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]
https://github.com/gcc-mirror/
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 de