linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] bus: imx-aipstz: fix probe-related issues
@ 2025-07-07 23:46 Laurentiu Mihalcea
  2025-07-07 23:46 ` [PATCH 1/2] bus: imx-aipstz: allow creating pdevs for child buses Laurentiu Mihalcea
  2025-07-07 23:46 ` [PATCH 2/2] arm64: defconfig: enable i.MX AIPSTZ driver Laurentiu Mihalcea
  0 siblings, 2 replies; 9+ messages in thread
From: Laurentiu Mihalcea @ 2025-07-07 23:46 UTC (permalink / raw)
  To: Shawn Guo, Catalin Marinas, Will Deacon, Sascha Hauer,
	Alexander Stein, Mark Brown, Fabio Estevam
  Cc: Pengutronix Kernel Team, linux-arm-kernel, linux-kernel, imx

From: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2025-08-01 12:18 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-07 23:46 [PATCH 0/2] bus: imx-aipstz: fix probe-related issues Laurentiu Mihalcea
2025-07-07 23:46 ` [PATCH 1/2] bus: imx-aipstz: allow creating pdevs for child buses Laurentiu Mihalcea
2025-07-08  5:42   ` Alexander Stein
2025-07-11  8:32   ` Shawn Guo
2025-07-07 23:46 ` [PATCH 2/2] arm64: defconfig: enable i.MX AIPSTZ driver Laurentiu Mihalcea
2025-07-08  1:39   ` Fabio Estevam
2025-08-01 12:18     ` Laurentiu Mihalcea
2025-07-08  5:42   ` Alexander Stein
2025-08-01 12:11     ` Laurentiu Mihalcea

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).