On Mon, Sep 29, 2014 at 04:02:39PM +0200, Boris Brezillon wrote:
Rename mediabus formats and move the enum into a separate header file so that it can be used by DRM/KMS subsystem without any reference to the V4L2 subsystem.
Old V4L2_MBUS_FMT_ definitions are now macros that points to VIDEO_BUS_FMT_ definitions.
Signed-off-by: Boris BREZILLON boris.brezillon@free-electrons.com Acked-by: Guennadi Liakhovetski g.liakhovetski@gmx.de
include/uapi/linux/Kbuild | 1 + include/uapi/linux/v4l2-mediabus.h | 183 +++++++++++++++------------------- include/uapi/linux/video-bus-format.h | 127 +++++++++++++++++++++++ 3 files changed, 207 insertions(+), 104 deletions(-) create mode 100644 include/uapi/linux/video-bus-format.h
Hi Mauro,
Do you have any objections to me merging patches 1 and 2 through the drm/panel tree given the dependency of the later patches in the series on these new constants? If you want I can provide a stable branch once v3.18-rc1 is out for you to pull into you tree to resolve possible conflicts.
Thierry