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

2021-01-26 Thread Krzysztof Kozlowski
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 > --- > This patch rebase on the clean v5.11-rc1. > and this one: memory: mtk-smi: Use

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

2021-01-25 Thread Yong Wu
This patch mainly support SMI modular. Switch MTK_SMI to tristate, and add module_exit/module_license. Signed-off-by: Yong Wu --- This patch rebase on the clean v5.11-rc1. and this one: memory: mtk-smi: Use platform_register_drivers