* Russell King - ARM Linux <linux@xxxxxxxxxxxxxxxx> [081008 04:25]: > On Sat, Oct 04, 2008 at 03:37:12PM +0100, Russell King - ARM Linux wrote: > > On Wed, Sep 24, 2008 at 04:29:15PM +0300, Tony Lindgren wrote: > > > From: Jarkko Nikula <jarkko.nikula@xxxxxxxxx> > > > > > > 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@xxxxxxxxx> > > > Signed-off-by: Tony Lindgren <tony@xxxxxxxxxxx> > > > > Ok. > > The other question to ask about these patches is: does it finally allow > mainline to reach parity with your tree on the McBSP code? Yes. > If not, is it possible to have a set of patches which brings the McBSP > code completely up to date in mainline? There are no other McBSP patches pending right now. Here's the pull request for you for these patches: The following changes since commit 56f68556d7bbb51dd158c74deb09c783345bfbbd: Russell King (1): Merge unstable branch 'omap-rmk' are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git omap-upstream Chandra Shekhar (2): ARM: OMAP: Allocate McBSP devices dynamically ARM: OMAP: Add support for McBSP devices 3 - 5 on 34xx Jarkko Nikula (2): ARM: OMAP: Add support for OMAP2430 in McBSP ARM: OMAP: Fixes to omap_mcbsp_request function Uwe Kleine-König (1): Fix sections for omap-mcbsp platform driver arch/arm/mach-omap1/mcbsp.c | 37 +-- arch/arm/mach-omap2/mcbsp.c | 147 ++++++++++-- arch/arm/plat-omap/include/mach/mcbsp.h | 41 +++- arch/arm/plat-omap/mcbsp.c | 403 ++++++++++++++++++------------- 4 files changed, 404 insertions(+), 224 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html