Re: [RFC PATCH] crypto: brcm - explicitly cast cipher to hash type

2018-03-28 Thread Raveendra Padasalagi
Hi Stefan, The change looks to be fine. From the IP point of view its using the same values in case of AES cipher and hash types so explicit casting should be ok. -Raveendra On Sat, Mar 24, 2018 at 4:32 PM, Stefan Agner wrote: > In the AES cases enum spu_cipher_type and enum

Re: [RFC PATCH] crypto: brcm - explicitly cast cipher to hash type

2018-03-28 Thread Raveendra Padasalagi
Hi Stefan, The change looks to be fine. From the IP point of view its using the same values in case of AES cipher and hash types so explicit casting should be ok. -Raveendra On Sat, Mar 24, 2018 at 4:32 PM, Stefan Agner wrote: > In the AES cases enum spu_cipher_type and enum hash_type have >

Re: [PATCH 4.13 07/28] crypto: brcm - Explicity ACK mailbox message

2017-11-21 Thread Raveendra Padasalagi
v 19, 2017 at 03:43:54PM +0100, Greg Kroah-Hartman wrote: >> 4.13-stable review patch. If anyone has any objections, please let me know. >> >> -- >> >> From: raveendra padasalagi <raveendra.padasal...@broadcom.com> >> >> commit f

Re: [PATCH 4.13 07/28] crypto: brcm - Explicity ACK mailbox message

2017-11-21 Thread Raveendra Padasalagi
0100, Greg Kroah-Hartman wrote: >> 4.13-stable review patch. If anyone has any objections, please let me know. >> >> ------ >> >> From: raveendra padasalagi >> >> commit f0e2ce58f853634d7ad1a418a49bd5fbd556227c upstream. >> >> Add s

Re: [PATCH v2 1/3] dt-bindings: phy: Add Cygnus usb phy binding

2017-11-13 Thread Raveendra Padasalagi
Hi Rob, On Mon, Nov 13, 2017 at 11:23 PM, Rob Herring <r...@kernel.org> wrote: > On Sun, Nov 12, 2017 at 10:23 PM, Raveendra Padasalagi > <raveendra.padasal...@broadcom.com> wrote: >> Hi, >> >> On Sat, Nov 11, 2017 at 3:14 AM, Rob Herring <r...@kernel.org>

Re: [PATCH v2 1/3] dt-bindings: phy: Add Cygnus usb phy binding

2017-11-13 Thread Raveendra Padasalagi
Hi Rob, On Mon, Nov 13, 2017 at 11:23 PM, Rob Herring wrote: > On Sun, Nov 12, 2017 at 10:23 PM, Raveendra Padasalagi > wrote: >> Hi, >> >> On Sat, Nov 11, 2017 at 3:14 AM, Rob Herring wrote: >>> On Wed, Nov 08, 2017 at 01:16:41PM +0530, Raveendra Padasalagi w

Re: [PATCH v2 1/3] dt-bindings: phy: Add Cygnus usb phy binding

2017-11-12 Thread Raveendra Padasalagi
Hi, On Sat, Nov 11, 2017 at 3:14 AM, Rob Herring <r...@kernel.org> wrote: > On Wed, Nov 08, 2017 at 01:16:41PM +0530, Raveendra Padasalagi wrote: >> Add devicetree binding document for broadcom's >> Cygnus SoC specific usb phy controller driver. >> >> Si

Re: [PATCH v2 1/3] dt-bindings: phy: Add Cygnus usb phy binding

2017-11-12 Thread Raveendra Padasalagi
Hi, On Sat, Nov 11, 2017 at 3:14 AM, Rob Herring wrote: > On Wed, Nov 08, 2017 at 01:16:41PM +0530, Raveendra Padasalagi wrote: >> Add devicetree binding document for broadcom's >> Cygnus SoC specific usb phy controller driver. >> >> Signed-off-by: Raveendra Padasala

Re: [PATCH v2 2/3] drivers: phy: broadcom: Add driver for Cygnus USB phy controller

2017-11-08 Thread Raveendra Padasalagi
Hi, On Wed, Nov 8, 2017 at 4:06 PM, Chanwoo Choi <cw00.c...@samsung.com> wrote: > Hi, > > On 2017년 11월 08일 16:52, Raveendra Padasalagi wrote: >> Hi, >> >> Adding Chanwoo Choi to review extcon API's. >> >> -Raveendra >> On Wed, Nov 8, 2017 at

Re: [PATCH v2 2/3] drivers: phy: broadcom: Add driver for Cygnus USB phy controller

2017-11-08 Thread Raveendra Padasalagi
Hi, On Wed, Nov 8, 2017 at 4:06 PM, Chanwoo Choi wrote: > Hi, > > On 2017년 11월 08일 16:52, Raveendra Padasalagi wrote: >> Hi, >> >> Adding Chanwoo Choi to review extcon API's. >> >> -Raveendra >> On Wed, Nov 8, 2017 at 1:16 PM, Raveendra Padasalagi >

Re: [PATCH v2 2/3] drivers: phy: broadcom: Add driver for Cygnus USB phy controller

2017-11-07 Thread Raveendra Padasalagi
Hi, Adding Chanwoo Choi to review extcon API's. -Raveendra On Wed, Nov 8, 2017 at 1:16 PM, Raveendra Padasalagi <raveendra.padasal...@broadcom.com> wrote: > Add driver for Broadcom's USB phy controller's used in Cygnus > familyof SoC. Cygnus has three USB phy controller's, port

Re: [PATCH v2 2/3] drivers: phy: broadcom: Add driver for Cygnus USB phy controller

2017-11-07 Thread Raveendra Padasalagi
Hi, Adding Chanwoo Choi to review extcon API's. -Raveendra On Wed, Nov 8, 2017 at 1:16 PM, Raveendra Padasalagi wrote: > Add driver for Broadcom's USB phy controller's used in Cygnus > familyof SoC. Cygnus has three USB phy controller's, port 0, > port 1 provides USB host functionality

