Re: [PATCH 3/3 v3] drivers/bus: Device driver for FSL-MC DPRC devices

2014-11-13 Thread German Rivera
On 11/06/2014 07:51 AM, Alexander Graf wrote: On 04.10.14 15:23, J. German Rivera wrote: From: "J. German Rivera" A DPRC (Data Path Resource Container) is an isolation device that contains a set of DPAA networking devices to be assigned to an isolation domain (e.g., a virtual machine). Si

Re: [PATCH 3/3 v3] drivers/bus: Device driver for FSL-MC DPRC devices

2014-11-09 Thread Timur Tabi
On Mon, Oct 6, 2014 at 9:48 AM, German Rivera wrote: >> >> I didn't notice this earlier, but I it was Freescale policy to use >> EXPORT_SYMBOL() instead of EXPORT_SYMBOL_GPL(). Has that changed? >> > Please see change history in the cover letter for this patch series. So I looked at the change h

Re: [PATCH 3/3 v3] drivers/bus: Device driver for FSL-MC DPRC devices

2014-11-06 Thread Alexander Graf
On 04.10.14 15:23, J. German Rivera wrote: > From: "J. German Rivera" > > A DPRC (Data Path Resource Container) is an isolation device > that contains a set of DPAA networking devices to be > assigned to an isolation domain (e.g., a virtual machine). > > Signed-off-by: J. German Rivera > Sign

Re: [PATCH 3/3 v3] drivers/bus: Device driver for FSL-MC DPRC devices

2014-10-06 Thread German Rivera
On 10/05/2014 09:53 AM, Timur Tabi wrote: On Sat, Oct 4, 2014 at 8:23 AM, J. German Rivera wrote: +EXPORT_SYMBOL_GPL(dprc_scan_objects); I didn't notice this earlier, but I it was Freescale policy to use EXPORT_SYMBOL() instead of EXPORT_SYMBOL_GPL(). Has that changed? Please see change h

Re: [PATCH 3/3 v3] drivers/bus: Device driver for FSL-MC DPRC devices

2014-10-05 Thread Timur Tabi
On Sat, Oct 4, 2014 at 8:23 AM, J. German Rivera wrote: > +EXPORT_SYMBOL_GPL(dprc_scan_objects); I didn't notice this earlier, but I it was Freescale policy to use EXPORT_SYMBOL() instead of EXPORT_SYMBOL_GPL(). Has that changed? -- Sent by an employee of the Qualcomm Innovation Center, Inc. T

[PATCH 3/3 v3] drivers/bus: Device driver for FSL-MC DPRC devices

2014-10-04 Thread J. German Rivera
From: "J. German Rivera" A DPRC (Data Path Resource Container) is an isolation device that contains a set of DPAA networking devices to be assigned to an isolation domain (e.g., a virtual machine). Signed-off-by: J. German Rivera Signed-off-by: Stuart Yoder --- Changes in v3: - Addressed comme