Re: [PATCH v2] memory: mtk-smi: Support SMI modular

From: Krzysztof Kozlowski
Date: Tue Jan 26 2021 - 22:18:32 EST


On Tue, Jan 26, 2021 at 02:00:55PM +0800, Yong Wu wrote:
> This patch mainly support SMI modular. Switch MTK_SMI to tristate,
> and add module_exit/module_license.
>
> Signed-off-by: Yong Wu <yong.wu@xxxxxxxxxxxx>
> ---
> This patch rebase on the clean v5.11-rc1.
> and this one: memory: mtk-smi: Use platform_register_drivers
> https://lore.kernel.org/linux-arm-kernel/20210121062429.26504-2-yong.wu@xxxxxxxxxxxx/
>
> change note:
> a) squash the last two of v1 into one patch.
> b) Remove module_alias
> ---
> drivers/memory/Kconfig | 2 +-
> drivers/memory/mtk-smi.c | 9 +++++++++
> include/soc/mediatek/smi.h | 2 +-
> 3 files changed, 11 insertions(+), 2 deletions(-)

Thanks, applied with slightly adjusted commit msg and subject.

Best regards,
Krzysztof