Re: Re: [PATCH v4 1/3] pinctrl: add driver for Amlogic Meson SoCs

2015-01-30 Thread Linus Walleij
On Fri, Jan 23, 2015 at 3:25 AM, 48169172 <48169...@163.com> wrote: > Hi Linus, > I do not find the meson dir, > https://git.kernel.org/cgit/linux/kernel/git/linusw/linux-pinctrl.git/tree/drivers/pinctrl?h=devel > Is there something wrong? Maybe I took time pushing it out? It's certainly there

Re: Re: [PATCH v4 1/3] pinctrl: add driver for Amlogic Meson SoCs

2015-01-30 Thread Linus Walleij
On Fri, Jan 23, 2015 at 3:25 AM, 48169172 48169...@163.com wrote: Hi Linus, I do not find the meson dir, https://git.kernel.org/cgit/linux/kernel/git/linusw/linux-pinctrl.git/tree/drivers/pinctrl?h=devel Is there something wrong? Maybe I took time pushing it out? It's certainly there now,

Re: Re: [PATCH v4 1/3] pinctrl: add driver for Amlogic Meson SoCs

2015-01-22 Thread Linus Walleij
On Thu, Jan 22, 2015 at 4:02 AM, 48169172 <48169...@163.com> wrote: > Hi linus, > How could I get these code? git clone git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git git checkout devel Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe

Re: Re: [PATCH v4 1/3] pinctrl: add driver for Amlogic Meson SoCs

2015-01-22 Thread Linus Walleij
On Thu, Jan 22, 2015 at 4:02 AM, 48169172 48169...@163.com wrote: Hi linus, How could I get these code? git clone git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git git checkout devel Yours, Linus Walleij -- To unsubscribe from this list: send the line unsubscribe

Re: [PATCH v4 1/3] pinctrl: add driver for Amlogic Meson SoCs

2015-01-20 Thread Linus Walleij
On Sat, Jan 17, 2015 at 7:15 PM, Beniamino Galvani wrote: > This is a driver for the pinmux and GPIO controller available in > Amlogic Meson SoCs. It currently supports only Meson8, however the > common code should be generic enough to work also for other SoCs after > having defined the proper

Re: [PATCH v4 1/3] pinctrl: add driver for Amlogic Meson SoCs

2015-01-20 Thread Linus Walleij
On Sat, Jan 17, 2015 at 7:15 PM, Beniamino Galvani b.galv...@gmail.com wrote: This is a driver for the pinmux and GPIO controller available in Amlogic Meson SoCs. It currently supports only Meson8, however the common code should be generic enough to work also for other SoCs after having

[PATCH v4 1/3] pinctrl: add driver for Amlogic Meson SoCs

2015-01-17 Thread Beniamino Galvani
This is a driver for the pinmux and GPIO controller available in Amlogic Meson SoCs. It currently supports only Meson8, however the common code should be generic enough to work also for other SoCs after having defined the proper set of functions and groups. GPIO interrupts are not supported at

[PATCH v4 1/3] pinctrl: add driver for Amlogic Meson SoCs

2015-01-17 Thread Beniamino Galvani
This is a driver for the pinmux and GPIO controller available in Amlogic Meson SoCs. It currently supports only Meson8, however the common code should be generic enough to work also for other SoCs after having defined the proper set of functions and groups. GPIO interrupts are not supported at