All of lore.kernel.org
 help / color / mirror / Atom feed
From: Timur Tabi <timur@tabi.org>
To: "Jürgen Beisert" <jbe@pengutronix.de>
Cc: Markus Pargmann <mpa@pengutronix.de>,
	alsa-devel mailing list <alsa-devel@alsa-project.org>,
	Liam Girdwood <lgirdwood@gmail.com>,
	stable@vger.kernel.org, Mark Brown <broonie@kernel.org>,
	Sascha Hauer <kernel@pengutronix.de>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>
Subject: Re: [alsa-devel] [PATCH] ASoC: fsl-ssi: fix SDMA starvation
Date: Wed, 13 Nov 2013 07:11:32 -0600	[thread overview]
Message-ID: <52837A84.4010900@tabi.org> (raw)
In-Reply-To: <201311130931.16238.jbe@pengutronix.de>

Jürgen Beisert wrote:
> -#define SIER_FLAGS (CCSR_SSI_SIER_TFRC_EN | CCSR_SSI_SIER_TDMAE | \
> +#define SIER_FLAGS (CCSR_SSI_SIER_TFRC_EN | \
>   		    CCSR_SSI_SIER_TIE | CCSR_SSI_SIER_TUE0_EN | \
>   		    CCSR_SSI_SIER_TUE1_EN | CCSR_SSI_SIER_RFRC_EN | \
> -		    CCSR_SSI_SIER_RDMAE | CCSR_SSI_SIER_RIE | \
> +		    CCSR_SSI_SIER_RIE | \
>   		    CCSR_SSI_SIER_ROE0_EN | CCSR_SSI_SIER_ROE1_EN)
>
>   /**

NACK, this will break PowerPC.

WARNING: multiple messages have this Message-ID (diff)
From: timur@tabi.org (Timur Tabi)
To: linux-arm-kernel@lists.infradead.org
Subject: [alsa-devel] [PATCH] ASoC: fsl-ssi: fix SDMA starvation
Date: Wed, 13 Nov 2013 07:11:32 -0600	[thread overview]
Message-ID: <52837A84.4010900@tabi.org> (raw)
In-Reply-To: <201311130931.16238.jbe@pengutronix.de>

J?rgen Beisert wrote:
> -#define SIER_FLAGS (CCSR_SSI_SIER_TFRC_EN | CCSR_SSI_SIER_TDMAE | \
> +#define SIER_FLAGS (CCSR_SSI_SIER_TFRC_EN | \
>   		    CCSR_SSI_SIER_TIE | CCSR_SSI_SIER_TUE0_EN | \
>   		    CCSR_SSI_SIER_TUE1_EN | CCSR_SSI_SIER_RFRC_EN | \
> -		    CCSR_SSI_SIER_RDMAE | CCSR_SSI_SIER_RIE | \
> +		    CCSR_SSI_SIER_RIE | \
>   		    CCSR_SSI_SIER_ROE0_EN | CCSR_SSI_SIER_ROE1_EN)
>
>   /**

NACK, this will break PowerPC.

  reply	other threads:[~2013-11-13 13:11 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-12 11:17 [PATCH] ASoC: fsl-ssi: fix SDMA starvation Markus Pargmann
2013-11-12 11:17 ` Markus Pargmann
2013-11-12 12:55 ` Timur Tabi
2013-11-12 12:55   ` Timur Tabi
2013-11-12 13:24   ` Markus Pargmann
2013-11-12 13:24     ` Markus Pargmann
2013-11-12 20:17     ` [alsa-devel] " Timur Tabi
2013-11-12 20:17       ` Timur Tabi
2013-11-13  8:31       ` Jürgen Beisert
2013-11-13  8:31         ` Jürgen Beisert
2013-11-13 13:11         ` Timur Tabi [this message]
2013-11-13 13:11           ` Timur Tabi
2013-11-13 12:16       ` Markus Pargmann
2013-11-13 12:16         ` Markus Pargmann
2013-11-13 13:10         ` Timur Tabi
2013-11-13 13:10           ` Timur Tabi
2013-11-13 13:38           ` Markus Pargmann
2013-11-13 13:38             ` Markus Pargmann
2013-11-13 14:15             ` Timur Tabi
2013-11-13 14:15               ` Timur Tabi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=52837A84.4010900@tabi.org \
    --to=timur@tabi.org \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=jbe@pengutronix.de \
    --cc=kernel@pengutronix.de \
    --cc=lgirdwood@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=mpa@pengutronix.de \
    --cc=stable@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.