[PATCH 1/2] arm64: dts: lx2160a: Add fsl-mc node

2018-12-20 Thread Ioana Ciocoi Radulescu
Add the fsl-mc node in the LX2160A device tree. Signed-off-by: Ioana Radulescu --- arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi | 117 + 1 file changed, 117 insertions(+) diff --git a/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi

[PATCH 2/2] arm64: dts: lx2160a: Add dma-ranges property

2018-12-20 Thread Ioana Ciocoi Radulescu
Add missing property from the soc node in LX2160A dts. Signed-off-by: Ioana Radulescu --- arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi b/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi index

[PATCH 2/2] soc: fsl: dpio: Change bpid type to u16

2018-12-14 Thread Ioana Ciocoi Radulescu
In all QBMan registers, the buffer pool id field is two bytes long. The low level qbman APIs reflect this, but the high level DPIO ones use u32. Modify them in order to avoid implicit downcasts. Signed-off-by: Ioana Radulescu --- drivers/soc/fsl/dpio/dpio-service.c | 4 ++--

[PATCH 1/2] soc: fsl: dpio: Add prefetch instruction

2018-12-14 Thread Ioana Ciocoi Radulescu
In dpaa2_io_store_next(), if the current dequeue entry is not the last, prefetch the next one as most likely it will be requested shortly by the consumer driver. This brings a ~3% improvement for dpaa2 ethernet driver IP forwarding with small size frames. Signed-off-by: Ioana Radulescu ---

RE: [PATCH 4/5] soc: fsl: dpio: add a device_link at dpaa2_io_service_register

2018-12-14 Thread Ioana Ciocoi Radulescu
> -Original Message- > From: Horia Geanta > Sent: Friday, December 14, 2018 4:45 PM > To: Ioana Ciornei ; Leo Li ; > linux-kernel@vger.kernel.org; linux-arm-ker...@lists.infradead.org; > net...@vger.kernel.org > Cc: Laurentiu Tudor ; Ioana Ciocoi Radulescu > ; R

RE: [PATCH v3 7/9] arm64: defconfig: Enable FSL_MC_BUS and FSL_MC_DPIO

2018-12-13 Thread Ioana Ciocoi Radulescu
> -Original Message- > From: linux-kernel-ow...@vger.kernel.org ow...@vger.kernel.org> On Behalf Of Olof Johansson > Sent: Thursday, December 13, 2018 8:48 AM > To: Horia Geanta > Cc: Marc Gonzalez ; arm-soc ; > Linux ARM ; LKML ker...@vger.kernel.org> > Subject: Re: [PATCH v3 7/9]

[PATCH 1/2] arm64: dts: ls1088a: Move fsl-mc node

2018-12-04 Thread Ioana Ciocoi Radulescu
The fsl-mc node should sit under the soc node, so move it to its proper location. Fixes: ac7c9ff741fb ("arm64: dts: ls1088a: add fsl-mc hardware resource manager node") Signed-off-by: Ioana Radulescu --- arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi | 142 - 1 file

[PATCH 1/2] arm64: dts: ls1088a: Move fsl-mc node

2018-12-04 Thread Ioana Ciocoi Radulescu
The fsl-mc node should sit under the soc node, so move it to its proper location. Fixes: ac7c9ff741fb ("arm64: dts: ls1088a: add fsl-mc hardware resource manager node") Signed-off-by: Ioana Radulescu --- arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi | 142 - 1 file

[PATCH 2/2] arm64: dts: ls1088a: Add missing dma-ranges property

2018-12-04 Thread Ioana Ciocoi Radulescu
LS1088A has a 48-bit address size so make sure that the dma-ranges property reflects this. Signed-off-by: Ioana Radulescu --- arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi

[PATCH 2/2] arm64: dts: ls1088a: Add missing dma-ranges property

2018-12-04 Thread Ioana Ciocoi Radulescu
LS1088A has a 48-bit address size so make sure that the dma-ranges property reflects this. Signed-off-by: Ioana Radulescu --- arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi

RE: [PATCH v3 0/4] staging/fsl-mc/bus: Move DPIO from staging to drivers/soc/fsl

