Re: [PATCH 4/7] xen/arm: add support for R-Car Gen4 PCI host controller

2025-03-07 Thread Mykyta Poturai
On 06.03.25 21:15, Stewart Hildebrand wrote: > On 2/24/25 04:18, Mykyta Poturai wrote: >> From: Oleksandr Andrushchenko >> >> Add support for Renesas R-Car Gen4 PCI host controller. >> S4 and V4H SoCs are supported. >> Implement config read/write operations for both root and child buses. >> For ac

Re: [PATCH 4/7] xen/arm: add support for R-Car Gen4 PCI host controller

2025-03-06 Thread Stewart Hildebrand
On 2/24/25 04:18, Mykyta Poturai wrote: > From: Oleksandr Andrushchenko > > Add support for Renesas R-Car Gen4 PCI host controller. > S4 and V4H SoCs are supported. > Implement config read/write operations for both root and child buses. > For accessing the child bus, iATU is used for address tran

[PATCH 4/7] xen/arm: add support for R-Car Gen4 PCI host controller

2025-02-24 Thread Mykyta Poturai
From: Oleksandr Andrushchenko Add support for Renesas R-Car Gen4 PCI host controller. S4 and V4H SoCs are supported. Implement config read/write operations for both root and child buses. For accessing the child bus, iATU is used for address translation. Signed-off-by: Oleksandr Andrushchenko Si