[PATCH v2 0/3] Add driver for Broadcom Cygnus USB phy controller

2017-11-07 Thread Raveendra Padasalagi
ad of extcon_register_notifier() Raveendra Padasalagi (3): dt-bindings: phy: Add Cygnus usb phy binding drivers: phy: broadcom: Add driver for Cygnus USB phy controller ARM: dts: Add dt node for Broadcom Cygnus USB phy .../bindings/phy/brcm,cygnus-usb-phy.txt | 106 arc

[PATCH v2 1/3] dt-bindings: phy: Add Cygnus usb phy binding

2017-11-07 Thread Raveendra Padasalagi
Add devicetree binding document for broadcom's Cygnus SoC specific usb phy controller driver. Signed-off-by: Raveendra Padasalagi <raveendra.padasal...@broadcom.com> --- .../bindings/phy/brcm,cygnus-usb-phy.txt | 106 + 1 file changed, 106 insertions(+) creat

[PATCH v2 0/3] Add driver for Broadcom Cygnus USB phy controller

2017-11-07 Thread Raveendra Padasalagi
ad of extcon_register_notifier() Raveendra Padasalagi (3): dt-bindings: phy: Add Cygnus usb phy binding drivers: phy: broadcom: Add driver for Cygnus USB phy controller ARM: dts: Add dt node for Broadcom Cygnus USB phy .../bindings/phy/brcm,cygnus-usb-phy.txt | 106 arc

[PATCH v2 1/3] dt-bindings: phy: Add Cygnus usb phy binding

2017-11-07 Thread Raveendra Padasalagi
Add devicetree binding document for broadcom's Cygnus SoC specific usb phy controller driver. Signed-off-by: Raveendra Padasalagi --- .../bindings/phy/brcm,cygnus-usb-phy.txt | 106 + 1 file changed, 106 insertions(+) create mode 100644 Documentation/devicetree

[PATCH v2 2/3] drivers: phy: broadcom: Add driver for Cygnus USB phy controller

2017-11-07 Thread Raveendra Padasalagi
, the driver registers to extcon framework to get appropriate connect events for Host/Device cables connect/disconnect states based on VBUS and ID interrupts. Signed-off-by: Raveendra Padasalagi <raveendra.padasal...@broadcom.com> --- drivers/phy/broadcom/Kconfig | 14 + drive

[PATCH v2 2/3] drivers: phy: broadcom: Add driver for Cygnus USB phy controller

2017-11-07 Thread Raveendra Padasalagi
, the driver registers to extcon framework to get appropriate connect events for Host/Device cables connect/disconnect states based on VBUS and ID interrupts. Signed-off-by: Raveendra Padasalagi --- drivers/phy/broadcom/Kconfig | 14 + drivers/phy/broadcom/Makefile | 1

[PATCH v2 3/3] ARM: dts: Add dt node for Broadcom Cygnus USB phy

2017-11-07 Thread Raveendra Padasalagi
Add DT node for Broadcom's USB phy controller's used in Cygnus family of SoC. Signed-off-by: Raveendra Padasalagi <raveendra.padasal...@broadcom.com> --- arch/arm/boot/dts/bcm-cygnus.dtsi | 35 +++ 1 file changed, 35 insertions(+) diff --git a/arch/arm/bo

[PATCH v2 3/3] ARM: dts: Add dt node for Broadcom Cygnus USB phy

2017-11-07 Thread Raveendra Padasalagi
Add DT node for Broadcom's USB phy controller's used in Cygnus family of SoC. Signed-off-by: Raveendra Padasalagi --- arch/arm/boot/dts/bcm-cygnus.dtsi | 35 +++ 1 file changed, 35 insertions(+) diff --git a/arch/arm/boot/dts/bcm-cygnus.dtsi b/arch/arm/boot/dts

Re: [PATCH 2/3] drivers: phy: broadcom: Add driver for Cygnus USB phy controller

2017-10-29 Thread Raveendra Padasalagi
Hi Chanwoo, On Mon, Oct 30, 2017 at 5:32 AM, Chanwoo Choi <cw00.c...@samsung.com> wrote: > Hi, > > On 2017년 10월 27일 17:35, Kishon Vijay Abraham I wrote: >> +Chanwoo, for reviewing extcon >> >> Hi. >> >> On Tuesday 24 October 2017 10:07 AM, Raveendra Pa

Re: [PATCH 2/3] drivers: phy: broadcom: Add driver for Cygnus USB phy controller

2017-10-29 Thread Raveendra Padasalagi
Hi Chanwoo, On Mon, Oct 30, 2017 at 5:32 AM, Chanwoo Choi wrote: > Hi, > > On 2017년 10월 27일 17:35, Kishon Vijay Abraham I wrote: >> +Chanwoo, for reviewing extcon >> >> Hi. >> >> On Tuesday 24 October 2017 10:07 AM, Raveendra Padasalagi wrote: >>>

Re: [PATCH 2/3] drivers: phy: broadcom: Add driver for Cygnus USB phy controller

2017-10-29 Thread Raveendra Padasalagi
Hi Kishon, On Fri, Oct 27, 2017 at 2:05 PM, Kishon Vijay Abraham I <kis...@ti.com> wrote: > +Chanwoo, for reviewing extcon > > Hi. > > On Tuesday 24 October 2017 10:07 AM, Raveendra Padasalagi wrote: >> Add driver for Broadcom's USB phy controller's used in Cygnus

Re: [PATCH 2/3] drivers: phy: broadcom: Add driver for Cygnus USB phy controller

2017-10-29 Thread Raveendra Padasalagi
Hi Kishon, On Fri, Oct 27, 2017 at 2:05 PM, Kishon Vijay Abraham I wrote: > +Chanwoo, for reviewing extcon > > Hi. > > On Tuesday 24 October 2017 10:07 AM, Raveendra Padasalagi wrote: >> Add driver for Broadcom's USB phy controller's used in Cygnus >> familyof So

