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] drivers: pci: ignore disabled devices
Date: Mon, 2 Dec 2019 17:21:58 +0800	[thread overview]
Message-ID: <CAEUhbmX9XPPmDDTTixMeczvyNEEo9ikvH8G1ACV6rrq-2xxZfQ@mail.gmail.com> (raw)
In-Reply-To: <20191201164518.23656-1-michael@walle.cc>

On Mon, Dec 2, 2019 at 12:45 AM Michael Walle <michael@walle.cc> wrote:
>
> PCI devices may be disabled in the device tree. Devices which are probed
> by the device tree handle the "status" property and are skipped if
> disabled. Devices which are probed by the PCI enumeration don't check
> that property. Fix it.
>
> Signed-off-by: Michael Walle <michael@walle.cc>
> ---
>  drivers/pci/pci-uclass.c | 5 +++++
>  1 file changed, 5 insertions(+)
>

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

  parent reply	other threads:[~2019-12-02  9:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-01 16:45 [U-Boot] [PATCH] drivers: pci: ignore disabled devices Michael Walle
2019-12-02  9:12 ` Alexandru Marginean
2019-12-02  9:21 ` Bin Meng [this message]
2019-12-05 22:09 ` 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=CAEUhbmX9XPPmDDTTixMeczvyNEEo9ikvH8G1ACV6rrq-2xxZfQ@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.