Chaithrika U S <chaithrika@xxxxxx> writes: > Platform specific display device setup for DM646x EVM > > Add platform device and resource structures. Also define a platform specific > clock setup function that can be accessed by the driver to configure the clock > and CPLD. > > This patch is dependent on a patch submitted earlier, which adds > Pin Mux and clock definitions for Video on DM646x. > > Signed-off-by: Manjunath Hadli <mrh@xxxxxx> > Signed-off-by: Brijesh Jadav <brijesh.j@xxxxxx> > Signed-off-by: Chaithrika U S <chaithrika@xxxxxx> > --- > Applies to Davinci GIT tree Needs an update to apply to current linus or davinci git. Other comments below... [...] > static __init void davinci_dm646x_evm_irq_init(void) > diff --git a/arch/arm/mach-davinci/dm646x.c b/arch/arm/mach-davinci/dm646x.c > index 3cd09c1..94e17a3 100644 > --- a/arch/arm/mach-davinci/dm646x.c > +++ b/arch/arm/mach-davinci/dm646x.c [...] > +static u64 vpif_dma_mask = DMA_32BIT_MASK; This usage is deprecated, it should be DMA_BIT_MASK(32) as all the other uses in mach-davinci/* [...] > index 7afc613..9c3666c 100644 > --- a/arch/arm/mach-davinci/include/mach/dm646x.h > +++ b/arch/arm/mach-davinci/include/mach/dm646x.h > @@ -12,6 +12,7 @@ > #define __ASM_ARCH_DM646X_H > > #include <linux/platform_device.h> > +#include <linux/i2c.h> This part needs a refresh against current trees, but also please drop this include, I don't see any users of i2c stuff in this file. Kevin -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html