Re: [PATCH v8 0/4] Broadcom SBA RAID support

2017-05-15 Thread Vinod Koul
On Mon, May 15, 2017 at 10:34:51AM +0530, Anup Patel wrote: > The Broadcom SBA RAID is a stream-based device which provides > RAID5/6 offload. > > It requires a SoC specific ring manager (such as Broadcom FlexRM > ring manager) to provide ring-based programming interface. Due to > this, the Broadc

Re: [PATCH v2 2/2] crypto: scomp - add support for deflate rfc1950 (zlib)

2017-05-15 Thread abed mohammad kamaluddin
Hi, I have a few queries regarding zlib and in general on whether changes to acomp interface is planned or would be acceptable. Some of these are from point of view of exporting compression to user space and utilizing HW implementations. - A setup api is required to support different configuratio

Re: [PATCH v11 4/5] LRNG - enable compile (fwd)

2017-05-15 Thread Stephan Müller
Am Montag, 15. Mai 2017, 12:54:38 CEST schrieb Julia Lawall: Hi Julia, > Hello, > > I received the following report from kbuild about some coccinelle detected > errors. I wasn't sure what to look at at the URL to check them. I > already forwarded the patch for the last case. > > julia > > --

Re: [PATCH] fix ptr_ret.cocci warnings

2017-05-15 Thread Stephan Müller
Am Montag, 15. Mai 2017, 12:52:11 CEST schrieb Julia Lawall: Hi Julia, > Use PTR_ERR_OR_ZERO rather than if(IS_ERR(...)) + PTR_ERR > > Generated by: scripts/coccinelle/api/ptr_ret.cocci Thank you, included -- it will be present in the next release. Ciao Stephan

Re: [PATCH v11 4/5] LRNG - enable compile (fwd)

2017-05-15 Thread Julia Lawall
Hello, I received the following report from kbuild about some coccinelle detected errors. I wasn't sure what to look at at the URL to check them. I already forwarded the patch for the last case. julia -- Forwarded message -- Date: Mon, 15 May 2017 14:09:39 +0800 From: kbuild te

[PATCH] fix ptr_ret.cocci warnings

2017-05-15 Thread Julia Lawall
Use PTR_ERR_OR_ZERO rather than if(IS_ERR(...)) + PTR_ERR Generated by: scripts/coccinelle/api/ptr_ret.cocci CC: Stephan Müller Signed-off-by: Julia Lawall Signed-off-by: Fengguang Wu --- Not very important, but the code can be a little simpler. lrng_base.c |5 + 1 file changed, 1 i

[PATCH v1] hw_random : omap3-rom-rng:- Handle return value of clk_prepare_enable

2017-05-15 Thread Arvind Yadav
Here, Clock enable can failed. So adding an error check for clk_prepare_enable. Signed-off-by: Arvind Yadav --- drivers/char/hw_random/omap3-rom-rng.c | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/drivers/char/hw_random/omap3-rom-rng.c b/drivers/char/hw_random/