Re: [PATCH 3/8] pinctrl: meson: gxl: add i2s output pins

2017-03-28 Thread Jerome Brunet
On Tue, 2017-03-28 at 15:30 +0200, Linus Walleij wrote: > On Tue, Mar 28, 2017 at 3:14 PM, Neil Armstrong > wrote: > > On 03/28/2017 03:13 PM, Linus Walleij wrote: > > > On Thu, Mar 23, 2017 at 5:50 PM, Jerome Brunet > > > wrote: > > > > > > >

Re: [PATCH 3/8] pinctrl: meson: gxl: add i2s output pins

2017-03-28 Thread Jerome Brunet
On Tue, 2017-03-28 at 15:30 +0200, Linus Walleij wrote: > On Tue, Mar 28, 2017 at 3:14 PM, Neil Armstrong > wrote: > > On 03/28/2017 03:13 PM, Linus Walleij wrote: > > > On Thu, Mar 23, 2017 at 5:50 PM, Jerome Brunet > > > wrote: > > > > > > > Signed-off-by: Jerome Brunet > > > > > > Had to

Re: [PATCH 3/8] pinctrl: meson: gxl: add i2s output pins

2017-03-28 Thread Linus Walleij
On Tue, Mar 28, 2017 at 3:14 PM, Neil Armstrong wrote: > On 03/28/2017 03:13 PM, Linus Walleij wrote: >> On Thu, Mar 23, 2017 at 5:50 PM, Jerome Brunet wrote: >> >>> Signed-off-by: Jerome Brunet >> >> Had to fuzz this patch a

Re: [PATCH 3/8] pinctrl: meson: gxl: add i2s output pins

2017-03-28 Thread Linus Walleij
On Tue, Mar 28, 2017 at 3:14 PM, Neil Armstrong wrote: > On 03/28/2017 03:13 PM, Linus Walleij wrote: >> On Thu, Mar 23, 2017 at 5:50 PM, Jerome Brunet wrote: >> >>> Signed-off-by: Jerome Brunet >> >> Had to fuzz this patch a bit due to another patch from Neil, please check >> the result. >> >>

Re: [PATCH 3/8] pinctrl: meson: gxl: add i2s output pins

2017-03-28 Thread Neil Armstrong
On 03/28/2017 03:13 PM, Linus Walleij wrote: > On Thu, Mar 23, 2017 at 5:50 PM, Jerome Brunet wrote: > >> Signed-off-by: Jerome Brunet > > Had to fuzz this patch a bit due to another patch from Neil, please check > the result. > > Patch applied. >

Re: [PATCH 3/8] pinctrl: meson: gxl: add i2s output pins

2017-03-28 Thread Neil Armstrong
On 03/28/2017 03:13 PM, Linus Walleij wrote: > On Thu, Mar 23, 2017 at 5:50 PM, Jerome Brunet wrote: > >> Signed-off-by: Jerome Brunet > > Had to fuzz this patch a bit due to another patch from Neil, please check > the result. > > Patch applied. > > Yours, > Linus Walleij > Hi Linus,

Re: [PATCH 3/8] pinctrl: meson: gxl: add i2s output pins

2017-03-28 Thread Linus Walleij
On Thu, Mar 23, 2017 at 5:50 PM, Jerome Brunet wrote: > Signed-off-by: Jerome Brunet Had to fuzz this patch a bit due to another patch from Neil, please check the result. Patch applied. Yours, Linus Walleij

Re: [PATCH 3/8] pinctrl: meson: gxl: add i2s output pins

2017-03-28 Thread Linus Walleij
On Thu, Mar 23, 2017 at 5:50 PM, Jerome Brunet wrote: > Signed-off-by: Jerome Brunet Had to fuzz this patch a bit due to another patch from Neil, please check the result. Patch applied. Yours, Linus Walleij

[PATCH 3/8] pinctrl: meson: gxl: add i2s output pins

2017-03-23 Thread Jerome Brunet
Signed-off-by: Jerome Brunet --- drivers/pinctrl/meson/pinctrl-meson-gxl.c | 31 +++ 1 file changed, 31 insertions(+) diff --git a/drivers/pinctrl/meson/pinctrl-meson-gxl.c b/drivers/pinctrl/meson/pinctrl-meson-gxl.c index

[PATCH 3/8] pinctrl: meson: gxl: add i2s output pins

2017-03-23 Thread Jerome Brunet
Signed-off-by: Jerome Brunet --- drivers/pinctrl/meson/pinctrl-meson-gxl.c | 31 +++ 1 file changed, 31 insertions(+) diff --git a/drivers/pinctrl/meson/pinctrl-meson-gxl.c b/drivers/pinctrl/meson/pinctrl-meson-gxl.c index a0a7936f8f0d..a022a9e49113 100644 ---