Re: [U-Boot] [PATCH 08/10][v4] driver: net: fsl-mc: Create DPAA2 object at run-time

2015-11-30 Thread York Sun
On 11/03/2015 10:55 PM, Prabhakar Kushwaha wrote: > Freescale's DPAA2 ethernet driver depends upon the static DPL for the > DPRC, DPNI, DPBP, DPIO objects. > > Instead of static objects, Create DPNI, DPBP, DPIO objects at run-time. > > Signed-off-by: Prabhakar Kushwaha

[U-Boot] [PATCH 08/10][v4] driver: net: fsl-mc: Create DPAA2 object at run-time

2015-11-03 Thread Prabhakar Kushwaha
Freescale's DPAA2 ethernet driver depends upon the static DPL for the DPRC, DPNI, DPBP, DPIO objects. Instead of static objects, Create DPNI, DPBP, DPIO objects at run-time. Signed-off-by: Prabhakar Kushwaha --- Changes for v2: Use Child container for object creation