ARM: OMAP: Fixes to omap_mcbsp_request function
authorJarkko Nikula <jarkko.nikula@nokia.com>
Mon, 22 Sep 2008 13:47:51 +0000 (16:47 +0300)
committerTony Lindgren <tony@atomide.com>
Wed, 24 Sep 2008 09:10:47 +0000 (12:10 +0300)
commitf9d06c24f43b7620b14e4dd6dbf667fa68457766
tree7d0b74c35495f9890bf151276516959c97206af2
parent6496804d45c6b89a81c8e6f67c3f0cc81b589f44
ARM: OMAP: Fixes to omap_mcbsp_request function

Bootloader may let McBSP logic running so make sure that block is idle
before requesting IRQs. Also make sure that TX and RX waitqueues are
initialized before request_irq.

Signed-off-by: Jarkko Nikula <jarkko.nikula@nokia.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/plat-omap/mcbsp.c