Re: [PATCH 1/3] Documentation: DT: Add Cygnus usb phy binding

2017-10-26 Thread Raveendra Padasalagi
Hi Rob, On Fri, Oct 27, 2017 at 9:09 AM, Rob Herring <r...@kernel.org> wrote: > On Tue, Oct 24, 2017 at 10:07:00AM +0530, Raveendra Padasalagi wrote: >> Add devicetree binding document for broadcom's >> Cygnus SoC specific usb phy controller driver. > > "dt-bin

Re: [PATCH 1/3] Documentation: DT: Add Cygnus usb phy binding

2017-10-26 Thread Raveendra Padasalagi
Hi Rob, On Fri, Oct 27, 2017 at 9:09 AM, Rob Herring wrote: > On Tue, Oct 24, 2017 at 10:07:00AM +0530, Raveendra Padasalagi wrote: >> Add devicetree binding document for broadcom's >> Cygnus SoC specific usb phy controller driver. > > "dt-bindings: phy: ..."

Re: [PATCH 2/3] drivers: phy: broadcom: Add driver for Cygnus USB phy controller

2017-10-24 Thread Raveendra Padasalagi
On Tue, Oct 24, 2017 at 11:16 AM, Rafał Miłecki <ra...@milecki.pl> wrote: > On 2017-10-24 06:37, Raveendra Padasalagi wrote: >> >> Add driver for Broadcom's USB phy controller's used in Cygnus >> familyof SoC. Cygnus has three USB phy controller's, port 0, >> port

Re: [PATCH 2/3] drivers: phy: broadcom: Add driver for Cygnus USB phy controller

2017-10-24 Thread Raveendra Padasalagi
On Tue, Oct 24, 2017 at 11:16 AM, Rafał Miłecki wrote: > On 2017-10-24 06:37, Raveendra Padasalagi wrote: >> >> Add driver for Broadcom's USB phy controller's used in Cygnus >> familyof SoC. Cygnus has three USB phy controller's, port 0, >> port 1 provides USB host f

[PATCH 2/3] drivers: phy: broadcom: Add driver for Cygnus USB phy controller

2017-10-23 Thread Raveendra Padasalagi
, the driver registers to extcon framework to get appropriate connect events for Host/Device cables connect/disconnect states based on VBUS and ID interrupts. Signed-off-by: Raveendra Padasalagi <raveendra.padasal...@broadcom.com> --- drivers/phy/broadcom/Kconfig | 14 + drive

[PATCH 2/3] drivers: phy: broadcom: Add driver for Cygnus USB phy controller

2017-10-23 Thread Raveendra Padasalagi
, the driver registers to extcon framework to get appropriate connect events for Host/Device cables connect/disconnect states based on VBUS and ID interrupts. Signed-off-by: Raveendra Padasalagi --- drivers/phy/broadcom/Kconfig | 14 + drivers/phy/broadcom/Makefile | 1

[PATCH 3/3] ARM: dts: Add dt node for Broadcom Cygnus USB phy

2017-10-23 Thread Raveendra Padasalagi
Add DT node for Broadcom's USB phy controller's used in Cygnus family of SoC. Signed-off-by: Raveendra Padasalagi <raveendra.padasal...@broadcom.com> --- arch/arm/boot/dts/bcm-cygnus.dtsi | 35 +++ 1 file changed, 35 insertions(+) diff --git a/arch/arm/bo

[PATCH 3/3] ARM: dts: Add dt node for Broadcom Cygnus USB phy

2017-10-23 Thread Raveendra Padasalagi
Add DT node for Broadcom's USB phy controller's used in Cygnus family of SoC. Signed-off-by: Raveendra Padasalagi --- arch/arm/boot/dts/bcm-cygnus.dtsi | 35 +++ 1 file changed, 35 insertions(+) diff --git a/arch/arm/boot/dts/bcm-cygnus.dtsi b/arch/arm/boot/dts

[PATCH 1/3] Documentation: DT: Add Cygnus usb phy binding

2017-10-23 Thread Raveendra Padasalagi
Add devicetree binding document for broadcom's Cygnus SoC specific usb phy controller driver. Signed-off-by: Raveendra Padasalagi <raveendra.padasal...@broadcom.com> --- .../bindings/phy/brcm,cygnus-usb-phy.txt | 101 + 1 file changed, 101 insertions(+) creat

[PATCH 0/3] Add driver for Broadcom Cygnus USB phy controller

2017-10-23 Thread Raveendra Padasalagi
Add driver for Broadcom's USB phy controller's used in Cygnus family of SoC and it's based on 4.14-rc3 tag. The patch set can be fetched from iproc-cyg-usb-v1 branch of https://github.com/Broadcom/arm64-linux.git Raveendra Padasalagi (3): Documentation: DT: Add Cygnus usb phy binding drivers

[PATCH 1/3] Documentation: DT: Add Cygnus usb phy binding

2017-10-23 Thread Raveendra Padasalagi
Add devicetree binding document for broadcom's Cygnus SoC specific usb phy controller driver. Signed-off-by: Raveendra Padasalagi --- .../bindings/phy/brcm,cygnus-usb-phy.txt | 101 + 1 file changed, 101 insertions(+) create mode 100644 Documentation/devicetree

[PATCH 0/3] Add driver for Broadcom Cygnus USB phy controller

2017-10-23 Thread Raveendra Padasalagi
Add driver for Broadcom's USB phy controller's used in Cygnus family of SoC and it's based on 4.14-rc3 tag. The patch set can be fetched from iproc-cyg-usb-v1 branch of https://github.com/Broadcom/arm64-linux.git Raveendra Padasalagi (3): Documentation: DT: Add Cygnus usb phy binding drivers

