]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Refactor imx drivers and introduce support for
authorMark Brown <broonie@kernel.org>
Mon, 10 Feb 2025 13:06:19 +0000 (13:06 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 10 Feb 2025 13:06:19 +0000 (13:06 +0000)
commit3c331bdeececb629669961a80c0f929301c088d2
tree15f2886b58b6c42ca046f0f941477f0e27fb00db
parent005859a2cf7aa349fbbfe433ab1769b15c535b72
parent6cf5df1040ba0694aea6a5edc6f31811a442ea36
Refactor imx drivers and introduce support for

Merge series from Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>:

A rather aggressive but arguably much needed refactorization of the SOF
imx drivers. The refactorization is meant to address the code duplication
in the imx drivers and decrease the coding effort required for introducing
a new imx platform.

After refactorization and imx95 introduction, only two drivers remain:
imx8 (meant for the imx8 series: imx8 (imx8qm), imx8x (imx8qxp), imx8m,
and imx8ulp) and imx9 (meant for the imx9 series: imx95 (for now)).

The series also includes the introduction of the imx95 driver.