All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Pali Rohár" <pali@kernel.org>
To: Stefan Roese <sr@denx.de>, Simon Glass <sjg@chromium.org>,
	Bin Meng <bmeng.cn@gmail.com>,
	David Feng <fenghua@phytium.com.cn>,
	Liviu Dudau <liviu.dudau@foss.arm.com>,
	Nicolas Saenz Julienne <nsaenz@kernel.org>,
	Matthias Brugger <mbrugger@suse.com>,
	Bharat Gooty <bharat.gooty@broadcom.com>
Cc: u-boot@lists.denx.de
Subject: [PATCH u-boot-next 0/4] pci: Use PCIE_ECAM_OFFSET() macro
Date: Wed, 24 Nov 2021 18:00:29 +0100	[thread overview]
Message-ID: <20211124170033.4137-1-pali@kernel.org> (raw)

This patch series replace usage of custom driver functions and macros by
PCIE_ECAM_OFFSET() macro provided by U-Boot pci.h header file.

Please properly review these patches as I do not have hardware with these
drivers for testing.

Support for PCIE_ECAM_OFFSET() macro is in U-Boot next branch.

Pali Rohár (4):
  vexpress64: Remove unused macro XR3PCI_ECAM_OFFSET
  pci: pcie-brcmstb: Use PCIE_ECAM_OFFSET() macro
  pci: pcie_iproc: Use PCIE_ECAM_OFFSET() macro
  pci: pci_octeontx: Use PCIE_ECAM_OFFSET() macro

 board/armltd/vexpress64/pcie.c |  4 ---
 drivers/pci/pci_octeontx.c     | 61 +++++++++++-----------------------
 drivers/pci/pcie_brcmstb.c     |  7 +---
 drivers/pci/pcie_iproc.c       | 17 ++--------
 4 files changed, 24 insertions(+), 65 deletions(-)

-- 
2.20.1


             reply	other threads:[~2021-11-24 17:00 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-24 17:00 Pali Rohár [this message]
2021-11-24 17:00 ` [PATCH u-boot-next 1/4] vexpress64: Remove unused macro XR3PCI_ECAM_OFFSET Pali Rohár
2022-01-13  1:50   ` Tom Rini
2021-11-24 17:00 ` [PATCH u-boot-next 2/4] pci: pcie-brcmstb: Use PCIE_ECAM_OFFSET() macro Pali Rohár
2021-11-30 12:09   ` nicolas saenz julienne
2022-01-13  1:50   ` Tom Rini
2021-11-24 17:00 ` [PATCH u-boot-next 3/4] pci: pcie_iproc: " Pali Rohár
2022-01-13  1:50   ` Tom Rini
2021-11-24 17:00 ` [PATCH u-boot-next 4/4] pci: pci_octeontx: " Pali Rohár
2021-12-16 14:02   ` Stefan Roese
2022-01-13  1:51   ` Tom Rini
2021-12-16 11:28 ` [PATCH u-boot-next 0/4] pci: " Pali Rohár

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=20211124170033.4137-1-pali@kernel.org \
    --to=pali@kernel.org \
    --cc=bharat.gooty@broadcom.com \
    --cc=bmeng.cn@gmail.com \
    --cc=fenghua@phytium.com.cn \
    --cc=liviu.dudau@foss.arm.com \
    --cc=mbrugger@suse.com \
    --cc=nsaenz@kernel.org \
    --cc=sjg@chromium.org \
    --cc=sr@denx.de \
    --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.