<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>5c89357a - media: Makefiles: sort entries where it fits</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/common/videobuf2/Makefile#5c89357a</link>
        <description>media: Makefiles: sort entries where it fitsAlphabetically sort entries at the Makefiles per group,in ASCII order, e. g., using the output of:	$ LC_ALL=C sort Makefile |grep obj-y	...	$ LC_ALL=C sort Makefile |grep obj.*CONFIG	...Reviewed-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/media/common/videobuf2/Makefile</description>
        <pubDate>Wed, 09 Mar 2022 13:17:02 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>eb83b8e3 - media: videobuf2: Move frame_vector into media subsystem</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/common/videobuf2/Makefile#eb83b8e3</link>
        <description>media: videobuf2: Move frame_vector into media subsystemIt&apos;s the only user. This also garbage collects the CONFIG_FRAME_VECTORsymbol from all over the tree (well just one place, somehow omap mediadriver still had this in its Kconfig, despite not using it).Reviewed-by: John Hubbard &lt;jhubbard@nvidia.com&gt;Acked-by: Hans Verkuil &lt;hverkuil-cisco@xs4all.nl&gt;Acked-by: Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;Acked-by: Tomasz Figa &lt;tfiga@chromium.org&gt;Signed-off-by: Daniel Vetter &lt;daniel.vetter@intel.com&gt;Cc: Jason Gunthorpe &lt;jgg@ziepe.ca&gt;Cc: Pawel Osciak &lt;pawel@osciak.com&gt;Cc: Marek Szyprowski &lt;m.szyprowski@samsung.com&gt;Cc: Kyungmin Park &lt;kyungmin.park@samsung.com&gt;Cc: Tomasz Figa &lt;tfiga@chromium.org&gt;Cc: Mauro Carvalho Chehab &lt;mchehab@kernel.org&gt;Cc: Andrew Morton &lt;akpm@linux-foundation.org&gt;Cc: John Hubbard &lt;jhubbard@nvidia.com&gt;Cc: J&#233;r&#244;me Glisse &lt;jglisse@redhat.com&gt;Cc: Jan Kara &lt;jack@suse.cz&gt;Cc: Dan Williams &lt;dan.j.williams@intel.com&gt;Cc: linux-mm@kvack.orgCc: linux-arm-kernel@lists.infradead.orgCc: linux-samsung-soc@vger.kernel.orgCc: linux-media@vger.kernel.orgCc: Daniel Vetter &lt;daniel.vetter@ffwll.ch&gt;Signed-off-by: Daniel Vetter &lt;daniel.vetter@ffwll.ch&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20201127164131.2244124-7-daniel.vetter@ffwll.ch

            List of files:
            /linux-6.15/drivers/media/common/videobuf2/Makefile</description>
        <pubDate>Fri, 27 Nov 2020 16:41:20 +0000</pubDate>
        <dc:creator>Daniel Vetter &lt;daniel.vetter@ffwll.ch&gt;</dc:creator>
    </item>
<item>
        <title>7dbdd16a - media: vb2: Makefile: place vb2-trace together with vb2-core</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/common/videobuf2/Makefile#7dbdd16a</link>
        <description>media: vb2: Makefile: place vb2-trace together with vb2-coreWe don&apos;t want a separate module for vb2-trace.That fixes this warning:	WARNING: modpost: missing MODULE_LICENSE() in drivers/media/common/videobuf2/vb2-trace.oWhen building as module.While here, add a SPDX header.Reported-by: Stephen Rothwell &lt;sfr@canb.auug.org.au&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@s-opensource.com&gt;

            List of files:
            /linux-6.15/drivers/media/common/videobuf2/Makefile</description>
        <pubDate>Mon, 26 Feb 2018 16:30:40 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab@s-opensource.com&gt;</dc:creator>
    </item>
