All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH u-boot-marvell 0/5] pci_mvebu changes
@ 2021-02-08 22:01 Marek Behún
  2021-02-08 22:01 ` [PATCH u-boot-marvell 1/5] pci: pci_mvebu: use dev_seq instead of static variable Marek Behún
                   ` (6 more replies)
  0 siblings, 7 replies; 13+ messages in thread
From: Marek Behún @ 2021-02-08 22:01 UTC (permalink / raw)
  To: u-boot

Hi Stefan,

this patchset continues to address the issue you tried to solve with
commit "pci: pci_mvebu: Disable config access to PCI host bridge ports".

Some code refactoring is done here so that the code looks more sane and
the underlying information is documenter.

The last patch changes the local device (which presents itself as a
"Memory controller" to device number 1, so that the pci command in
U-Boot lists the real PCIe card as device 0, as Linux does.

Marek

Marek Beh?n (5):
  pci: pci_mvebu: use dev_seq instead of static variable
  pci: pci_mvebu: cosmetic fix
  pci: pci_mvebu: debug rd/wr config as other drivers do
  pci: pci_mvebu: refactor validation of addresses for config access
  pci: pci_mvebu: set local dev to number 1

 drivers/pci/pci_mvebu.c | 76 ++++++++++++++++++++++-------------------
 1 file changed, 40 insertions(+), 36 deletions(-)

-- 
2.26.2

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

end of thread, other threads:[~2021-02-26 11:10 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-08 22:01 [PATCH u-boot-marvell 0/5] pci_mvebu changes Marek Behún
2021-02-08 22:01 ` [PATCH u-boot-marvell 1/5] pci: pci_mvebu: use dev_seq instead of static variable Marek Behún
2021-02-26  9:11   ` Stefan Roese
2021-02-08 22:01 ` [PATCH u-boot-marvell 2/5] pci: pci_mvebu: cosmetic fix Marek Behún
2021-02-26  9:12   ` Stefan Roese
2021-02-08 22:01 ` [PATCH u-boot-marvell 3/5] pci: pci_mvebu: debug rd/wr config as other drivers do Marek Behún
2021-02-26  9:12   ` Stefan Roese
2021-02-08 22:01 ` [PATCH u-boot-marvell 4/5] pci: pci_mvebu: refactor validation of addresses for config access Marek Behún
2021-02-26  9:12   ` Stefan Roese
2021-02-08 22:01 ` [PATCH u-boot-marvell 5/5] pci: pci_mvebu: set local dev to number 1 Marek Behún
2021-02-26  9:13   ` Stefan Roese
2021-02-19 17:15 ` [PATCH u-boot-marvell 0/5] pci_mvebu changes Marek Behún
2021-02-26 11:10 ` 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.