diff mbox

pinctrl: enable build of pinctrl-imx6sl driver

Message ID 1368407762-12084-1-git-send-email-shawn.guo@linaro.org (mailing list archive)
State New, archived
Headers show

Commit Message

Shawn Guo May 13, 2013, 1:16 a.m. UTC
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(+)

Comments

Linus Walleij May 14, 2013, 12:54 p.m. UTC | #1
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
Shawn Guo May 14, 2013, 1:47 p.m. UTC | #2
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 mbox

Patch

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