[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250707234628.164151-1-laurentiumihalcea111@gmail.com>
Date: Mon, 7 Jul 2025 19:46:26 -0400
From: Laurentiu Mihalcea <laurentiumihalcea111@...il.com>
To: Shawn Guo <shawnguo@...nel.org>,
Catalin Marinas <catalin.marinas@....com>,
Will Deacon <will@...nel.org>,
Sascha Hauer <s.hauer@...gutronix.de>,
Alexander Stein <alexander.stein@...tq-group.com>,
Mark Brown <broonie@...nel.org>,
Fabio Estevam <festevam@...il.com>
Cc: Pengutronix Kernel Team <kernel@...gutronix.de>,
linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org,
imx@...ts.linux.dev
Subject: [PATCH 0/2] bus: imx-aipstz: fix probe-related issues
From: Laurentiu Mihalcea <laurentiu.mihalcea@....com>
Since the introduction of the i.MX AIPSTZ bridge driver via commit
796cba2dd4d9 ("bus: add driver for IMX AIPSTZ bridge"), a couple of
problems have been reported by Mark Brown and Alexander Stein. Namely:
1) The driver doesn't get compiled when using the ARM64
defconfig [1].
2) The children of the SPBA bus do not get probed [2].
These issues are addressed here by:
1) Enabling the driver config option in the ARM64 defconfig.
2) Replacing devm_of_platform_populate() with
of_platform_populate() and passing a reference to the bus OF
match table to it.
[1]: https://lore.kernel.org/lkml/ac1daf6b-ee06-4076-b86f-b436ca0acd6d@sirena.org.uk/
[2]: https://lore.kernel.org/lkml/5029548.31r3eYUQgx@steina-w/#t
Laurentiu Mihalcea (2):
bus: imx-aipstz: allow creating pdevs for child buses
arm64: defconfig: enable i.MX AIPSTZ driver
arch/arm64/configs/defconfig | 1 +
drivers/bus/imx-aipstz.c | 14 +++++++++++++-
2 files changed, 14 insertions(+), 1 deletion(-)
--
2.34.1
Powered by blists - more mailing lists