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

Bernhard Beschow posted 2 patches 1 year, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230105154440.259361-1-shentey@gmail.com
Maintainers: Huacai Chen <chenhuacai@kernel.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Jiaxun Yang <jiaxun.yang@flygoat.com>
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(-)
[PATCH 0/2] Move Fuloong2e PCI IRQ mapping to board code
Posted by Bernhard Beschow 1 year, 4 months ago
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(-)

-- 
2.39.0

Re: [PATCH 0/2] Move Fuloong2e PCI IRQ mapping to board code
Posted by Philippe Mathieu-Daudé 7 months ago
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.
Re: [PATCH 0/2] Move Fuloong2e PCI IRQ mapping to board code
Posted by Philippe Mathieu-Daudé 1 year, 4 months ago
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>


Re: [PATCH 0/2] Move Fuloong2e PCI IRQ mapping to board code
Posted by Bernhard Beschow 7 months ago

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