Kamil Debski wrote: > > Add platform support for Multi Format Codec 5.1 is a module available > on S5PC110 and S5PC210 Samsung SoCs. Hardware is capable of handling > a range of video codecs and this driver provides V4L2 interface for > video decoding. > > Signed-off-by: Kamil Debski <k.debski@xxxxxxxxxxx> > Signed-off-by: Kyungmin Park <kyungmin.park@xxxxxxxxxxx> (snip) > +struct platform_device s5p_device_mfc5 = { In this case, just "s5p_device_mfc" is better because basically used last number as channel, for example, fimc0 means fimc channel 0. > + .name = "s5p-mfc5", > + .id = -1, > + .num_resources = ARRAY_SIZE(s5p_mfc_resource), > + .resource = s5p_mfc_resource, > +}; > + > +EXPORT_SYMBOL(s5p_device_mfc5); Thanks. Best regards, Kgene. -- Kukjin Kim <kgene.kim@xxxxxxxxxxx>, Senior Engineer, SW Solution Development Team, Samsung Electronics Co., Ltd. -- 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