2018-07-24 Thread Ioana Ciocoi Radulescu
> -Original Message- > From: Horia Geanta > Sent: Tuesday, July 24, 2018 5:35 PM > To: Roy Pledge ; de...@driverdev.osuosl.org; linux- > arm-ker...@lists.infradead.org; gre...@linuxfoundation.org; Leo Li > > Cc: Laurentiu Tudor ; Ioana Ciocoi Radulescu > ; linu

RE: [PATCH v3 0/4] staging/fsl-mc/bus: Move DPIO from staging to drivers/soc/fsl

2018-07-24 Thread Ioana Ciocoi Radulescu
> -Original Message- > From: Horia Geanta > Sent: Tuesday, July 24, 2018 5:35 PM > To: Roy Pledge ; de...@driverdev.osuosl.org; linux- > arm-ker...@lists.infradead.org; gre...@linuxfoundation.org; Leo Li > > Cc: Laurentiu Tudor ; Ioana Ciocoi Radulescu > ; linu

RE: [PATCH 5/5] staging: fsl-dpaa2/eth: Remove Rx frame size check

2018-07-10 Thread Ioana Ciocoi Radulescu
> -Original Message- > From: Dan Carpenter [mailto:dan.carpen...@oracle.com] > Sent: Monday, July 9, 2018 10:28 PM > To: Ioana Ciocoi Radulescu > Cc: gre...@linuxfoundation.org; de...@driverdev.osuosl.org; linux- > ker...@vger.kernel.org; Ioana Ciornei > Subject: Re

RE: [PATCH 5/5] staging: fsl-dpaa2/eth: Remove Rx frame size check

2018-07-10 Thread Ioana Ciocoi Radulescu
> -Original Message- > From: Dan Carpenter [mailto:dan.carpen...@oracle.com] > Sent: Monday, July 9, 2018 10:28 PM > To: Ioana Ciocoi Radulescu > Cc: gre...@linuxfoundation.org; de...@driverdev.osuosl.org; linux- > ker...@vger.kernel.org; Ioana Ciornei > Subject: Re

RE: [PATCH 0/2] staging/fsl-mc/bus: Move DPIO from staging to drivers/soc/fsl

2018-07-06 Thread Ioana Ciocoi Radulescu
> -Original Message- > From: Roy Pledge > Sent: Friday, July 6, 2018 9:52 PM > To: Horia Geanta ; de...@driverdev.osuosl.org; > linux-arm-ker...@lists.infradead.org; gre...@linuxfoundation.org; Leo Li > ; Ioana Ciocoi Radulescu > > Cc: Laurentiu Tudor ; linux-

RE: [PATCH 0/2] staging/fsl-mc/bus: Move DPIO from staging to drivers/soc/fsl

2018-07-06 Thread Ioana Ciocoi Radulescu
> -Original Message- > From: Roy Pledge > Sent: Friday, July 6, 2018 9:52 PM > To: Horia Geanta ; de...@driverdev.osuosl.org; > linux-arm-ker...@lists.infradead.org; gre...@linuxfoundation.org; Leo Li > ; Ioana Ciocoi Radulescu > > Cc: Laurentiu Tudor ; linux-

RE: [PATCH v3 2/4] bus: fsl-mc: add restool userspace support

2018-04-05 Thread Ruxandra Ioana Ciocoi Radulescu
t;ioana.cior...@nxp.com>; gregkh > <gre...@linuxfoundation.org>; Linux Kernel Mailing List ker...@vger.kernel.org>; Ruxandra Ioana Ciocoi Radulescu > <ruxandra.radule...@nxp.com>; Razvan Stefanescu > <razvan.stefane...@nxp.com>; Roy Pledge <roy.ple...@nxp.com>; > N

RE: [PATCH v3 2/4] bus: fsl-mc: add restool userspace support

2018-04-05 Thread Ruxandra Ioana Ciocoi Radulescu
> -Original Message- > From: Andrew Lunn [mailto:and...@lunn.ch] > Sent: Thursday, April 5, 2018 6:24 PM > To: Laurentiu Tudor > Cc: Stuart Yoder ; Arnd Bergmann ; > Ioana Ciornei ; gregkh > ; Linux Kernel Mailing List ker...@vger.kernel.org>; Ruxandra Ioana Cio

RE: [PATCH 2/9] staging: fsl-dpaa2/eth: Move print message