[PATCH v3 1/2] Documentation: dt: extcon: add optional input-debounce attribute

2017-10-19 Thread Raveendra Padasalagi
Add documentation on optional dt attribute "input-debounce" in extcon node to capture user specified timeout value for id and vbus gpio detection. Signed-off-by: Raveendra Padasalagi <raveendra.padasal...@broadcom.com> Reviewed-by: Ray Jui <ray@broadcom.com> Revie

[PATCH v3 1/2] Documentation: dt: extcon: add optional input-debounce attribute

2017-10-19 Thread Raveendra Padasalagi
Add documentation on optional dt attribute "input-debounce" in extcon node to capture user specified timeout value for id and vbus gpio detection. Signed-off-by: Raveendra Padasalagi Reviewed-by: Ray Jui Reviewed-by: Srinath Mannam Reviewed-by: Chanwoo Choi --- Changes in v3:

[PATCH v3 2/2] extcon: add optional input-debounce attribute

2017-10-19 Thread Raveendra Padasalagi
Add changes to capture optional dt attribute "input-debounce" provided in extcon node and used the same value if provided otherwise default value of 2 usecs is used for id and vbus gpios debounce time. Signed-off-by: Raveendra Padasalagi <raveendra.padasal...@broadcom.com>

[PATCH v3 2/2] extcon: add optional input-debounce attribute

2017-10-19 Thread Raveendra Padasalagi
Add changes to capture optional dt attribute "input-debounce" provided in extcon node and used the same value if provided otherwise default value of 2 usecs is used for id and vbus gpios debounce time. Signed-off-by: Raveendra Padasalagi Reviewed-by: Ray Jui Reviewed-by: Srin

Re: [PATCH v2 2/2] extcon: add optional debounce-timeout-ms attribute

2017-10-19 Thread Raveendra Padasalagi
Thanks Chanwoo Choi for the comments. Will revise the patch. Regards, Raveendra On Thu, Oct 19, 2017 at 10:52 AM, Chanwoo Choi <cw00.c...@samsung.com> wrote: > On 2017년 10월 19일 13:59, Chanwoo Choi wrote: >> Hi, >> >> On 2017년 10월 19일 12:26, Raveendra Padasalagi wrote:

Re: [PATCH v2 2/2] extcon: add optional debounce-timeout-ms attribute

2017-10-19 Thread Raveendra Padasalagi
Thanks Chanwoo Choi for the comments. Will revise the patch. Regards, Raveendra On Thu, Oct 19, 2017 at 10:52 AM, Chanwoo Choi wrote: > On 2017년 10월 19일 13:59, Chanwoo Choi wrote: >> Hi, >> >> On 2017년 10월 19일 12:26, Raveendra Padasalagi wrote: >>> Add changes to

[PATCH v2 2/2] extcon: add optional debounce-timeout-ms attribute

2017-10-18 Thread Raveendra Padasalagi
Add changes to capture optional dt attribute "debounce-timeout-ms" provided in extcon node and used the same value if provided otherwise default value of 20ms is used for id and vbus gpios debounce time. Signed-off-by: Raveendra Padasalagi <raveendra.padasal...@broadcom.com> Revi

[PATCH v2 2/2] extcon: add optional debounce-timeout-ms attribute

2017-10-18 Thread Raveendra Padasalagi
Add changes to capture optional dt attribute "debounce-timeout-ms" provided in extcon node and used the same value if provided otherwise default value of 20ms is used for id and vbus gpios debounce time. Signed-off-by: Raveendra Padasalagi Reviewed-by: Ray Jui Reviewed-by: Srin

[PATCH v2 1/2] Documentation: dt: extcon: add optional debounce-timeout-ms attribute

2017-10-18 Thread Raveendra Padasalagi
Add documentation on optional dt attribute "debounce-timeout-ms" in extcon node to capture user specified timeout value for id and vbus gpio detection. Signed-off-by: Raveendra Padasalagi <raveendra.padasal...@broadcom.com> Reviewed-by: Ray Jui <ray@broadcom.com> Revie

[PATCH v2 1/2] Documentation: dt: extcon: add optional debounce-timeout-ms attribute

2017-10-18 Thread Raveendra Padasalagi
Add documentation on optional dt attribute "debounce-timeout-ms" in extcon node to capture user specified timeout value for id and vbus gpio detection. Signed-off-by: Raveendra Padasalagi Reviewed-by: Ray Jui Reviewed-by: Srinath Mannam --- Changes in v2: Rename debounce-timeout-m

[PATCH 1/2] Documentation: dt: extcon: add optional debounce-timeout-ms attribute

2017-10-16 Thread Raveendra Padasalagi
Add documentation on optional dt attribute "debounce-timeout-ms" in extcon node to capture user specified timeout value for id and vbus gpio detection. Signed-off-by: Raveendra Padasalagi <raveendra.padasal...@broadcom.com> Reviewed-by: Ray Jui <ray@broadcom.com> Revie

[PATCH 2/2] extcon: add optional debounce-timeout-ms attribute

2017-10-16 Thread Raveendra Padasalagi
Add changes to capture optional dt attribute "debounce-timeout-ms" provided in extcon node and used the same value if provided otherwise default value of 20ms is used for id and vbus gpios debounce time. Signed-off-by: Raveendra Padasalagi <raveendra.padasal...@broadcom.com> Revi

[PATCH 1/2] Documentation: dt: extcon: add optional debounce-timeout-ms attribute

2017-10-16 Thread Raveendra Padasalagi
Add documentation on optional dt attribute "debounce-timeout-ms" in extcon node to capture user specified timeout value for id and vbus gpio detection. Signed-off-by: Raveendra Padasalagi Reviewed-by: Ray Jui Reviewed-by: Srinath Mannam --- Documentation/devicetree/bindings/extcon/

[PATCH 2/2] extcon: add optional debounce-timeout-ms attribute

