Re: [PATCH 1/3] MIPS: jz4780: Allow access to jz4740-i2s

2018-10-17 Thread Mathieu Malaterre
Paul, On Mon, Sep 3, 2018 at 8:15 AM Mathieu Malaterre wrote: > > On Fri, Aug 31, 2018 at 10:59 PM Paul Burton wrote: > > > > On Fri, Aug 31, 2018 at 01:37:52PM -0700, Paul Burton wrote: > > > Further to that, this series doesn't seem to work for me. With > > > v4.19-rc1, with the patch from

Re: [PATCH 1/3] MIPS: jz4780: Allow access to jz4740-i2s

2018-10-17 Thread Mathieu Malaterre
Paul, On Mon, Sep 3, 2018 at 8:15 AM Mathieu Malaterre wrote: > > On Fri, Aug 31, 2018 at 10:59 PM Paul Burton wrote: > > > > On Fri, Aug 31, 2018 at 01:37:52PM -0700, Paul Burton wrote: > > > Further to that, this series doesn't seem to work for me. With > > > v4.19-rc1, with the patch from

Re: [PATCH 1/3] MIPS: jz4780: Allow access to jz4740-i2s

2018-09-03 Thread Mathieu Malaterre
On Fri, Aug 31, 2018 at 10:59 PM Paul Burton wrote: > > On Fri, Aug 31, 2018 at 01:37:52PM -0700, Paul Burton wrote: > > Further to that, this series doesn't seem to work for me. With > > v4.19-rc1, with the patch from [1] & then this series applied I see the > > following when booting a

Re: [PATCH 1/3] MIPS: jz4780: Allow access to jz4740-i2s

2018-09-03 Thread Mathieu Malaterre
On Fri, Aug 31, 2018 at 10:59 PM Paul Burton wrote: > > On Fri, Aug 31, 2018 at 01:37:52PM -0700, Paul Burton wrote: > > Further to that, this series doesn't seem to work for me. With > > v4.19-rc1, with the patch from [1] & then this series applied I see the > > following when booting a

Re: [PATCH 1/3] MIPS: jz4780: Allow access to jz4740-i2s

2018-08-31 Thread Paul Burton
On Fri, Aug 31, 2018 at 01:37:52PM -0700, Paul Burton wrote: > Further to that, this series doesn't seem to work for me. With > v4.19-rc1, with the patch from [1] & then this series applied I see the > following when booting a ci20_defconfig kernel: > > [0.846684] ALSA device list: > [

Re: [PATCH 1/3] MIPS: jz4780: Allow access to jz4740-i2s

2018-08-31 Thread Paul Burton
On Fri, Aug 31, 2018 at 01:37:52PM -0700, Paul Burton wrote: > Further to that, this series doesn't seem to work for me. With > v4.19-rc1, with the patch from [1] & then this series applied I see the > following when booting a ci20_defconfig kernel: > > [0.846684] ALSA device list: > [

Re: [PATCH 1/3] MIPS: jz4780: Allow access to jz4740-i2s

2018-08-31 Thread Paul Burton
Hi Matthieu, On Tue, Jul 24, 2018 at 01:47:57PM -0700, Paul Burton wrote: > On Wed, Jun 06, 2018 at 09:38:08PM +0200, Mathieu Malaterre wrote: > > diff --git a/sound/soc/jz4740/Kconfig b/sound/soc/jz4740/Kconfig > > index 1a354a6b6e87..35d82d96e781 100644 > > --- a/sound/soc/jz4740/Kconfig > >

Re: [PATCH 1/3] MIPS: jz4780: Allow access to jz4740-i2s

2018-08-31 Thread Paul Burton
Hi Matthieu, On Tue, Jul 24, 2018 at 01:47:57PM -0700, Paul Burton wrote: > On Wed, Jun 06, 2018 at 09:38:08PM +0200, Mathieu Malaterre wrote: > > diff --git a/sound/soc/jz4740/Kconfig b/sound/soc/jz4740/Kconfig > > index 1a354a6b6e87..35d82d96e781 100644 > > --- a/sound/soc/jz4740/Kconfig > >

Re: [PATCH 1/3] MIPS: jz4780: Allow access to jz4740-i2s

2018-07-24 Thread Paul Burton
Hi Matthieu, On Wed, Jun 06, 2018 at 09:38:08PM +0200, Mathieu Malaterre wrote: > diff --git a/sound/soc/jz4740/Kconfig b/sound/soc/jz4740/Kconfig > index 1a354a6b6e87..35d82d96e781 100644 > --- a/sound/soc/jz4740/Kconfig > +++ b/sound/soc/jz4740/Kconfig > @@ -1,20 +1,20 @@ > config

Re: [PATCH 1/3] MIPS: jz4780: Allow access to jz4740-i2s

2018-07-24 Thread Paul Burton
Hi Matthieu, On Wed, Jun 06, 2018 at 09:38:08PM +0200, Mathieu Malaterre wrote: > diff --git a/sound/soc/jz4740/Kconfig b/sound/soc/jz4740/Kconfig > index 1a354a6b6e87..35d82d96e781 100644 > --- a/sound/soc/jz4740/Kconfig > +++ b/sound/soc/jz4740/Kconfig > @@ -1,20 +1,20 @@ > config

[PATCH 1/3] MIPS: jz4780: Allow access to jz4740-i2s

2018-06-06 Thread Mathieu Malaterre
Make it possible to select SND_JZ4740_SOC_I2S on MACH_JZ4780 Signed-off-by: Mathieu Malaterre --- sound/soc/jz4740/Kconfig | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sound/soc/jz4740/Kconfig b/sound/soc/jz4740/Kconfig index 1a354a6b6e87..35d82d96e781 100644

[PATCH 1/3] MIPS: jz4780: Allow access to jz4740-i2s

2018-06-06 Thread Mathieu Malaterre
Make it possible to select SND_JZ4740_SOC_I2S on MACH_JZ4780 Signed-off-by: Mathieu Malaterre --- sound/soc/jz4740/Kconfig | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sound/soc/jz4740/Kconfig b/sound/soc/jz4740/Kconfig index 1a354a6b6e87..35d82d96e781 100644