All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bharat Bhushan <Bharat.Bhushan@nxp.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/3] pcie-layerscape: Enable PCI-LUT initialization for NXP-Chasis-2
Date: Mon, 30 Jan 2017 16:13:09 +0530	[thread overview]
Message-ID: <1485772992-22241-1-git-send-email-Bharat.Bhushan@nxp.com> (raw)

First patch is rename the stream-id defination file to generic
so that this can be leveraged for new SOCs, ls2088, ls1088 etc.

Second add stream-ids allocation for NXP Chasis-2 based SOCs, ls1043, ls1046 etc.
and Third patch enables PCI-LUT initialization.

Bharat Bhushan (3):
  fsl-lsch3: rename ls2080a_stream_id.h to stream_id_lsch3.h
  pcie-layerscape: Define stream-ids for Layerscape Chasis-2
  pcie-layerscape: Initialize pci-lut for NXP chasis-2 socs

 .../asm/arch-fsl-layerscape/ls2080a_stream_id.h    | 77 ----------------------
 .../asm/arch-fsl-layerscape/stream_id_lsch2.h      | 60 +++++++++++++++++
 .../asm/arch-fsl-layerscape/stream_id_lsch3.h      | 77 ++++++++++++++++++++++
 drivers/pci/pcie_layerscape_fixup.c                |  4 --
 include/configs/ls1043a_common.h                   |  1 +
 include/configs/ls2080a_common.h                   |  2 +-
 6 files changed, 139 insertions(+), 82 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_lsch2.h
 create mode 100644 arch/arm/include/asm/arch-fsl-layerscape/stream_id_lsch3.h

-- 
1.9.3

             reply	other threads:[~2017-01-30 10:43 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-30 10:43 Bharat Bhushan [this message]
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
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=1485772992-22241-1-git-send-email-Bharat.Bhushan@nxp.com \
    --to=bharat.bhushan@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.