2017-10-16 Thread Raveendra Padasalagi
Add changes to capture optional dt attribute "debounce-timeout-ms" provided in extcon node and used the same value if provided otherwise default value of 20ms is used for id and vbus gpios debounce time. Signed-off-by: Raveendra Padasalagi Reviewed-by: Ray Jui Reviewed-by: Srin

[PATCH] crypto: brcm - Explicity ACK mailbox message

2017-08-29 Thread Raveendra Padasalagi
er") Signed-off-by: Raveendra Padasalagi <raveendra.padasal...@broadcom.com> Reviewed-by: Anup Patel <anup.pa...@broadcom.com> Reviewed-by: Scott Branden <scott.bran...@broadcom.com> Cc: sta...@vger.kernel.org diff --git a/drivers/crypto/bcm/cipher.c b/drivers/crypto/bcm/

[PATCH] crypto: brcm - Explicity ACK mailbox message

2017-08-29 Thread Raveendra Padasalagi
er") Signed-off-by: Raveendra Padasalagi Reviewed-by: Anup Patel Reviewed-by: Scott Branden Cc: sta...@vger.kernel.org diff --git a/drivers/crypto/bcm/cipher.c b/drivers/crypto/bcm/cipher.c index 9cfd36c..45440ac 100644 --- a/drivers/crypto/bcm/cipher.c +++ b/drivers/crypto/bcm/cipher.c @@ -258

[PATCH v1] crypto: brcm - Support more FlexRM rings than SPU engines.

2017-07-20 Thread Raveendra Padasalagi
m SPU driver") Signed-off-by: Raveendra Padasalagi <raveendra.padasal...@broadcom.com> Reviewed-by: Scott Branden <scott.bran...@broadcom.com> Reviewed-by: Florian Fainelli <f.faine...@gmail.com> Cc: sta...@vger.kernel.org --- Changes in v1: - Added error path to clean up

[PATCH v1] crypto: brcm - Support more FlexRM rings than SPU engines.

2017-07-20 Thread Raveendra Padasalagi
m SPU driver") Signed-off-by: Raveendra Padasalagi Reviewed-by: Scott Branden Reviewed-by: Florian Fainelli Cc: sta...@vger.kernel.org --- Changes in v1: - Added error path to clean up mbox channel in spu_mb_init() in case mbox channel request fails. - Removed spu_reg_vbase[] an

RE: [PATCH] crypto: brcm - Support more FlexRM rings than SPU engines.

2017-07-18 Thread Raveendra Padasalagi
Need to address few issues in the patch. So NAKing this patch. Will send out re-vised version. Regards, Raveendra > -Original Message- > From: Raveendra Padasalagi [mailto:raveendra.padasal...@broadcom.com] > Sent: 13 July 2017 13:58 > To: Herbert Xu; David S. Miller; Rob

RE: [PATCH] crypto: brcm - Support more FlexRM rings than SPU engines.

2017-07-18 Thread Raveendra Padasalagi
Need to address few issues in the patch. So NAKing this patch. Will send out re-vised version. Regards, Raveendra > -Original Message- > From: Raveendra Padasalagi [mailto:raveendra.padasal...@broadcom.com] > Sent: 13 July 2017 13:58 > To: Herbert Xu; David S. Miller; Rob

[PATCH] crypto: brcm - Support more FlexRM rings than SPU engines.

2017-07-13 Thread Raveendra Padasalagi
m SPU driver") Signed-off-by: Raveendra Padasalagi <raveendra.padasal...@broadcom.com> cc: sta...@vger.kernel.org --- drivers/crypto/bcm/cipher.c | 105 +--- drivers/crypto/bcm/cipher.h | 15 --- 2 files changed, 57 insertions(+), 63 deletion

[PATCH] crypto: brcm - Support more FlexRM rings than SPU engines.

2017-07-13 Thread Raveendra Padasalagi
m SPU driver") Signed-off-by: Raveendra Padasalagi cc: sta...@vger.kernel.org --- drivers/crypto/bcm/cipher.c | 105 +--- drivers/crypto/bcm/cipher.h | 15 --- 2 files changed, 57 insertions(+), 63 deletions(-) diff --git a/drivers/crypto/bcm/

[PATCH] crypto: brcm - remove BCM_PDC_MBOX dependency in Kconfig

2017-07-11 Thread Raveendra Padasalagi
er") Signed-off-by: Raveendra Padasalagi <raveendra.padasal...@broadcom.com> Reviewed-by: Ray Jui <ray@broadcom.com> Reviewed-by: Scott Branden <scott.bran...@broadcom.com> Cc: sta...@vger.kernel.org --- drivers/crypto/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[PATCH] crypto: brcm - remove BCM_PDC_MBOX dependency in Kconfig

2017-07-11 Thread Raveendra Padasalagi
er") Signed-off-by: Raveendra Padasalagi Reviewed-by: Ray Jui Reviewed-by: Scott Branden Cc: sta...@vger.kernel.org --- drivers/crypto/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig index fb1e60f..778fc1b 100644 --- a/drivers/

Re: [PATCH v1] crypto: brcm - software fallback for cryptlen zero

2017-06-23 Thread Raveendra Padasalagi
Need to consider some more scenarios. So NAKing this patch. Will send out re-vised version. Regards, Raveendra On Fri, Jun 23, 2017 at 2:24 PM, Raveendra Padasalagi <raveendra.padasal...@broadcom.com> wrote: > Zero length payload requests are not handled in > Broadcom SPU2 engine, s

Re: [PATCH v1] crypto: brcm - software fallback for cryptlen zero

2017-06-23 Thread Raveendra Padasalagi
Need to consider some more scenarios. So NAKing this patch. Will send out re-vised version. Regards, Raveendra On Fri, Jun 23, 2017 at 2:24 PM, Raveendra Padasalagi wrote: > Zero length payload requests are not handled in > Broadcom SPU2 engine, so this patch adds conditional &

