Re: [PATCH 1/3] omap-dma: Allow compile-testing omap1_camera driver

2014-09-09 Thread Nishanth Menon
atus, > + void *data), > +int *chain_id, int no_of_chans, > +int chain_mode, > +struct omap_dma_channel_params params) { return 0; } > + > +static inline int omap_free_dma_chain(int chain_id) { return 0; } > +static inline int omap_start_dma_chain_transfers(int chain_id) { return 0; } > +static inline int omap_stop_dma_chain_transfers(int chain_id) { return 0; } > + > +#endif /* CONFIG_COMPILE_TEST */ > + > #if defined(CONFIG_ARCH_OMAP1) && IS_ENABLED(CONFIG_FB_OMAP) > #include > #else > -- Regards, Nishanth Menon -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] [media] staging: allow omap4iss to be modular

2014-06-11 Thread Nishanth Menon
On 06/11/2014 09:49 AM, Arnd Bergmann wrote: > On Wednesday 11 June 2014 09:42:04 Nishanth Menon wrote: >> On 06/11/2014 09:35 AM, Arnd Bergmann wrote: >>> The OMAP4 camera support depends on I2C and VIDEO_V4L2, both >>> of which can be loadable modules. This causes bu

Re: [PATCH] [media] staging: allow omap4iss to be modular

2014-06-11 Thread Nishanth Menon
nux-omap" in > the body of a message to majord...@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > This was discussed in detail here: http://marc.info/?t=14019869251&r=1&w=2 Direct dependency from a staging driver to mach-omap2 driver is