From mboxrd@z Thu Jan 1 00:00:00 1970 From: Liam Girdwood Subject: Re: [PATCH] ASoC: Support edge triggered IRQs for WM8915 Date: Wed, 1 Jun 2011 17:11:43 +0100 Message-ID: <4DE664BF.8090609@ti.com> References: <1306935999-15469-1-git-send-email-broonie@opensource.wolfsonmicro.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from bear.ext.ti.com (bear.ext.ti.com [192.94.94.41]) by alsa0.perex.cz (Postfix) with ESMTP id B368B103858 for ; Wed, 1 Jun 2011 18:11:45 +0200 (CEST) In-Reply-To: <1306935999-15469-1-git-send-email-broonie@opensource.wolfsonmicro.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: Mark Brown Cc: "alsa-devel@alsa-project.org" , "patches@opensource.wolfsonmicro.com" List-Id: alsa-devel@alsa-project.org On 01/06/11 14:46, Mark Brown wrote: > Really this should be something the IRQ core can cope with for us but since > it doesn't currently do so (at least for threaded interrupts like this) do > so in the driver. This allows us to run with interrupt controllers that > only support edge triggered interrupts. > > Signed-off-by: Mark Brown Acked-by: Liam Girdwood