Prev: [PATCH 1/2] jsm: IRQ handlers doesn't need to have IRQ_DISABLED enabled
Next: Announce: Sysprof 1.1.2 CPU profiler for Linux
From: Mark Brown on 28 Sep 2009 08:30 On Mon, Sep 28, 2009 at 11:55:17AM +0400, Dmitry Eremin-Solenikov wrote: > 1) add a clean possibility to pass platform data via ac97 bus to wm97xx > core driver (care to check that it should be passable both via regular > ac97 driver and via ASoC). This has already been done by Marek, I think most of the bits made it into 2.6.32-rc1 though I haven't checked. The problem had been getting ALSA support for using the platform data but Takashi agreeded to that so we're fine. It needs explict support in the AC97 controller driver to actually set the platform data for the CODECs on the bus but that's been done for PXA. In any case, I'd nack the original patch too - all it will do is break the driver since it will no longer load and the attempts to get the wm97xx structure from the parent device of a separately registered platform device will oops. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |