Message ID | 1592979844-18833-1-git-send-email-Anson.Huang@nxp.com (mailing list archive) |
---|---|
Headers | show |
Series | Support i.MX8 SoCs pinctrl drivers built as module | expand |
> From: Anson Huang <Anson.Huang@nxp.com> > Sent: Wednesday, June 24, 2020 2:24 PM > > There are more and mroe requirements that SoC specific modules should be > built as module in order to support generic kernel image, such as Android GKI > concept. > > This patch series supports i.MX8 SoCs pinctrl drivers to be built as module, > including i.MX8MQ/MM/MN/MP/QXP/QM/DXL SoCs, i.MX common pinctrl > driver and i.MX SCU common pinctrl driver as still built-in. > > Compared to V5, the changes are as below: > - Keep i.MX common pinctrl libary built in, ONLY i.MX SoC pinctrl > driver > support built as module. > > Anson Huang (9): > pinctrl: imx: Support i.MX8 SoCs pinctrl driver built as module > pinctrl: imx: scu: Support i.MX8 SCU SoCs pinctrl driver built as > module > pinctrl: imx8mm: Support building as module > pinctrl: imx8mn: Support building as module > pinctrl: imx8mq: Support building as module > pinctrl: imx8mp: Support building as module > pinctrl: imx8qxp: Support building as module > pinctrl: imx8qm: Support building as module > pinctrl: imx8dxl: Support building as module For this patch series: Reviewed-by: Dong Aisheng <aisheng.dong@nxp.com> Regards Aisheng
On Wed, Jun 24, 2020 at 8:35 AM Anson Huang <Anson.Huang@nxp.com> wrote: > There are more and mroe requirements that SoC specific modules should be built > as module in order to support generic kernel image, such as Android GKI concept. > > This patch series supports i.MX8 SoCs pinctrl drivers to be built as module, > including i.MX8MQ/MM/MN/MP/QXP/QM/DXL SoCs, i.MX common pinctrl driver and i.MX > SCU common pinctrl driver as still built-in. > > Compared to V5, the changes are as below: > - Keep i.MX common pinctrl libary built in, ONLY i.MX SoC pinctrl driver > support built as module. > > Anson Huang (9): > pinctrl: imx: Support i.MX8 SoCs pinctrl driver built as module > pinctrl: imx: scu: Support i.MX8 SCU SoCs pinctrl driver built as > module > pinctrl: imx8mm: Support building as module > pinctrl: imx8mn: Support building as module > pinctrl: imx8mq: Support building as module > pinctrl: imx8mp: Support building as module > pinctrl: imx8qxp: Support building as module > pinctrl: imx8qm: Support building as module > pinctrl: imx8dxl: Support building as module Patches applied to the pinctrl devel branch for v5.9. Yours, Linus Walleij