From: "Luis R. Rodriguez" <mcgrof@xxxxxxxx> The new file media-bus-format.h was derived from contents from v4l2-mediabus.h, this change might be a bit harder to infer exactly what to do but based on some contextual examination of the file, if content integrity has not changed it should be relatively easy to infer what to do with changes like this. commit edcf58bc031e621f519c9dfce3c7e1ea6880c70a Author: Boris BREZILLON <boris.brezillon@xxxxxxxxxxxxxxxxxx> Date: Mon Nov 10 14:28:26 2014 -0300 [media] Move mediabus format definition to a more standard place Define MEDIA_BUS_FMT macros (re-using the values defined in the v4l2_mbus_pixelcode enum) into a separate header file so that they can be used from the DRM/KMS subsystem without any reference to the V4L2 subsystem. Then set V4L2_MBUS_FMT definitions to the MEDIA_BUS_FMT values using the V4L2_MBUS_FROM_MEDIA_BUS_FMT macro. Signed-off-by: Boris Brezillon <boris.brezillon@xxxxxxxxxxxxxxxxxx> Acked-by: Guennadi Liakhovetski <g.liakhovetski@xxxxxx> Acked-by: Hans Verkuil <hans.verkuil@xxxxxxxxx> Acked-by: Sakari Ailus <sakari.ailus@xxxxxxxxxxxxxxx> Signed-off-by: Hans Verkuil <hans.verkuil@xxxxxxxxx> Signed-off-by: Mauro Carvalho Chehab <mchehab@xxxxxxxxxxxxxxx> include/uapi/linux/Kbuild | 1 + include/uapi/linux/media-bus-format.h | 125 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ include/uapi/linux/v4l2-mediabus.h | 184 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------------------------------- 3 files changed, 206 insertions(+), 104 deletions(-) Signed-off-by: Luis R. Rodriguez <mcgrof@xxxxxxxx> --- copy-list | 1 + 1 file changed, 1 insertion(+) diff --git a/copy-list b/copy-list index b7ac165..19017af 100644 --- a/copy-list +++ b/copy-list @@ -145,6 +145,7 @@ include/uapi/linux/v4l2-common.h include/uapi/linux/v4l2-controls.h include/uapi/linux/v4l2-dv-timings.h include/uapi/linux/v4l2-mediabus.h +include/uapi/linux/media-bus-format.h include/uapi/linux/v4l2-subdev.h include/uapi/linux/videodev2.h include/uapi/linux/vsp1.h -- 2.1.1 -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html