[PATCH v1] crypto: brcm - Fix SHA3-512 algorithm failure

2017-06-23 Thread Raveendra Padasalagi
Signed-off-by: Raveendra Padasalagi <raveendra.padasal...@broadcom.com> Reviewed-by: Ray Jui <ray@broadcom.com> Reviewed-by: Scott Branden <scott.bran...@broadcom.com> Cc: sta...@vger.kernel.org --- Changes in v1: - Added Cc and fixes tag in the Signed-off area to send the patch

[PATCH v1] crypto: brcm - Fix SHA3-512 algorithm failure

2017-06-23 Thread Raveendra Padasalagi
Signed-off-by: Raveendra Padasalagi Reviewed-by: Ray Jui Reviewed-by: Scott Branden Cc: sta...@vger.kernel.org --- Changes in v1: - Added Cc and fixes tag in the Signed-off area to send the patch to stable kernel drivers/crypto/bcm/spu2.c | 1 + 1 file changed, 1 insertion(+) diff --git a/driv

[PATCH v1] crypto: brcm - software fallback for cryptlen zero

2017-06-23 Thread Raveendra Padasalagi
Zero length payload requests are not handled in Broadcom SPU2 engine, so this patch adds conditional check to fallback to software implementation for AES-GCM and AES-CCM algorithms. Fixes: 9d12ba86f818 ("crypto: brcm - Add Broadcom SPU driver") Signed-off-by: Raveendra

[PATCH v1] crypto: brcm - software fallback for cryptlen zero

2017-06-23 Thread Raveendra Padasalagi
Zero length payload requests are not handled in Broadcom SPU2 engine, so this patch adds conditional check to fallback to software implementation for AES-GCM and AES-CCM algorithms. Fixes: 9d12ba86f818 ("crypto: brcm - Add Broadcom SPU driver") Signed-off-by: Raveendra Padasalagi

[PATCH] crypto: brcm - software fallback for cryptlen zero

2017-06-23 Thread Raveendra Padasalagi
Zero length payload requests are not handled in Broadcom SPU2 engine, so this patch adds conditional check to fallback to software implementation for AES-GCM and AES-CCM algorithms. Signed-off-by: Raveendra Padasalagi <raveendra.padasal...@broadcom.com> Reviewed-by: Ray Jui <ray@bro

[PATCH] crypto: brcm - software fallback for cryptlen zero

2017-06-23 Thread Raveendra Padasalagi
Zero length payload requests are not handled in Broadcom SPU2 engine, so this patch adds conditional check to fallback to software implementation for AES-GCM and AES-CCM algorithms. Signed-off-by: Raveendra Padasalagi Reviewed-by: Ray Jui Reviewed-by: Scott Branden --- drivers/crypto/bcm

[PATCH] crypto: brcm - Fix SHA3-512 algorithm failure

2017-06-23 Thread Raveendra Padasalagi
In Broadcom SPU driver, due to missing break statement in spu2_hash_xlate() while mapping SPU2 equivalent SHA3-512 value, -EINVAL is chosen and hence leading to failure of SHA3-512 algorithm. This patch fixes the same. Signed-off-by: Raveendra Padasalagi <raveendra.padasal...@broadcom.

[PATCH] crypto: brcm - Fix SHA3-512 algorithm failure

2017-06-23 Thread Raveendra Padasalagi
In Broadcom SPU driver, due to missing break statement in spu2_hash_xlate() while mapping SPU2 equivalent SHA3-512 value, -EINVAL is chosen and hence leading to failure of SHA3-512 algorithm. This patch fixes the same. Signed-off-by: Raveendra Padasalagi Reviewed-by: Ray Jui Reviewed-by: Scott

[PATCH v2] iio: adc: bcm_iproc_adc: swap primary and secondary isr handler's

2017-05-16 Thread Raveendra Padasalagi
adcom iproc-static-adc") Reported-by: Pavel Roskin <plros...@gmail.com> Signed-off-by: Raveendra Padasalagi <raveendra.padasal...@broadcom.com> Cc: sta...@vger.kernel.org --- Changes in v2: - Added Cc tag in the Signed-off area to send the patch to stable kernel - Fixes tag

[PATCH v2] iio: adc: bcm_iproc_adc: swap primary and secondary isr handler's

2017-05-16 Thread Raveendra Padasalagi
adcom iproc-static-adc") Reported-by: Pavel Roskin Signed-off-by: Raveendra Padasalagi Cc: sta...@vger.kernel.org --- Changes in v2: - Added Cc tag in the Signed-off area to send the patch to stable kernel - Fixes tag corrected with proper formatting drivers/iio/adc/bcm_iproc_adc.c | 8 +

[RESEND PATCH] iio: adc: bcm_iproc_adc: swap primary and secondary isr handler's

2017-05-15 Thread Raveendra Padasalagi
com> Fixes: 4324c97ecedc("iio: Add driver for Broadcom iproc-static-adc") Signed-off-by: Raveendra Padasalagi <raveendra.padasal...@broadcom.com> --- drivers/iio/adc/bcm_iproc_adc.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/iio/adc/bcm_iproc_a

[RESEND PATCH] iio: adc: bcm_iproc_adc: swap primary and secondary isr handler's

2017-05-15 Thread Raveendra Padasalagi
("iio: Add driver for Broadcom iproc-static-adc") Signed-off-by: Raveendra Padasalagi --- drivers/iio/adc/bcm_iproc_adc.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/iio/adc/bcm_iproc_adc.c b/drivers/iio/adc/bcm_iproc_adc.c index 21d38c8..7f4f

[PATCH] Crypto:Add HMAC-SHA3 test modes and test vectors

2016-06-30 Thread Raveendra Padasalagi
This patch adds HMAC-SHA3 test modes in tcrypt module and related test vectors. Signed-off-by: Raveendra Padasalagi <raveendra.padasal...@broadcom.com> --- crypto/tcrypt.c | 16 +++ crypto/testmgr.c | 40 ++ crypto/testmgr.h | 388

