Re: [PATCH 03/11] soc/fsl: Introduce the DPAA BMan portal driver

2015-07-10 Thread Paul Bolle
Hi Roy, On vr, 2015-07-10 at 15:19 +, Roy Pledge wrote: > Thanks you for your valuable feedback so far. You're welcome. Please note that I just scan for, well, common build issues. Ie, stuff that requires no domain specific knowledge. > Let me try to address a general issue you mention below

RE: [PATCH 03/11] soc/fsl: Introduce the DPAA BMan portal driver

2015-07-10 Thread Roy Pledge
From: Paul Bolle [mailto:pebo...@tiscali.nl] > Sent: Friday, July 10, 2015 9:33 AM > To: Pledge Roy-R01356 > Cc: linuxppc-...@lists.ozlabs.org; Wood Scott-B07421; > net...@vger.kernel.org; linux-kernel@vger.kernel.org > Subject: Re: [PATCH 03/11] soc/fsl: Introduce the DPAA BMan portal driver

Re: [PATCH 03/11] soc/fsl: Introduce the DPAA BMan portal driver

2015-07-10 Thread Paul Bolle
On do, 2015-07-09 at 16:21 -0400, Roy Pledge wrote: > --- a/drivers/soc/fsl/qbman/Kconfig > +++ b/drivers/soc/fsl/qbman/Kconfig > +config FSL_DPA_PIRQ_FAST > + bool > + default y First used in 04/11. > +config FSL_DPA_PIRQ_SLOW > + bool > + default y > + > +config FSL_DPA_PORTAL_

[PATCH 03/11] soc/fsl: Introduce the DPAA BMan portal driver

2015-07-09 Thread Roy Pledge
From: Geoff Thorpe Add support for Freescale DPAA 1.0 Buffer Manager portals. These portals allow software drivers for accelerators connected to the datapath to manage the hardware buffer pools. Signed-off-by: Geoff Thorpe Signed-off-by: Emil Medve Signed-off-by: Roy Pledge --- drivers/soc/f