On Mon, May 23, 2016 at 11:02:25AM +0100, Jose Abreu wrote:
> A parameter description for the interruptions of the
> I2S controller was added. This interrupt parameter
> should only be set when I2S does not have DMA support.
>
> Signed-off-by: Jose Abreu
> Cc: Carlos Palminha
> Cc: Mark Brown
>
Hi David,
On Mon, 2016-05-23 at 15:23 -0400, David Airlie wrote:
>
>
> - Original Message -
> >
> > From: "Alexey Brodkin"
> > To: airl...@redhat.com, dan...@ffwll.ch, "Vineet Gupta"
> > , airl...@linux.ie
> > Cc: dri-de...@lists.freedesktop.org, linux-ker...@vger.kernel.org,
> > lin
- Original Message -
> From: "Alexey Brodkin"
> To: airl...@redhat.com, dan...@ffwll.ch, "Vineet Gupta"
> , airl...@linux.ie
> Cc: dri-de...@lists.freedesktop.org, linux-ker...@vger.kernel.org,
> linux-snps-arc@lists.infradead.org
> Sent: Monday, 23 May, 2016 8:31:41 PM
> Subject: Re:
The patch
ASoC: dwc: Add helper functions to disable/enable irqs
has been applied to the asoc tree at
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and
On Mon, May 23, 2016 at 11:02:23AM +0100, Jose Abreu wrote:
> When using platform data the devm_clk_get() function is
> called causing a probe failure if the clock is not
> declared. As we can pass the clock handler by platform
> data call only devm_clk_get() when platform data is not
> used.
No,
Even though by default for ARC uClibc gets compiled with
disabled long-calls user may provide UCLIBC_EXTRA_CFLAGS
with "-mlong-calls". With this option uClibc will be
successfully compiled but later it will fail in runtime
because dynamic loader cannot deal with relocations
at least very early on i
Hi Dave,
On Mon, 2016-05-16 at 08:22 +, Alexey Brodkin wrote:
> Hi Dave,
>
> On Tue, 2016-05-10 at 09:51 +, Alexey Brodkin wrote:
> >
> > Hi Dave,
> >
> > On Fri, 2016-04-29 at 11:36 +, Alexey Brodkin wrote:
> > >
> > >
> > > Hi Dave,
> > >
> > > Please pull this mini-series that
When using platform data the devm_clk_get() function is
called causing a probe failure if the clock is not
declared. As we can pass the clock handler by platform
data call only devm_clk_get() when platform data is not
used.
Signed-off-by: Jose Abreu
Cc: Carlos Palminha
Cc: Mark Brown
Cc: Liam G
ARC AXS10x platforms consist of a mainboard with several peripherals.
One of those peripherals is an HDMI output port controlled by the ADV7511
transmitter.
This patch set adds I2S audio for the AXS10x platform.
NOTE:
Although the mainline I2S driver uses ALSA DMA engine, this controller
can be b
A parameter description for the interruptions of the
I2S controller was added. This interrupt parameter
should only be set when I2S does not have DMA support.
Signed-off-by: Jose Abreu
Cc: Carlos Palminha
Cc: Mark Brown
Cc: Liam Girdwood
Cc: Jaroslav Kysela
Cc: Takashi Iwai
Cc: Rob Herring
A PCM extension was added to I2S driver so that audio
samples are transferred using PIO mode.
The PCM supports two channels @ 16 or 32 bits with rates
32k, 44.1k and 48k.
Although the mainline I2S driver uses ALSA DMA engine the
I2S controller can be built without DMA support, therefore
this is t
Helper functions to disable and enable the I2S interrupts were
added. Only the interrupts of the used channels are enabled.
Also, there is no need to enable irqs at dw_i2s_config(), they
are already enabled at startup.
Signed-off-by: Jose Abreu
Cc: Carlos Palminha
Cc: Mark Brown
Cc: Liam Girdw
12 matches
Mail list logo