Re: [PATCH] mailbox: qcom: Support building QCOM IPCC driver as module

2020-10-23 Thread hyiwei
On 2020-10-21 13:59, Manivannan Sadhasivam wrote: Hi, Please CC the driver maintainer(s) for relevant patches. For this driver, I've been listed as the maintainer in the MAINTAINERS file. On Wed, Oct 21, 2020 at 10:15:52AM +0800, Huang Yiwei wrote: Change CONFIG_QCOM_IPCC to tristate and add

Re: [PATCH] mailbox: qcom: Support building QCOM IPCC driver as module

2020-10-20 Thread Manivannan Sadhasivam
Hi, Please CC the driver maintainer(s) for relevant patches. For this driver, I've been listed as the maintainer in the MAINTAINERS file. On Wed, Oct 21, 2020 at 10:15:52AM +0800, Huang Yiwei wrote: > Change CONFIG_QCOM_IPCC to tristate and add exit function to > support module build for QCOM IPC

[PATCH] mailbox: qcom: Support building QCOM IPCC driver as module

2020-10-20 Thread Huang Yiwei
Change CONFIG_QCOM_IPCC to tristate and add exit function to support module build for QCOM IPCC driver. Signed-off-by: Huang Yiwei --- drivers/mailbox/Kconfig | 2 +- drivers/mailbox/qcom-ipcc.c | 6 ++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/drivers/mailbox/Kconfig