[PATCH] Crypto:Add HMAC-SHA3 test modes and test vectors

2016-06-30 Thread Raveendra Padasalagi
This patch adds HMAC-SHA3 test modes in tcrypt module and related test vectors. Signed-off-by: Raveendra Padasalagi --- crypto/tcrypt.c | 16 +++ crypto/testmgr.c | 40 ++ crypto/testmgr.h | 388 +++ 3 files changed, 444 insertions

[PATCH v4 0/3] Add Broadcom iproc-static-adc controller driver

2016-06-28 Thread Raveendra Padasalagi
fig in the alphabetical order in Kconfig - Addressed various comments given by Peter Meerwald-Stadler on driver source code, Including issues related to linux coding style and race conditions. Raveendra Padasalagi (3): Documentation: DT: Add iproc-static-adc binding iio: Add driver for Broad

[PATCH v4 0/3] Add Broadcom iproc-static-adc controller driver

2016-06-28 Thread Raveendra Padasalagi
fig in the alphabetical order in Kconfig - Addressed various comments given by Peter Meerwald-Stadler on driver source code, Including issues related to linux coding style and race conditions. Raveendra Padasalagi (3): Documentation: DT: Add iproc-static-adc binding iio: Add driver for Broad

[PATCH v4 2/3] iio: Add driver for Broadcom iproc-static-adc

2016-06-28 Thread Raveendra Padasalagi
This patch adds basic driver implementation for Broadcom's static adc controller used in iProc SoC's family. Signed-off-by: Raveendra Padasalagi <raveendra.padasal...@broadcom.com> Reviewed-by: Ray Jui <ray@broadcom.com> Reviewed-by: Scott Branden <scott.bran...@broadcom.com>

[PATCH v4 2/3] iio: Add driver for Broadcom iproc-static-adc

2016-06-28 Thread Raveendra Padasalagi
This patch adds basic driver implementation for Broadcom's static adc controller used in iProc SoC's family. Signed-off-by: Raveendra Padasalagi Reviewed-by: Ray Jui Reviewed-by: Scott Branden --- drivers/iio/adc/Kconfig | 12 + drivers/iio/adc/Makefile| 1 + drivers/iio

[PATCH v4 1/3] Documentation: DT: Add iproc-static-adc binding

2016-06-28 Thread Raveendra Padasalagi
The patch adds devicetree binding document for broadcom's iproc-static-adc controller driver. Signed-off-by: Raveendra Padasalagi <raveendra.padasal...@broadcom.com> Reviewed-by: Ray Jui <ray@broadcom.com> Reviewed-by: Scott Branden <scott.bran...@broadcom.com> --- .../bin

[PATCH v4 1/3] Documentation: DT: Add iproc-static-adc binding

2016-06-28 Thread Raveendra Padasalagi
The patch adds devicetree binding document for broadcom's iproc-static-adc controller driver. Signed-off-by: Raveendra Padasalagi Reviewed-by: Ray Jui Reviewed-by: Scott Branden --- .../bindings/iio/adc/brcm,iproc-static-adc.txt | 41 ++ 1 file changed, 41 insertions

[PATCH v4 3/3] ARM:dts-Add dt node for Broadcom iproc-static-adc

2016-06-28 Thread Raveendra Padasalagi
This patch adds DT node for Broadcom's iproc-static-adc controller driver. Signed-off-by: Raveendra Padasalagi <raveendra.padasal...@broadcom.com> Reviewed-by: Ray Jui <ray@broadcom.com> Reviewed-by: Scott Branden <scott.bran...@broadcom.com> --- arch/arm/boot/dts/bc

[PATCH v4 3/3] ARM:dts-Add dt node for Broadcom iproc-static-adc

2016-06-28 Thread Raveendra Padasalagi
This patch adds DT node for Broadcom's iproc-static-adc controller driver. Signed-off-by: Raveendra Padasalagi Reviewed-by: Ray Jui Reviewed-by: Scott Branden --- arch/arm/boot/dts/bcm-cygnus.dtsi | 11 +++ 1 file changed, 11 insertions(+) diff --git a/arch/arm/boot/dts/bcm

RE: [PATCH v3 2/3] iio: Add driver for Broadcom iproc-static-adc

2016-06-27 Thread Raveendra Padasalagi
> -Original Message- > From: Jonathan Cameron [mailto:ji...@kernel.org] > Sent: 28 June 2016 00:41 > To: Raveendra Padasalagi > Cc: Peter Meerwald-Stadler; Rob Herring; Russell King; Arnd Bergmann; > linux- > i...@vger.kernel.org; devicet...@vger.kernel.

RE: [PATCH v3 2/3] iio: Add driver for Broadcom iproc-static-adc

2016-06-27 Thread Raveendra Padasalagi
> -Original Message- > From: Jonathan Cameron [mailto:ji...@kernel.org] > Sent: 28 June 2016 00:41 > To: Raveendra Padasalagi > Cc: Peter Meerwald-Stadler; Rob Herring; Russell King; Arnd Bergmann; > linux- > i...@vger.kernel.org; devicet...@vger.kernel.

Re: [PATCH v3 1/3] Documentation: DT: Add iproc-static-adc binding

2016-06-27 Thread Raveendra Padasalagi
On Sun, Jun 26, 2016 at 3:54 PM, Jonathan Cameron <ji...@kernel.org> wrote: > On 24/06/16 16:43, Rob Herring wrote: >> On Wed, Jun 22, 2016 at 11:41:51AM +0530, Raveendra Padasalagi wrote: >>> The patch adds devicetree binding document for broadcom's >>> i

Re: [PATCH v3 1/3] Documentation: DT: Add iproc-static-adc binding

