From: Scott Wood <oss@buserror.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] [Patch V2 2/3] fm: fdt: Move fman ucode fixup to Fman driver code
Date: Fri, 22 Jan 2016 14:02:28 -0600 [thread overview]
Message-ID: <1453492948.19133.87.camel@buserror.net> (raw)
In-Reply-To: <1453464475-21801-2-git-send-email-Qianyu.Gong@nxp.com>
On Fri, 2016-01-22 at 20:07 +0800, Gong Qianyu wrote:
> Both Freescale Layerscape and powerpc/mpc85xx platforms are using
> fdt_fixup_fman_firmware() to insert Fman ucode blob into the device
> tree. So move it to driver code.
>
> Signed-off-by: Gong Qianyu <Qianyu.Gong@nxp.com>
> ---
> V2:
> - New patch.
>
> arch/powerpc/cpu/mpc85xx/cpu_init.c | 2 +-
> arch/powerpc/cpu/mpc85xx/fdt.c | 125 ++---------------------------
> --
> board/freescale/common/arm_sleep.c | 2 +-
> board/freescale/common/mpc85xx_sleep.c | 2 +-
> board/freescale/ls1021aqds/ls1021aqds.c | 2 +-
> board/freescale/ls1021atwr/ls1021atwr.c | 2 +-
> drivers/net/fm/Makefile | 1 +
> drivers/net/fm/fdt.c | 129
> ++++++++++++++++++++++++++++++++
> include/fsl_fman.h | 1 +
> 9 files changed, 141 insertions(+), 125 deletions(-)
Use -M -C with git format-patch so we can see what (if anything) changed
during the move.
-Scott
next prev parent reply other threads:[~2016-01-22 20:02 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-22 12:07 [U-Boot] [Patch V2 1/3] qe: move drivers/qe/qe.h to include/fsl_qe.h Gong Qianyu
2016-01-22 12:07 ` [U-Boot] [Patch V2 2/3] fm: fdt: Move fman ucode fixup to Fman driver code Gong Qianyu
2016-01-22 20:02 ` Scott Wood [this message]
2016-01-22 12:07 ` [U-Boot] [Patch V2 3/3] armv8/fsl-layerscape: fdt: add fixup for fman Gong Qianyu
2016-01-22 20:05 ` Scott Wood
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1453492948.19133.87.camel@buserror.net \
--to=oss@buserror.net \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.