All of lore.kernel.org
 help / color / mirror / Atom feed
From: york sun <york.sun@nxp.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/3] fsl-lsch3: rename ls2080a_stream_id.h to stream_id_lsch3.h
Date: Mon, 30 Jan 2017 16:13:53 +0000	[thread overview]
Message-ID: <AM4PR0401MB173272DA22682D17D7009EFC9A4B0@AM4PR0401MB1732.eurprd04.prod.outlook.com> (raw)
In-Reply-To: 1485772992-22241-2-git-send-email-Bharat.Bhushan@nxp.com

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@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.

York

  reply	other threads:[~2017-01-30 16:13 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-30 10:43 [U-Boot] [PATCH 0/3] pcie-layerscape: Enable PCI-LUT initialization for NXP-Chasis-2 Bharat Bhushan
2017-01-30 10:43 ` [U-Boot] [PATCH 1/3] fsl-lsch3: rename ls2080a_stream_id.h to stream_id_lsch3.h Bharat Bhushan
2017-01-30 16:13   ` york sun [this message]
2017-01-30 16:36     ` Bharat Bhushan
2017-01-31 12:32   ` Mike Caraman
2017-01-30 10:43 ` [U-Boot] [PATCH 2/3] pcie-layerscape: Define stream-ids for Layerscape Chasis-2 Bharat Bhushan
2017-01-31 13:12   ` Mike Caraman
2017-01-30 10:43 ` [U-Boot] [PATCH 3/3] pcie-layerscape: Initialize pci-lut for NXP chasis-2 socs Bharat Bhushan

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=AM4PR0401MB173272DA22682D17D7009EFC9A4B0@AM4PR0401MB1732.eurprd04.prod.outlook.com \
    --to=york.sun@nxp.com \
    --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.