Re: [PATCH v3] pinctrl: msm: Add support for MSM TLMM pinmux

2013-07-19 Thread Stephen Boyd
On 07/11/13 20:26, Hanumant Singh wrote: > + > +MODULE_AUTHOR("Hanumant Singh "); > +MODULE_LICENSE("GPLv2"); Doesn't this need to be "GPL v2"? -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation -- To unsubscribe from this list: send the line "u

[PATCH v3] pinctrl: msm: Add support for MSM TLMM pinmux

2013-07-11 Thread Hanumant Singh
Add a new device tree enabled pinctrl driver for Qualcomm MSM SoC's. This driver provides an extensible framework to interface all MSM's that use a TLMM pinmux, with the pinctrl subsytem. This driver is split into two parts: the pinctrl interface and the TLMM version specific implementation. The p