Re: [PATCH v3] MIPS: Fix build breakage caused by header file changes

2017-03-06 Thread James Hogan
Hi Guenter, On Mon, Mar 06, 2017 at 11:13:55AM -0800, Guenter Roeck wrote: > Since commit f3ac60671954 ("sched/headers: Move task-stack related > APIs from to ") and commit > f780d89a0e82 ("sched/headers: Remove from > "), various mips builds fail as follows. > > arch/mips/kernel/smp-mt.c: In

Re: [PATCH v3] MIPS: Fix build breakage caused by header file changes

2017-03-07 Thread James Hogan
Hi Ingo, On Tue, Mar 07, 2017 at 08:38:05AM +0100, Ingo Molnar wrote: > Just a quick question: is your MIPS build fix going to be merged and sent to > Linus? I can apply it too, and send it to Linus later today, together with a > few > other sched.h header related build fixes. One for Ralf...

Re: [PATCH v3] MIPS: Fix build breakage caused by header file changes

2017-03-07 Thread James Hogan
On Mon, Mar 06, 2017 at 07:30:05PM -0800, Guenter Roeck wrote: > On 03/06/2017 03:20 PM, James Hogan wrote: > > On Mon, Mar 06, 2017 at 11:13:55AM -0800, Guenter Roeck wrote: > >> Since commit f3ac60671954 ("sched/headers: Move task-stack related > >> APIs from to

Re: [PATCH v3] MIPS: Fix build breakage caused by header file changes

2017-03-07 Thread James Hogan
Hi Guenter, On Tue, Mar 07, 2017 at 09:33:40AM +, James Hogan wrote: > On Mon, Mar 06, 2017 at 07:30:05PM -0800, Guenter Roeck wrote: > > On 03/06/2017 03:20 PM, James Hogan wrote: > > > On Mon, Mar 06, 2017 at 11:13:55AM -0800, Guenter Roeck wrote: > > >> Sin

Re: [PATCH 2/2] MIPS: crypto: Add crc32 and crc32c hw accelerated module

2017-09-29 Thread James Hogan
Hi Marcin, On Wed, Sep 27, 2017 at 02:18:36PM +0200, Marcin Nowakowski wrote: > This module registers crc32 and crc32c algorithms that use the > optional CRC32[bhwd] and CRC32C[bhwd] instructions in MIPSr6 cores. > > Signed-off-by: Marcin Nowakowski > Cc:

[PATCH] lib/mpi: Fix umul_ppmm() for MIPS64r6

2017-12-05 Thread James Hogan
From: James Hogan <jho...@kernel.org> Current MIPS64r6 toolchains aren't able to generate efficient DMULU/DMUHU based code for the C implementation of umul_ppmm(), which performs an unsigned 64 x 64 bit multiply and returns the upper and lower 64-bit halves of the 128-bit result. I

[PATCH v3 2/3] MIPS: crypto: Add crc32 and crc32c hw accelerated module

2018-02-09 Thread James Hogan
From: Marcin Nowakowski <marcin.nowakow...@mips.com> This module registers crc32 and crc32c algorithms that use the optional CRC32[bhwd] and CRC32C[bhwd] instructions in MIPSr6 cores. Signed-off-by: Marcin Nowakowski <marcin.nowakow...@mips.com> Signed-off-by: James Hogan <jho...

[PATCH v3 0/3] MIPS CRC instruction support

2018-02-09 Thread James Hogan
Nowakowski <marcin.nowakow...@mips.com> Cc: Ralf Baechle <r...@linux-mips.org> Cc: Herbert Xu <herb...@gondor.apana.org.au> Cc: "David S. Miller" <da...@davemloft.net> Cc: Paul Burton <paul.bur...@mips.com> Cc: linux-m...@linux-mips.org Cc: linux-crypto@vger.ke

Re: [PATCH v3 2/3] MIPS: crypto: Add crc32 and crc32c hw accelerated module

2018-02-15 Thread James Hogan
On Thu, Feb 15, 2018 at 04:33:16PM +0800, Herbert Xu wrote: > Acked-by: Herbert Xu Thanks Herbert, Series applied for 4.17. Cheers James signature.asc Description: Digital signature

Re: [PATCH v3 2/3] MIPS: crypto: Add crc32 and crc32c hw accelerated module

2018-02-15 Thread James Hogan
On Thu, Feb 15, 2018 at 02:22:14PM -0800, Eric Biggers wrote: > On Fri, Feb 09, 2018 at 10:11:06PM +0000, James Hogan wrote: > > +static struct shash_alg crc32_alg = { > > + .digestsize = CHKSUM_DIGEST_SIZE, > > + .setkey = chksum_

Re: [PATCH v3 3/4] crypto: jz4780-rng: Add RNG node to jz4780.dtsi

2018-03-06 Thread James Hogan
RNG node as > child of it so that both the nodes are visible without changing CGU > driver code. > > Signed-off-by: PrasannaKumar Muralidharan <prasannatsmku...@gmail.com> Better late than never: Acked-by: James Hogan <jho...@kernel.org> (I presume its okay for the reg r