
24 Feb
2016
24 Feb
'16
5:54 p.m.
On 02/17/2016 09:11 PM, Gong Qianyu wrote:
Not only powerpc/mpc85xx but also Freescale Layerscape platforms will use fdt_fixup_fman_firmware() to insert Fman ucode blob into the device tree. So move the function to Fman driver code.
Signed-off-by: Gong Qianyu Qianyu.Gong@nxp.com
V5:
- Move the function changes to a separate patch.
V4:
- No change.
V3:
- Remove file changes about "qe.h". (Should be put in the first patch of this patchset)
V2:
- New patch.
arch/powerpc/cpu/mpc85xx/fdt.c | 125 ++-------------------------------------- drivers/net/fm/Makefile | 1 + drivers/net/fm/fdt.c | 128 +++++++++++++++++++++++++++++++++++++++++ include/fsl_fman.h | 1 + 4 files changed, 135 insertions(+), 120 deletions(-)
Applied to fsl-qoriq master. Awaiting upstream.
York