From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Mon, 25 Jan 2016 11:17:03 -0600 Subject: [U-Boot] [Patch V3 2/3] fm: fdt: Move fman ucode fixup to Fman driver code In-Reply-To: <1453721834-7772-2-git-send-email-Qianyu.Gong@nxp.com> References: <1453721834-7772-1-git-send-email-Qianyu.Gong@nxp.com> <1453721834-7772-2-git-send-email-Qianyu.Gong@nxp.com> Message-ID: <1453742223.27129.10.camel@buserror.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, 2016-01-25 at 19:37 +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 the function to driver code. > > Signed-off-by: Gong Qianyu > --- > 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 | 129 > +++++++++++++++++++++++++++++++++++++++++ > include/fsl_fman.h | 1 + > 4 files changed, 136 insertions(+), 120 deletions(-) Again, pass -M -C to git format-patch. -Scott