[U-Boot] [PATCH 1/3] fsl-lsch3: rename ls2080a_stream_id.h to stream_id_lsch3.h
Bharat Bhushan
bharat.bhushan at nxp.com
Mon Jan 30 17:36:42 CET 2017
> -----Original Message-----
> From: york sun
> Sent: Monday, January 30, 2017 9:44 PM
> To: Bharat Bhushan <bharat.bhushan at nxp.com>; Z.Q. Hou
> <zhiqiang.hou at nxp.com>; M.H. Lian <minghuan.lian at nxp.com>; u-
> boot at lists.denx.de
> Cc: albert.u.boot at aribaud.net; sjg at chromium.org
> Subject: Re: [PATCH 1/3] fsl-lsch3: rename ls2080a_stream_id.h to
> stream_id_lsch3.h
>
> On 01/30/2017 02:45 AM, Bharat Bhushan wrote:
> > The stream ID allocation for Chasis3.0 devices, LS1088, LS2088 and
> > LS2080, can be shared.
> >
> > This patch renames this accordingly.
> >
> > Signed-off-by: Bharat Bhushan <Bharat.Bhushan at nxp.com>
> > ---
> > .../asm/arch-fsl-layerscape/ls2080a_stream_id.h | 77 ----------------------
> > .../asm/arch-fsl-layerscape/stream_id_lsch3.h | 77
> ++++++++++++++++++++++
> > include/configs/ls2080a_common.h | 2 +-
> > 3 files changed, 78 insertions(+), 78 deletions(-) delete mode
> > 100644 arch/arm/include/asm/arch-fsl-layerscape/ls2080a_stream_id.h
> > create mode 100644
> > arch/arm/include/asm/arch-fsl-layerscape/stream_id_lsch3.h
> >
>
> Bharat,
>
> When you create patches, please use tools/patman/patman. It automatically
> does many things for you. If you have to create it manually, make sure you
> use -M -C flag for "git format-patch". This patch should show changes as
>
> .../asm/arch-fsl-layerscape/{ls2080a_stream_id.h => stream_id_lsch3.h}
> | 0
> include/configs/ls2080a_common.h
> | 2 +-
> 2 files changed, 1 insertion(+), 1 deletion(-)
> rename arch/arm/include/asm/arch-fsl-layerscape/{ls2080a_stream_id.h
> => stream_id_lsch3.h} (100%)
>
> It would be lot easier to review.
Thanks York, , will ensure from next time.
Thanks
-Bharat
>
> York
More information about the U-Boot
mailing list