[PATCH v3 0/7] soc: imx8m: Support building imx8m soc driver as module

Jindong Yue posted 7 patches 2 years, 6 months ago
drivers/soc/imx/Kconfig           | 2 +-
drivers/soc/imx/imx8m-blk-ctrl.c  | 3 ++-
drivers/soc/imx/imx8mp-blk-ctrl.c | 5 +++--
drivers/soc/imx/soc-imx8m.c       | 1 +
4 files changed, 7 insertions(+), 4 deletions(-)
[PATCH v3 0/7] soc: imx8m: Support building imx8m soc driver as module
Posted by Jindong Yue 2 years, 6 months ago
This series adds support for building imx8m soc driver as module.

----
v3: Update commit message to include link error of
  undefined genpd_dev_pm_attach_by_name symbol
v2: Use dev_pm_domain_attach_by_name() for imx8m*-blk-ctrl.
----


Jindong Yue (7):
  soc: imx: imx8mp-blk-ctrl: Use dev_pm_domain_attach_by_name
  soc: imx: imx8mp-blk-ctrl: Fix typo of imx8m_blk_ctrl_of_match
  soc: imx: imx8mp-blk-ctrl: Add MODULE_LICENSE
  soc: imx: imx8m-blk-ctrl: Use dev_pm_domain_attach_by_name
  soc: imx: imx8m-blk-ctrl: Add MODULE_LICENSE
  soc: imx8m: Add MODULE_LICENSE
  soc: imx8m: Support building imx8m soc driver as module

 drivers/soc/imx/Kconfig           | 2 +-
 drivers/soc/imx/imx8m-blk-ctrl.c  | 3 ++-
 drivers/soc/imx/imx8mp-blk-ctrl.c | 5 +++--
 drivers/soc/imx/soc-imx8m.c       | 1 +
 4 files changed, 7 insertions(+), 4 deletions(-)

-- 
2.36.0
Re: [PATCH v3 0/7] soc: imx8m: Support building imx8m soc driver as module
Posted by Shawn Guo 2 years, 5 months ago
On Wed, Mar 01, 2023 at 09:05:50PM +0800, Jindong Yue wrote:
> This series adds support for building imx8m soc driver as module.
> 
> ----
> v3: Update commit message to include link error of
>   undefined genpd_dev_pm_attach_by_name symbol
> v2: Use dev_pm_domain_attach_by_name() for imx8m*-blk-ctrl.
> ----
> 
> 
> Jindong Yue (7):
>   soc: imx: imx8mp-blk-ctrl: Use dev_pm_domain_attach_by_name
>   soc: imx: imx8mp-blk-ctrl: Fix typo of imx8m_blk_ctrl_of_match
>   soc: imx: imx8mp-blk-ctrl: Add MODULE_LICENSE
>   soc: imx: imx8m-blk-ctrl: Use dev_pm_domain_attach_by_name
>   soc: imx: imx8m-blk-ctrl: Add MODULE_LICENSE
>   soc: imx8m: Add MODULE_LICENSE
>   soc: imx8m: Support building imx8m soc driver as module

Applied all, thanks!
Re: [PATCH v3 0/7] soc: imx8m: Support building imx8m soc driver as module
Posted by Marco Felsch 2 years, 6 months ago
Hi,

On 23-03-01, Jindong Yue wrote:
> This series adds support for building imx8m soc driver as module.

...

>  drivers/soc/imx/Kconfig           | 2 +-
>  drivers/soc/imx/imx8m-blk-ctrl.c  | 3 ++-
>  drivers/soc/imx/imx8mp-blk-ctrl.c | 5 +++--
>  drivers/soc/imx/soc-imx8m.c       | 1 +
>  4 files changed, 7 insertions(+), 4 deletions(-)

the serie lgtm now, feel free to add my:

Reviewed-by: Marco Felsch <m.felsch@pengutronix.de>