[PATCH 0/3] i.MX fixes

Bernhard Beschow posted 3 patches 6 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250501183445.2389-1-shentey@gmail.com
Maintainers: Peter Maydell <peter.maydell@linaro.org>, Andrey Smirnov <andrew.smirnov@gmail.com>
hw/gpio/imx_gpio.c       | 2 +-
hw/pci-host/designware.c | 5 ++---
2 files changed, 3 insertions(+), 4 deletions(-)
[PATCH 0/3] i.MX fixes
Posted by Bernhard Beschow 6 months, 2 weeks ago
This series contains two bug fixes related to i.MX SoCs, plus one cosmetic
change. The first fix adresses a bug in the Designware PCIe bridge that just
got introduced in the 10.1 development cycle, the other one fixes a bug in the
i.MX GPIO controller which existed since its introduction.

Bernhard Beschow (3):
  hw/pci-host/designware: Remove unused include
  hw/pci-host/designware: Fix viewport configuration
  hw/gpio/imx_gpio: Fix interpretation of GDIR polarity

 hw/gpio/imx_gpio.c       | 2 +-
 hw/pci-host/designware.c | 5 ++---
 2 files changed, 3 insertions(+), 4 deletions(-)

-- 
2.49.0

Re: [PATCH 0/3] i.MX fixes
Posted by Peter Maydell 6 months, 1 week ago
On Thu, 1 May 2025 at 19:34, Bernhard Beschow <shentey@gmail.com> wrote:
>
> This series contains two bug fixes related to i.MX SoCs, plus one cosmetic
> change. The first fix adresses a bug in the Designware PCIe bridge that just
> got introduced in the 10.1 development cycle, the other one fixes a bug in the
> i.MX GPIO controller which existed since its introduction.
>
> Bernhard Beschow (3):
>   hw/pci-host/designware: Remove unused include
>   hw/pci-host/designware: Fix viewport configuration
>   hw/gpio/imx_gpio: Fix interpretation of GDIR polarity



Applied to target-arm.next, thanks.

-- PMM