* [PATCH] OMAP: McBSP: tx_irq_completion used in rx_irq_handler
@ 2010-09-08 17:29 ` Scott Ellis
0 siblings, 0 replies; 8+ messages in thread
From: Scott Ellis @ 2010-09-08 17:29 UTC (permalink / raw)
To: linux-arm-kernel
Looks like a typo from commit d6d834b010.
Signed-off-by: Scott Ellis <scott@jumpnowtek.com>
---
arch/arm/plat-omap/mcbsp.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/plat-omap/mcbsp.c b/arch/arm/plat-omap/mcbsp.c
index e31496e..0c8612f 100644
--- a/arch/arm/plat-omap/mcbsp.c
+++ b/arch/arm/plat-omap/mcbsp.c
@@ -156,7 +156,7 @@ static irqreturn_t omap_mcbsp_rx_irq_handler(int irq, void *dev_id)
/* Writing zero to RSYNC_ERR clears the IRQ */
MCBSP_WRITE(mcbsp_rx, SPCR1, MCBSP_READ_CACHE(mcbsp_rx, SPCR1));
} else {
- complete(&mcbsp_rx->tx_irq_completion);
+ complete(&mcbsp_rx->rx_irq_completion);
}
return IRQ_HANDLED;
^ permalink raw reply related [flat|nested] 8+ messages in thread* Re: [PATCH] OMAP: McBSP: tx_irq_completion used in rx_irq_handler
2010-09-08 17:29 ` Scott Ellis
@ 2010-09-09 6:17 ` Eero Nurkkala
-1 siblings, 0 replies; 8+ messages in thread
From: Eero Nurkkala @ 2010-09-09 6:17 UTC (permalink / raw)
To: ext Scott Ellis
Cc: linux-omap@vger.kernel.org, Jarkko Nikula, Tony Lindgren,
Russell King, Ujfalusi Peter (Nokia-MS/Tampere),
linux-arm-kernel@lists.infradead.org
On Wed, 2010-09-08 at 19:29 +0200, ext Scott Ellis wrote:
> Looks like a typo from commit d6d834b010.
>
> Signed-off-by: Scott Ellis <scott@jumpnowtek.com>
> ---
> arch/arm/plat-omap/mcbsp.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
Indeed my typo.
Acked-by: Eero Nurkkala <ext-eero.nurkkala@nokia.com>
> diff --git a/arch/arm/plat-omap/mcbsp.c b/arch/arm/plat-omap/mcbsp.c
> index e31496e..0c8612f 100644
> --- a/arch/arm/plat-omap/mcbsp.c
> +++ b/arch/arm/plat-omap/mcbsp.c
> @@ -156,7 +156,7 @@ static irqreturn_t omap_mcbsp_rx_irq_handler(int irq, void *dev_id)
> /* Writing zero to RSYNC_ERR clears the IRQ */
> MCBSP_WRITE(mcbsp_rx, SPCR1, MCBSP_READ_CACHE(mcbsp_rx, SPCR1));
> } else {
> - complete(&mcbsp_rx->tx_irq_completion);
> + complete(&mcbsp_rx->rx_irq_completion);
> }
>
> return IRQ_HANDLED;
>
>
^ permalink raw reply [flat|nested] 8+ messages in thread* [PATCH] OMAP: McBSP: tx_irq_completion used in rx_irq_handler
@ 2010-09-09 6:17 ` Eero Nurkkala
0 siblings, 0 replies; 8+ messages in thread
From: Eero Nurkkala @ 2010-09-09 6:17 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, 2010-09-08 at 19:29 +0200, ext Scott Ellis wrote:
> Looks like a typo from commit d6d834b010.
>
> Signed-off-by: Scott Ellis <scott@jumpnowtek.com>
> ---
> arch/arm/plat-omap/mcbsp.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
Indeed my typo.
Acked-by: Eero Nurkkala <ext-eero.nurkkala@nokia.com>
> diff --git a/arch/arm/plat-omap/mcbsp.c b/arch/arm/plat-omap/mcbsp.c
> index e31496e..0c8612f 100644
> --- a/arch/arm/plat-omap/mcbsp.c
> +++ b/arch/arm/plat-omap/mcbsp.c
> @@ -156,7 +156,7 @@ static irqreturn_t omap_mcbsp_rx_irq_handler(int irq, void *dev_id)
> /* Writing zero to RSYNC_ERR clears the IRQ */
> MCBSP_WRITE(mcbsp_rx, SPCR1, MCBSP_READ_CACHE(mcbsp_rx, SPCR1));
> } else {
> - complete(&mcbsp_rx->tx_irq_completion);
> + complete(&mcbsp_rx->rx_irq_completion);
> }
>
> return IRQ_HANDLED;
>
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] OMAP: McBSP: tx_irq_completion used in rx_irq_handler
2010-09-08 17:29 ` Scott Ellis
@ 2010-09-09 6:24 ` Jarkko Nikula
-1 siblings, 0 replies; 8+ messages in thread
From: Jarkko Nikula @ 2010-09-09 6:24 UTC (permalink / raw)
To: Scott Ellis
Cc: linux-omap, Eero Nurkkala, Tony Lindgren, Russell King,
Peter Ujfalusi, linux-arm-kernel
On Wed, 08 Sep 2010 13:29:01 -0400
Scott Ellis <scott@jumpnowtek.com> wrote:
> Looks like a typo from commit d6d834b010.
>
> Signed-off-by: Scott Ellis <scott@jumpnowtek.com>
> ---
> arch/arm/plat-omap/mcbsp.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/plat-omap/mcbsp.c b/arch/arm/plat-omap/mcbsp.c
> index e31496e..0c8612f 100644
> --- a/arch/arm/plat-omap/mcbsp.c
> +++ b/arch/arm/plat-omap/mcbsp.c
> @@ -156,7 +156,7 @@ static irqreturn_t omap_mcbsp_rx_irq_handler(int irq, void *dev_id)
> /* Writing zero to RSYNC_ERR clears the IRQ */
> MCBSP_WRITE(mcbsp_rx, SPCR1, MCBSP_READ_CACHE(mcbsp_rx, SPCR1));
> } else {
> - complete(&mcbsp_rx->tx_irq_completion);
> + complete(&mcbsp_rx->rx_irq_completion);
> }
>
It looks so.
Acked-by: Jarkko Nikula <jhnikula@gmail.com>
^ permalink raw reply [flat|nested] 8+ messages in thread* [PATCH] OMAP: McBSP: tx_irq_completion used in rx_irq_handler
@ 2010-09-09 6:24 ` Jarkko Nikula
0 siblings, 0 replies; 8+ messages in thread
From: Jarkko Nikula @ 2010-09-09 6:24 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, 08 Sep 2010 13:29:01 -0400
Scott Ellis <scott@jumpnowtek.com> wrote:
> Looks like a typo from commit d6d834b010.
>
> Signed-off-by: Scott Ellis <scott@jumpnowtek.com>
> ---
> arch/arm/plat-omap/mcbsp.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/plat-omap/mcbsp.c b/arch/arm/plat-omap/mcbsp.c
> index e31496e..0c8612f 100644
> --- a/arch/arm/plat-omap/mcbsp.c
> +++ b/arch/arm/plat-omap/mcbsp.c
> @@ -156,7 +156,7 @@ static irqreturn_t omap_mcbsp_rx_irq_handler(int irq, void *dev_id)
> /* Writing zero to RSYNC_ERR clears the IRQ */
> MCBSP_WRITE(mcbsp_rx, SPCR1, MCBSP_READ_CACHE(mcbsp_rx, SPCR1));
> } else {
> - complete(&mcbsp_rx->tx_irq_completion);
> + complete(&mcbsp_rx->rx_irq_completion);
> }
>
It looks so.
Acked-by: Jarkko Nikula <jhnikula@gmail.com>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] OMAP: McBSP: tx_irq_completion used in rx_irq_handler
2010-09-08 17:29 ` Scott Ellis
@ 2010-09-10 5:30 ` Peter Ujfalusi
-1 siblings, 0 replies; 8+ messages in thread
From: Peter Ujfalusi @ 2010-09-10 5:30 UTC (permalink / raw)
To: ext Scott Ellis
Cc: linux-omap@vger.kernel.org, Nurkkala Eero.An (EXT-Offcode/Oulu),
Jarkko Nikula, Tony Lindgren, Russell King,
linux-arm-kernel@lists.infradead.org
On Wednesday 08 September 2010 20:29:01 ext Scott Ellis wrote:
> Looks like a typo from commit d6d834b010.
>
> Signed-off-by: Scott Ellis <scott@jumpnowtek.com>
> ---
> arch/arm/plat-omap/mcbsp.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/plat-omap/mcbsp.c b/arch/arm/plat-omap/mcbsp.c
> index e31496e..0c8612f 100644
> --- a/arch/arm/plat-omap/mcbsp.c
> +++ b/arch/arm/plat-omap/mcbsp.c
> @@ -156,7 +156,7 @@ static irqreturn_t omap_mcbsp_rx_irq_handler(int irq,
> void *dev_id) /* Writing zero to RSYNC_ERR clears the IRQ */
> MCBSP_WRITE(mcbsp_rx, SPCR1, MCBSP_READ_CACHE(mcbsp_rx, SPCR1));
> } else {
> - complete(&mcbsp_rx->tx_irq_completion);
> + complete(&mcbsp_rx->rx_irq_completion);
> }
>
> return IRQ_HANDLED;
Acked-by: Peter Ujfalusi <peter.ujfalusi@nokia.com>
^ permalink raw reply [flat|nested] 8+ messages in thread* [PATCH] OMAP: McBSP: tx_irq_completion used in rx_irq_handler
@ 2010-09-10 5:30 ` Peter Ujfalusi
0 siblings, 0 replies; 8+ messages in thread
From: Peter Ujfalusi @ 2010-09-10 5:30 UTC (permalink / raw)
To: linux-arm-kernel
On Wednesday 08 September 2010 20:29:01 ext Scott Ellis wrote:
> Looks like a typo from commit d6d834b010.
>
> Signed-off-by: Scott Ellis <scott@jumpnowtek.com>
> ---
> arch/arm/plat-omap/mcbsp.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/plat-omap/mcbsp.c b/arch/arm/plat-omap/mcbsp.c
> index e31496e..0c8612f 100644
> --- a/arch/arm/plat-omap/mcbsp.c
> +++ b/arch/arm/plat-omap/mcbsp.c
> @@ -156,7 +156,7 @@ static irqreturn_t omap_mcbsp_rx_irq_handler(int irq,
> void *dev_id) /* Writing zero to RSYNC_ERR clears the IRQ */
> MCBSP_WRITE(mcbsp_rx, SPCR1, MCBSP_READ_CACHE(mcbsp_rx, SPCR1));
> } else {
> - complete(&mcbsp_rx->tx_irq_completion);
> + complete(&mcbsp_rx->rx_irq_completion);
> }
>
> return IRQ_HANDLED;
Acked-by: Peter Ujfalusi <peter.ujfalusi@nokia.com>
^ permalink raw reply [flat|nested] 8+ messages in thread