<item>
        <title>e77c31ed - media: videobuf2: fix build issues with vb2-trace</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/common/videobuf2/Makefile#e77c31ed</link>
        <description>media: videobuf2: fix build issues with vb2-traceThere was a trouble with vb2-trace: instead of being part ofVB2 core, it was stored at V4L2 videodev. That was wrong,as it doesn&apos;t actually belong to V4L2 core.Now that vb2 is not part of v4l2-core, its trace functionsshould be moved altogether. So, move it to its rightfulplace: at videobuf2-core.That fixes those errors:	drivers/media/common/videobuf2/videobuf2-core.o: In function `__read_once_size&apos;:	./include/linux/compiler.h:183: undefined reference to `__tracepoint_vb2_buf_queue&apos;	./include/linux/compiler.h:183: undefined reference to `__tracepoint_vb2_buf_queue&apos;	./include/linux/compiler.h:183: undefined reference to `__tracepoint_vb2_buf_done&apos;	./include/linux/compiler.h:183: undefined reference to `__tracepoint_vb2_buf_done&apos;	./include/linux/compiler.h:183: undefined reference to `__tracepoint_vb2_qbuf&apos;	./include/linux/compiler.h:183: undefined reference to `__tracepoint_vb2_qbuf&apos;	./include/linux/compiler.h:183: undefined reference to `__tracepoint_vb2_dqbuf&apos;	./include/linux/compiler.h:183: undefined reference to `__tracepoint_vb2_dqbuf&apos;	drivers/media/common/videobuf2/videobuf2-core.o:(__jump_table+0x10): undefined reference to `__tracepoint_vb2_buf_queue&apos;	drivers/media/common/videobuf2/videobuf2-core.o:(__jump_table+0x28): undefined reference to `__tracepoint_vb2_buf_done&apos;	drivers/media/common/videobuf2/videobuf2-core.o:(__jump_table+0x40): undefined reference to `__tracepoint_vb2_qbuf&apos;	drivers/media/common/videobuf2/videobuf2-core.o:(__jump_table+0x58): undefined reference to `__tracepoint_vb2_dqbuf&apos;Reported-by: kbuild test robot &lt;fengguang.wu@intel.com&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@s-opensource.com&gt;

            List of files:
            /linux-6.15/drivers/media/common/videobuf2/Makefile</description>
        <pubDate>Fri, 23 Feb 2018 09:49:30 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab@s-opensource.com&gt;</dc:creator>
    </item>
<item>
        <title>80dfd71c - media: videobuf2: Add VIDEOBUF2_V4L2 Kconfig option for VB2 V4L2 part</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/common/videobuf2/Makefile#80dfd71c</link>
        <description>media: videobuf2: Add VIDEOBUF2_V4L2 Kconfig option for VB2 V4L2 partVideobuf2 is now separate from V4L2 and can be now built without it, atleast in principle --- enabling videobuf2 in kernel configuration attemptsto compile videobuf2-v4l2.c but that will fail if CONFIG_VIDEO_V4L2 isn&apos;tenabled.Solve this by adding a separate Kconfig option for videobuf2-v4l2 and makeit a separate module as well. This means that drivers now need to chooseboth the appropriate videobuf2 memory type(VIDEOBUF2_{VMALLOC,DMA_CONTIG,DMA_SG}) and VIDEOBUF2_V4L2 if they needboth.Signed-off-by: Sakari Ailus &lt;sakari.ailus@linux.intel.com&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@s-opensource.com&gt;

            List of files:
            /linux-6.15/drivers/media/common/videobuf2/Makefile</description>
        <pubDate>Fri, 23 Feb 2018 08:29:46 +0000</pubDate>
        <dc:creator>Sakari Ailus &lt;sakari.ailus@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>7952be9b - media: drivers/media/common/videobuf2: rename from videobuf</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/common/videobuf2/Makefile#7952be9b</link>
        <description>media: drivers/media/common/videobuf2: rename from videobufThis directory contains the videobuf2 framework, so name thedirectory accordingly.The name &apos;videobuf&apos; typically refers to the old and deprecatedvideobuf version 1 framework so that was confusing.Signed-off-by: Hans Verkuil &lt;hans.verkuil@cisco.com&gt;Acked-by: Sakari Ailus &lt;sakari.ailus@linux.intel.com&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@s-opensource.com&gt;

            List of files:
            /linux-6.15/drivers/media/common/videobuf2/Makefile</description>
        <pubDate>Mon, 08 Jan 2018 20:20:01 +0000</pubDate>
        <dc:creator>Hans Verkuil &lt;hverkuil@xs4all.nl&gt;</dc:creator>
    </item>
</channel>
</rss>
