Message ID | 1368407762-12084-1-git-send-email-shawn.guo@linaro.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Mon, May 13, 2013 at 3:16 AM, Shawn Guo <shawn.guo@linaro.org> wrote: > The pinctrl-imx6sl is in place. Enable the build of it. > > Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Applied for devel (v3.11) or is this to be considered a fix, i.e. is someone compiling mainline kernels for the IMX6SL already in v3.10? Yours, Linus Walleij
On Tue, May 14, 2013 at 02:54:50PM +0200, Linus Walleij wrote: > On Mon, May 13, 2013 at 3:16 AM, Shawn Guo <shawn.guo@linaro.org> wrote: > > > The pinctrl-imx6sl is in place. Enable the build of it. > > > > Signed-off-by: Shawn Guo <shawn.guo@linaro.org> > > Applied for devel (v3.11) or is this to be considered a fix, > i.e. is someone compiling mainline kernels for the > IMX6SL already in v3.10? IMX6SL platform support is targeting v3.11, so it's fine to take the patch as a v3.11 material. Shawn
diff --git a/drivers/pinctrl/Makefile b/drivers/pinctrl/Makefile index 9bdaeb8..34c4ae6 100644 --- a/drivers/pinctrl/Makefile +++ b/drivers/pinctrl/Makefile @@ -22,6 +22,7 @@ obj-$(CONFIG_PINCTRL_IMX51) += pinctrl-imx51.o obj-$(CONFIG_PINCTRL_IMX53) += pinctrl-imx53.o obj-$(CONFIG_PINCTRL_IMX6Q) += pinctrl-imx6q.o obj-$(CONFIG_PINCTRL_IMX6Q) += pinctrl-imx6dl.o +obj-$(CONFIG_PINCTRL_IMX6SL) += pinctrl-imx6sl.o obj-$(CONFIG_PINCTRL_FALCON) += pinctrl-falcon.o obj-$(CONFIG_PINCTRL_MXS) += pinctrl-mxs.o obj-$(CONFIG_PINCTRL_IMX23) += pinctrl-imx23.o
The pinctrl-imx6sl is in place. Enable the build of it. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> --- drivers/pinctrl/Makefile | 1 + 1 file changed, 1 insertion(+)