Am Mittwoch, den 15.04.2015, 13:33 +1000 schrieb Stephen Rothwell: > Hi Dave, > > Today's linux-next merge of the drm tree got a conflict in > Documentation/DocBook/media/v4l/subdev-formats.xml between commit > 7b0fd4568bee ("[media] v4l: Add RBG and RGB 8:8:8 media bus formats on > 24 and 32 bit busses") and e8b2d7a565ae ("[media] v4l: Sort YUV formats > of v4l2_mbus_pixelcode") from the v4l-dvb tree and commits 08c38458be7e > ("Add BGR888_1X24 and GBR888_1X24 media bus formats"), 0fc63eb104d7 > ("Add YUV8_1X24 media bus format") and 203508ef52e3 ("Add > RGB666_1X24_CPADHI media bus format") from the drm tree. > > I fixed it up (almost certainly incorrectly - see below) and can carry > the fix as necessary. Please sort out who "owns" this file and try to > coordinate updates to it. Together with the corresponding fixup for include/uapi/linux/media-bus-format.h, how about this: -----8<----- diff --git a/Documentation/DocBook/media/v4l/subdev-formats.xml b/Documentation/DocBook/media/v4l/subdev-formats.xml index 0881d55..1af86c1 100644 --- a/Documentation/DocBook/media/v4l/subdev-formats.xml +++ b/Documentation/DocBook/media/v4l/subdev-formats.xml @@ -484,7 +484,7 @@ see <xref linkend="colorspaces" />.</entry> </row> <row id="MEDIA-BUS-FMT-RBG888-1X24"> <entry>MEDIA_BUS_FMT_RBG888_1X24</entry> - <entry>0x100e</entry> + <entry>0x1016</entry> <entry></entry> &dash-ent-8; <entry>r<subscript>7</subscript></entry> @@ -743,7 +743,7 @@ see <xref linkend="colorspaces" />.</entry> </row> <row id="MEDIA-BUS-FMT-RGB888-1X32-PADHI"> <entry>MEDIA_BUS_FMT_RGB888_1X32_PADHI</entry> - <entry>0x100f</entry> + <entry>0x1017</entry> <entry></entry> <entry>0</entry> <entry>0</entry> @@ -3463,7 +3463,7 @@ see <xref linkend="colorspaces" />.</entry> </row> <row id="MEDIA-BUS-FMT-VUY8-1X24"> <entry>MEDIA_BUS_FMT_VUY8_1X24</entry> - <entry>0x201a</entry> + <entry>0x2025</entry> <entry></entry> &dash-ent-8; <entry>v<subscript>7</subscript></entry> -- 2.1.4 ----->8----- regards Philipp -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html