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 <[email protected]> > --- > 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/[email protected]/ > > 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

