All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bin Meng <bmeng.cn@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/4] pci: Support parsing PCI controller DT subnodes
Date: Thu, 11 Oct 2018 11:21:18 +0800	[thread overview]
Message-ID: <CAEUhbmWKYaQgAs9v1nOKWSVUS=oRfWLReNFpyDN+NUsRKnpuYQ@mail.gmail.com> (raw)
In-Reply-To: <20181010192709.19302-1-marek.vasut+renesas@gmail.com>

On Thu, Oct 11, 2018 at 3:27 AM Marek Vasut <marek.vasut@gmail.com> wrote:
>
> The PCI controller can have DT subnodes describing extra properties
> of particular PCI devices, ie. a PHY attached to an EHCI controller
> on a PCI bus. This patch parses those DT subnodes and assigns a node
> to the PCI device instance, so that the driver can extract details
> from that node and ie. configure the PHY using the PHY subsystem.
>
> Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
> Cc: Simon Glass <sjg@chromium.org>
> Cc: Tom Rini <trini@konsulko.com>
> ---
> V2: Use ofnode_read_pci_addr() instead of ofnode_get_addr_size()
> ---
>  drivers/pci/pci-uclass.c | 32 +++++++++++++++++++++++++++++---
>  1 file changed, 29 insertions(+), 3 deletions(-)
>

Reviewed-by: Bin Meng <bmeng.cn@gmail.com>

  parent reply	other threads:[~2018-10-11  3:21 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-10 19:27 [U-Boot] [PATCH 1/4] pci: Support parsing PCI controller DT subnodes Marek Vasut
2018-10-10 19:27 ` [U-Boot] [PATCH 2/4] pci: Update documentation to make 'compatible' string optional Marek Vasut
2018-10-11  3:21   ` Bin Meng
2018-10-22  1:30   ` [U-Boot] [U-Boot, " Tom Rini
2018-10-10 19:27 ` [U-Boot] [PATCH 3/4] test: Add PCI device entry without compat string and with DT node Marek Vasut
2018-10-11  3:22   ` Bin Meng
2018-10-22  1:31   ` [U-Boot] [U-Boot, " Tom Rini
2018-10-10 19:27 ` [U-Boot] [PATCH 4/4] test: Add test for PCI device " Marek Vasut
2018-10-11  3:22   ` Bin Meng
2018-10-22  1:31   ` [U-Boot] [U-Boot, " Tom Rini
2018-10-11  3:21 ` Bin Meng [this message]
2018-10-22  1:30 ` [U-Boot] [U-Boot, 1/4] pci: Support parsing PCI controller DT subnodes Tom Rini

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='CAEUhbmWKYaQgAs9v1nOKWSVUS=oRfWLReNFpyDN+NUsRKnpuYQ@mail.gmail.com' \
    --to=bmeng.cn@gmail.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.