[PATCH v3 0/3] i.MX 8M Plus EVK Fixes

Bernhard Beschow posted 3 patches 2 weeks ago
include/hw/arm/fsl-imx8mp.h | 4 ++--
hw/arm/fsl-imx8mp.c         | 2 +-
hw/arm/imx8mp-evk.c         | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
[PATCH v3 0/3] i.MX 8M Plus EVK Fixes
Posted by Bernhard Beschow 2 weeks ago
As discussed in [1], this series modifies the SoC class be derived from
TYPE_SYS_BUS_DEVICE to fix the reset mechanism and to prevent it from being
user-creatable. It also removes an unused define.

v3:
* Fix reference counting in separate commit (Peter)

v2:
* Do not set user_creatable = false; (Zoltan, Peter)

[1] https://lore.kernel.org/qemu-devel/1cdb6643-8fcc-4bd8-93fc-fcc93589c9a3@redhat.com/

Bernhard Beschow (3):
  hw/arm/imx8mp-evk: Fix reference count of SoC object
  hw/arm/fsl-imx8mp: Derive struct FslImx8mpState from
    TYPE_SYS_BUS_DEVICE
  hw/arm/fsl-imx8mp: Remove unused define

 include/hw/arm/fsl-imx8mp.h | 4 ++--
 hw/arm/fsl-imx8mp.c         | 2 +-
 hw/arm/imx8mp-evk.c         | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

-- 
2.49.0

Re: [PATCH v3 0/3] i.MX 8M Plus EVK Fixes
Posted by Philippe Mathieu-Daudé 5 days, 20 hours ago
> Bernhard Beschow (3):
>    hw/arm/imx8mp-evk: Fix reference count of SoC object
>    hw/arm/fsl-imx8mp: Derive struct FslImx8mpState from
>      TYPE_SYS_BUS_DEVICE
>    hw/arm/fsl-imx8mp: Remove unused define

Series queued to hw-misc, thanks!
Re: [PATCH v3 0/3] i.MX 8M Plus EVK Fixes
Posted by Bernhard Beschow 3 days, 3 hours ago

Am 27. März 2025 16:19:32 UTC schrieb "Philippe Mathieu-Daudé" <philmd@linaro.org>:
>
>> Bernhard Beschow (3):
>>    hw/arm/imx8mp-evk: Fix reference count of SoC object
>>    hw/arm/fsl-imx8mp: Derive struct FslImx8mpState from
>>      TYPE_SYS_BUS_DEVICE
>>    hw/arm/fsl-imx8mp: Remove unused define
>
>Series queued to hw-misc, thanks!

Thanks, Phil!