2018-03-23 Thread Ruxandra Ioana Ciocoi Radulescu
> -Original Message- > From: Greg KH [mailto:gre...@linuxfoundation.org] > Sent: Friday, March 23, 2018 5:01 PM > To: Ruxandra Ioana Ciocoi Radulescu <ruxandra.radule...@nxp.com> > Cc: de...@driverdev.osuosl.org; linux-kernel@vger.kernel.org > Subject: Re: [PATCH

RE: [PATCH 2/9] staging: fsl-dpaa2/eth: Move print message

2018-03-23 Thread Ruxandra Ioana Ciocoi Radulescu
> -Original Message- > From: Greg KH [mailto:gre...@linuxfoundation.org] > Sent: Friday, March 23, 2018 5:01 PM > To: Ruxandra Ioana Ciocoi Radulescu > Cc: de...@driverdev.osuosl.org; linux-kernel@vger.kernel.org > Subject: Re: [PATCH 2/9] staging: fsl-dpaa2/eth:

RE: [PATCH 5/5] staging: fsl-mc/dpio: Remove dead code

2018-03-06 Thread Ruxandra Ioana Ciocoi Radulescu
> -Original Message- > From: Ruxandra Ioana Ciocoi Radulescu > Sent: Tuesday, March 6, 2018 7:44 PM > To: gre...@linuxfoundation.org > Cc: de...@driverdev.osuosl.org; linux-kernel@vger.kernel.org; Roy Pledge > <roy.ple...@nxp.com>; Laurentiu Tudor <laurent

RE: [PATCH 5/5] staging: fsl-mc/dpio: Remove dead code

2018-03-06 Thread Ruxandra Ioana Ciocoi Radulescu
> -Original Message- > From: Ruxandra Ioana Ciocoi Radulescu > Sent: Tuesday, March 6, 2018 7:44 PM > To: gre...@linuxfoundation.org > Cc: de...@driverdev.osuosl.org; linux-kernel@vger.kernel.org; Roy Pledge > ; Laurentiu Tudor > Subject: [PATCH 5/5] staging: fsl-mc/d

RE: [PATCH 4/4] staging: fsl-dpaa2/eth: allow the driver to compile multi-arch

2018-03-02 Thread Ruxandra Ioana Ciocoi Radulescu
-Original Message- From: Greg KH [mailto:gre...@linuxfoundation.org] Sent: Thursday, March 1, 2018 6:32 PM To: Ruxandra Ioana Ciocoi Radulescu <ruxandra.radule...@nxp.com> Cc: de...@driverdev.osuosl.org; Roy Pledge <roy.ple...@nxp.com>; Bogdan Purcareata <bogdan.pur

RE: [PATCH 4/4] staging: fsl-dpaa2/eth: allow the driver to compile multi-arch

2018-03-02 Thread Ruxandra Ioana Ciocoi Radulescu
-Original Message- From: Greg KH [mailto:gre...@linuxfoundation.org] Sent: Thursday, March 1, 2018 6:32 PM To: Ruxandra Ioana Ciocoi Radulescu Cc: de...@driverdev.osuosl.org; Roy Pledge ; Bogdan Purcareata ; linux-kernel@vger.kernel.org; Laurentiu Tudor Subject: Re: [PATCH 4/4

RE: [PATCH 8/8] staging: fsl-mc: Convert documentation to rst format

2018-01-16 Thread Ruxandra Ioana Ciocoi Radulescu
> -Original Message- > From: Greg KH [mailto:gre...@linuxfoundation.org] > Sent: Tuesday, January 16, 2018 5:14 PM > To: Bogdan Purcareata <bogdan.purcare...@nxp.com> > Cc: Laurentiu Tudor <laurentiu.tu...@nxp.com>; Ruxandra Ioana Ciocoi > Radulescu &l

RE: [PATCH 8/8] staging: fsl-mc: Convert documentation to rst format

2018-01-16 Thread Ruxandra Ioana Ciocoi Radulescu
> -Original Message- > From: Greg KH [mailto:gre...@linuxfoundation.org] > Sent: Tuesday, January 16, 2018 5:14 PM > To: Bogdan Purcareata > Cc: Laurentiu Tudor ; Ruxandra Ioana Ciocoi > Radulescu ; de...@driverdev.osuosl.org; > r...@kernel.org; stuyo...@gma