[PATCH v2 09/18] hw/arm/fsl-imx8mp: Add GPIO controllers

2025-02-23 Thread Bernhard Beschow
Reviewed-by: Peter Maydell Signed-off-by: Bernhard Beschow --- docs/system/arm/imx8mp-evk.rst | 1 + include/hw/arm/fsl-imx8mp.h| 14 + hw/arm/fsl-imx8mp.c| 55 ++ 3 files changed, 70 insertions(+) diff --git a/docs/system/arm/imx8mp-evk.

Re: [PATCH v2 09/18] hw/arm/fsl-imx8mp: Add GPIO controllers

2025-02-06 Thread Peter Maydell
On Tue, 4 Feb 2025 at 09:21, Bernhard Beschow wrote: > > Signed-off-by: Bernhard Beschow Reviewed-by: Peter Maydell thanks -- PMM

[PATCH v2 09/18] hw/arm/fsl-imx8mp: Add GPIO controllers

2025-02-04 Thread Bernhard Beschow
Signed-off-by: Bernhard Beschow --- docs/system/arm/imx8mp-evk.rst | 1 + include/hw/arm/fsl-imx8mp.h| 14 + hw/arm/fsl-imx8mp.c| 55 ++ 3 files changed, 70 insertions(+) diff --git a/docs/system/arm/imx8mp-evk.rst b/docs/system/arm/imx8mp