Re: [PATCH V3 1/9] pinctrl: imx: Support building SCU pinctrl driver as module

2020-06-09 Thread kernel test robot
Hi Anson, Thank you for the patch! Yet something to improve: [auto build test ERROR on pinctrl/devel] [cannot apply to v5.7] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system. BTW, we also suggest to use '--base' option to specify the base tree in

[PATCH V3 1/9] pinctrl: imx: Support building SCU pinctrl driver as module

2020-06-09 Thread Anson Huang
Export necessary functions and use "IS_ENABLED" instead of "ifdef" to support SCU pinctrl driver user and itself to be built as module. And when PINCTRL_IMX_SCU can be built as module, if PINCTRL_IMX is built in while PINCTRL_IMX_SCU is built as module, build will fail due to SCU pinctrl driver's