Hi Hans, On Saturday 24 July 2010 14:02:50 Hans Verkuil wrote: > On Wednesday 21 July 2010 16:35:27 Laurent Pinchart wrote: > > The media_device structure abstracts functions common to all kind of > > media devices (v4l2, dvb, alsa, ...). It manages media entities and > > offers a userspace API to discover and configure the media device > > internal topology. > > > > Signed-off-by: Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> > > --- > > > > Documentation/media-framework.txt | 68 > > ++++++++++++++++++++++++++++++++ drivers/media/Makefile | > > 2 +- > > drivers/media/media-device.c | 77 > > +++++++++++++++++++++++++++++++++++++ include/media/media-device.h > > | 53 +++++++++++++++++++++++++ 4 files changed, 199 insertions(+), 1 > > deletions(-) > > create mode 100644 Documentation/media-framework.txt > > create mode 100644 drivers/media/media-device.c > > create mode 100644 include/media/media-device.h > > <snip> > > As discussed on IRC: I would merge media-device and media-devnode. I see no > benefit in separating them at this time. I'm not too sure about it. I still think the separation gives us cleaner, easier to understand code. My opinion on it isn't that strong, so I could be convinced to merge the two, but Sakari seemed to think they shouldn't be merged last time I talked to him about it. I'll let him answer. -- Regards, Laurent Pinchart -- 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