Hi! > you just need to disable CONFIG_TIDSPBRIDGE because it does not > compile. Now I pushed commit which disabling it into branch > v3.16-rc1-n900. > > With that kernel it compiles and works fine in qemu.
Thanks, it now works for me, not sure why it did not work before. Anyway, this is what I noticed while going through the patches... Signed-off-by: Pavel Machek <[email protected]> Pavel diff --git a/drivers/media/i2c/ad5820.c b/drivers/media/i2c/ad5820.c index d2574b7..0f082f0 100644 --- a/drivers/media/i2c/ad5820.c +++ b/drivers/media/i2c/ad5820.c @@ -1,5 +1,5 @@ /* - * drivers/media/video/ad5820.c + * drivers/media/i2c/ad5820.c * * AD5820 DAC driver for camera voice coil focus. * -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

