mbox series

[0/2] Move Fuloong2e PCI IRQ mapping to board code

Message ID 20230105154440.259361-1-shentey@gmail.com (mailing list archive)
Headers show
Series Move Fuloong2e PCI IRQ mapping to board code | expand

Message

Bernhard Beschow Jan. 5, 2023, 3:44 p.m. UTC
This is a follow-up on [1] '[PATCH 0/8] hw/pci-host/bonito: Housekeeping' which
resolves a coupling of the Bonito north bridge with the Fuloong2e machine.
Since [2] '[PATCH v2 0/3] Decouple INTx-to-LNKx routing from south bridges' is
already in the mips-next queue this cleanup can now be done.

[1] https://patchew.org/QEMU/20230105130710.49264-1-philmd@linaro.org/
[2] https://patchew.org/QEMU/20221120150550.63059-1-shentey@gmail.com/

Based-on: <20221120150550.63059-1-shentey@gmail.com>
          "[PATCH v2 0/3] Decouple INTx-to-LNKx routing from south bridges"
Based-on: <20230105130710.49264-1-philmd@linaro.org>
          "[PATCH 0/8] hw/pci-host/bonito: Housekeeping"

Bernhard Beschow (2):
  hw/pci-host/bonito: Inline pci_register_root_bus()
  hw/pci-host/bonito: Map PCI IRQs in board code

 include/hw/pci-host/bonito.h |  2 ++
 hw/mips/fuloong2e.c          | 22 ++++++++++++++++++++++
 hw/pci-host/bonito.c         | 31 ++++---------------------------
 3 files changed, 28 insertions(+), 27 deletions(-)

Comments

Philippe Mathieu-Daudé Jan. 5, 2023, 4:32 p.m. UTC | #1
On 5/1/23 16:44, Bernhard Beschow wrote:

> Bernhard Beschow (2):
>    hw/pci-host/bonito: Inline pci_register_root_bus()
>    hw/pci-host/bonito: Map PCI IRQs in board code
> 
>   include/hw/pci-host/bonito.h |  2 ++
>   hw/mips/fuloong2e.c          | 22 ++++++++++++++++++++++
>   hw/pci-host/bonito.c         | 31 ++++---------------------------
>   3 files changed, 28 insertions(+), 27 deletions(-)
> 

Series:
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Bernhard Beschow Oct. 15, 2023, 1:02 p.m. UTC | #2
Am 5. Januar 2023 16:32:16 UTC schrieb "Philippe Mathieu-Daudé" <philmd@linaro.org>:
>On 5/1/23 16:44, Bernhard Beschow wrote:
>
>> Bernhard Beschow (2):
>>    hw/pci-host/bonito: Inline pci_register_root_bus()
>>    hw/pci-host/bonito: Map PCI IRQs in board code
>> 
>>   include/hw/pci-host/bonito.h |  2 ++
>>   hw/mips/fuloong2e.c          | 22 ++++++++++++++++++++++
>>   hw/pci-host/bonito.c         | 31 ++++---------------------------
>>   3 files changed, 28 insertions(+), 27 deletions(-)
>> 
>
>Series:
>Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>

Ping
Philippe Mathieu-Daudé Oct. 16, 2023, 9:05 a.m. UTC | #3
On 5/1/23 16:44, Bernhard Beschow wrote:

> Bernhard Beschow (2):
>    hw/pci-host/bonito: Inline pci_register_root_bus()
>    hw/pci-host/bonito: Map PCI IRQs in board code

Thanks, queued to mips-next.