2016-06-27 Thread Raveendra Padasalagi
On Sun, Jun 26, 2016 at 3:54 PM, Jonathan Cameron wrote: > On 24/06/16 16:43, Rob Herring wrote: >> On Wed, Jun 22, 2016 at 11:41:51AM +0530, Raveendra Padasalagi wrote: >>> The patch adds devicetree binding document for broadcom's >>> iproc-static-adc controller

Re: [PATCH v3 2/3] iio: Add driver for Broadcom iproc-static-adc

2016-06-27 Thread Raveendra Padasalagi
On Sun, Jun 26, 2016 at 4:08 PM, Jonathan Cameron <ji...@kernel.org> wrote: > On 22/06/16 07:11, Raveendra Padasalagi wrote: >> This patch adds basic driver implementation for Broadcom's >> static adc controller used in iProc SoC's family. >> >> Si

Re: [PATCH v3 2/3] iio: Add driver for Broadcom iproc-static-adc

2016-06-27 Thread Raveendra Padasalagi
On Sun, Jun 26, 2016 at 4:08 PM, Jonathan Cameron wrote: > On 22/06/16 07:11, Raveendra Padasalagi wrote: >> This patch adds basic driver implementation for Broadcom's >> static adc controller used in iProc SoC's family. >> >> Signed-off-by: Raveendra Padasala

[PATCH v3 3/3] ARM:dts-Add dt node for Broadcom iproc-static-adc

2016-06-22 Thread Raveendra Padasalagi
This patch adds DT node for Broadcom's iproc-static-adc controller driver. Signed-off-by: Raveendra Padasalagi <raveendra.padasal...@broadcom.com> Reviewed-by: Ray Jui <ray@broadcom.com> Reviewed-by: Scott Branden <scott.bran...@broadcom.com> --- arch/arm/boot/dts/bc

[PATCH v3 3/3] ARM:dts-Add dt node for Broadcom iproc-static-adc

2016-06-22 Thread Raveendra Padasalagi
This patch adds DT node for Broadcom's iproc-static-adc controller driver. Signed-off-by: Raveendra Padasalagi Reviewed-by: Ray Jui Reviewed-by: Scott Branden --- arch/arm/boot/dts/bcm-cygnus.dtsi | 11 +++ 1 file changed, 11 insertions(+) diff --git a/arch/arm/boot/dts/bcm

[PATCH v3 0/3] Add Broadcom iproc-static-adc controller driver

2016-06-22 Thread Raveendra Padasalagi
menu. - Added Broadcom Adc driver menu config in the alphabetical order in Kconfig - Addressed various comments given by Peter Meerwald-Stadler on driver source code, Including issues related to linux coding style and race conditions. Raveendra Padasalagi (3): Documentation: DT: Add

[PATCH v3 2/3] iio: Add driver for Broadcom iproc-static-adc

2016-06-22 Thread Raveendra Padasalagi
This patch adds basic driver implementation for Broadcom's static adc controller used in iProc SoC's family. Signed-off-by: Raveendra Padasalagi <raveendra.padasal...@broadcom.com> Reviewed-by: Ray Jui <ray@broadcom.com> Reviewed-by: Scott Branden <scott.bran...@broadcom.com>

[PATCH v3 0/3] Add Broadcom iproc-static-adc controller driver

2016-06-22 Thread Raveendra Padasalagi
menu. - Added Broadcom Adc driver menu config in the alphabetical order in Kconfig - Addressed various comments given by Peter Meerwald-Stadler on driver source code, Including issues related to linux coding style and race conditions. Raveendra Padasalagi (3): Documentation: DT: Add

[PATCH v3 2/3] iio: Add driver for Broadcom iproc-static-adc

2016-06-22 Thread Raveendra Padasalagi
This patch adds basic driver implementation for Broadcom's static adc controller used in iProc SoC's family. Signed-off-by: Raveendra Padasalagi Reviewed-by: Ray Jui Reviewed-by: Scott Branden --- drivers/iio/adc/Kconfig | 12 + drivers/iio/adc/Makefile| 1 + drivers/iio

[PATCH v3 1/3] Documentation: DT: Add iproc-static-adc binding

2016-06-22 Thread Raveendra Padasalagi
The patch adds devicetree binding document for broadcom's iproc-static-adc controller driver. Signed-off-by: Raveendra Padasalagi <raveendra.padasal...@broadcom.com> Reviewed-by: Ray Jui <ray@broadcom.com> Reviewed-by: Scott Branden <scott.bran...@broadcom.com> --- .../bin

[PATCH v3 1/3] Documentation: DT: Add iproc-static-adc binding

2016-06-22 Thread Raveendra Padasalagi
The patch adds devicetree binding document for broadcom's iproc-static-adc controller driver. Signed-off-by: Raveendra Padasalagi Reviewed-by: Ray Jui Reviewed-by: Scott Branden --- .../bindings/iio/adc/brcm,iproc-static-adc.txt | 38 ++ 1 file changed, 38 insertions

Re: [PATCH v2 2/3] iio: Add driver for Broadcom iproc-static-adc

2016-06-21 Thread Raveendra Padasalagi
Hi Jonathan, Thanks for the review comments. I will address these in the next patch. Please find my reply inline. Regards, Raveendra On Mon, Jun 20, 2016 at 1:05 AM, Jonathan Cameron <ji...@kernel.org> wrote: > On 19/06/16 11:06, Raveendra Padasalagi wrote: >> This patch ad

Re: [PATCH v2 2/3] iio: Add driver for Broadcom iproc-static-adc

2016-06-21 Thread Raveendra Padasalagi
Hi Jonathan, Thanks for the review comments. I will address these in the next patch. Please find my reply inline. Regards, Raveendra On Mon, Jun 20, 2016 at 1:05 AM, Jonathan Cameron wrote: > On 19/06/16 11:06, Raveendra Padasalagi wrote: >> This patch adds basic driver imple

  1   2   3   >