All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] A minor DS414 update
@ 2021-01-03 22:06 Phil Sutter
  2021-01-03 22:06 ` [PATCH 1/3] arm: mvebu: ds414: Config header mini-review Phil Sutter
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Phil Sutter @ 2021-01-03 22:06 UTC (permalink / raw)
  To: u-boot

In another attempt at making the two rear USB ports usable I spent a few
free days to play around with PCI and XHCI. The USB controller is
detected and "seems" to work, but only as long as no device is plugged
in. If so, slot enable (TRB_ENABLE_SLOT) command times out and I can't
find out why.

This series collects the brighter bits: Apart from a rather unrelated
review of include/configs/ds414.h in patch one, patches two and three at
least fix for the error messages emitted by 'pci enum' trying to PNP
devices.

Phil Sutter (3):
  arm: mvebu: ds414: Config header mini-review
  pci: Make auto-config code a little more robust
  pci: pci_mvebu: Define an IO region as well

 drivers/pci/pci_auto.c  |  9 +++++----
 drivers/pci/pci_mvebu.c | 28 +++++++++++++++++++++++++++-
 include/configs/ds414.h | 21 +++------------------
 3 files changed, 35 insertions(+), 23 deletions(-)

-- 
2.30.0

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-01-07 12:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-03 22:06 [PATCH 0/3] A minor DS414 update Phil Sutter
2021-01-03 22:06 ` [PATCH 1/3] arm: mvebu: ds414: Config header mini-review Phil Sutter
2021-01-05 15:55   ` Stefan Roese
2021-01-03 22:06 ` [PATCH 2/3] pci: Make auto-config code a little more robust Phil Sutter
2021-01-05 15:57   ` Stefan Roese
2021-01-07 12:36   ` Simon Glass
2021-01-03 22:06 ` [PATCH 3/3] pci: pci_mvebu: Define an IO region as well Phil Sutter
2021-01-05 15:59   ` Stefan Roese

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.