Hi Ramiro, On Tue, Aug 16, 2016 at 04:13:46PM +0100, Ramiro Oliveira wrote: > Just adding some people to the CC list. > > > On 28-06-2016 13:00, Ramiro Oliveira wrote: > > Hi all, > > > > We at Synopsys have a media device driver and in that media device we have a > > media entity for our CSI-2 Host. > > > > At the moment we aren't ready to submit the entire media device, so I was > > wondering if it was possible to submit a media entity driver separately, without > > the rest of the architecture, and if so where should we place it. Just the CSI-2 receiver support should be fine. You can then extend it later on to cover more functionality. A media device is still needed: media entities may not exist without the media device. The media graph may well be amended later on. (But changing what's already there should be avoided as it changes the user space interface.) Pick a name, typically hardware block names or such work the best in such cases. If yours is a platform driver it'll go under drivers/media/platform (PCI goes under pci and so on). -- Kind regards, Sakari Ailus e-mail: sakari.ailus@xxxxxx XMPP: sailus@xxxxxxxxxxxxxx -- 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