linux-openrisc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] OpenRISC support for virt platform with PCI
@ 2022-07-14  4:27 Stafford Horne
  2022-07-14  4:27 ` [PATCH v2 1/2] openrisc: Add pci bus support Stafford Horne
  2022-07-14  4:27 ` [PATCH v2 2/2] openrisc: Add virt defconfig Stafford Horne
  0 siblings, 2 replies; 6+ messages in thread
From: Stafford Horne @ 2022-07-14  4:27 UTC (permalink / raw)
  To: LKML; +Cc: Openrisc

Hello,

This is a set of kernel patches which I have been using to support the new QEMU
virt platform [1].  The virt platform supports PCI hence I have a patch here to
add PCI support to OpenRISC.

A defconfig is also included which turns on drivers supported devices include
virt network cards and the goldfish RTC.

[1] https://github.com/stffrdhrn/qemu/tree/or1k-virt-3

Changes since v1:

 - Remove PIO support as suggest by Arnd

Stafford Horne (2):
  openrisc: Add pci bus support
  openrisc: Add virt defconfig

 arch/openrisc/Kconfig                |   7 +-
 arch/openrisc/configs/virt_defconfig | 108 +++++++++++++++++++++++++++
 arch/openrisc/include/asm/Kbuild     |   1 +
 arch/openrisc/include/asm/io.h       |   2 +-
 arch/openrisc/include/asm/pci.h      |  36 +++++++++
 5 files changed, 150 insertions(+), 4 deletions(-)
 create mode 100644 arch/openrisc/configs/virt_defconfig
 create mode 100644 arch/openrisc/include/asm/pci.h

-- 
2.36.1


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

end of thread, other threads:[~2022-07-14 13:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-14  4:27 [PATCH v2 0/2] OpenRISC support for virt platform with PCI Stafford Horne
2022-07-14  4:27 ` [PATCH v2 1/2] openrisc: Add pci bus support Stafford Horne
2022-07-14  7:56   ` Arnd Bergmann
2022-07-14 12:41     ` Stafford Horne
2022-07-14 13:14       ` Arnd Bergmann
2022-07-14  4:27 ` [PATCH v2 2/2] openrisc: Add virt defconfig Stafford Horne

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).