<?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 Kconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>26cb92f7 - media: drop CONFIG_MEDIA_CONTROLLER_REQUEST_API</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/mc/Kconfig#26cb92f7</link>
        <description>media: drop CONFIG_MEDIA_CONTROLLER_REQUEST_APIThis config option was added during the development of the Request APIto make it easy to disable it.The Request API is now stable so it is time to drop this option altogether.Signed-off-by: Hans Verkuil &lt;hverkuil-cisco@xs4all.nl&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/media/mc/Kconfig</description>
        <pubDate>Fri, 10 Nov 2023 08:53:00 +0000</pubDate>
        <dc:creator>Hans Verkuil &lt;hverkuil-cisco@xs4all.nl&gt;</dc:creator>
    </item>
<item>
        <title>695fb9c6 - media: Request API is no longer experimental</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/mc/Kconfig#695fb9c6</link>
        <description>media: Request API is no longer experimentalThe Request API is currently used and specified as part of theMemory-to-memory Stateless Video Decoder Interface [1].This can now be considered as non-experimental and stable, giventhe decoder API has been used by products since a couple years,supported by several drivers and userspace frameworks,[1] Documentation/userspace-api/media/v4l/dev-stateless-decoder.rstSigned-off-by: Ezequiel Garcia &lt;ezequiel@vanguardiasur.com.ar&gt;Acked-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;Acked-by: Sakari Ailus &lt;sakari.ailus@linux.intel.com&gt;Signed-off-by: Hans Verkuil &lt;hverkuil-cisco@xs4all.nl&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/media/mc/Kconfig</description>
        <pubDate>Wed, 25 Aug 2021 00:23:37 +0000</pubDate>
        <dc:creator>Ezequiel Garcia &lt;ezequiel@vanguardiasur.com.ar&gt;</dc:creator>
    </item>
<item>
        <title>e36b68ed - media: mc/Kconfig: remove staging dependency for request API</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/mc/Kconfig#e36b68ed</link>
        <description>media: mc/Kconfig: remove staging dependency for request APIWhen the request API got merged, only drivers at staging wereusing it. As we wanted to be able to do future changes on it,we added an artificial depends on STAGING_MEDIA.Yet, request API is there for quite some time now, anddidn&apos;t suffer any API breakages during this time. So, dropthis.Reported-by: Stephen Rothwell &lt;sfr@canb.auug.org.au&gt;Suggested-by: Ezequiel Garcia &lt;ezequiel@collabora.com&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/media/mc/Kconfig</description>
        <pubDate>Fri, 17 Apr 2020 06:55:01 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>016baa59 - media: Kconfig: Don&apos;t expose the Request API option</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/mc/Kconfig#016baa59</link>
        <description>media: Kconfig: Don&apos;t expose the Request API optionThe Request API isn&apos;t meant to be chosen by users,but instead should be selected by drivers that wantto support it.Hantro and Cedrus are already selecting the right options,so only the test drivers need to be fixed.Signed-off-by: Ezequiel Garcia &lt;ezequiel@collabora.com&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/media/mc/Kconfig</description>
        <pubDate>Tue, 14 Apr 2020 22:06:24 +0000</pubDate>
        <dc:creator>Ezequiel Garcia &lt;ezequiel@collabora.com&gt;</dc:creator>
    </item>
<item>
        <title>8fc42fff - media: Kconfig: move media controller core select to main Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/mc/Kconfig#8fc42fff</link>
        <description>media: Kconfig: move media controller core select to main KconfigLet&apos;s place the main API selections at the media/Kconfig file,as this way we can better organize things.Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/media/mc/Kconfig</description>
        <pubDate>Tue, 24 Mar 2020 12:59:23 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>32a363d0 - media: Kconfig files: use select for V4L2 subdevs and MC</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/mc/Kconfig#32a363d0</link>
        <description>media: Kconfig files: use select for V4L2 subdevs and MCThere are lots of drivers that only work when the media controllerand/or the V4L2 subdev APIs are present.Right now, someone need to first enable those APIs beforeusing those drivers.Well, ideally, drivers, should, instead *optionally*depend on it, in order for PC camera drivers to be able to usethem, but nowadays most drivers are UVC cameras, with don&apos;trequire a sensor driver.So, be it.Let&apos;s instead make them select the MEDIA_CONTROLLER and theSUBDEV API, in order to make easier for people to be ableof enabling them.Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/media/mc/Kconfig</description>
        <pubDate>Wed, 25 Mar 2020 14:36:56 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>76c34a8d - media: add SPDX headers on Kconfig and Makefile files</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/mc/Kconfig#76c34a8d</link>
        <description>media: add SPDX headers on Kconfig and Makefile filesMost of media Kconfig/Makefile files already has SPDX,but there are a few ones still missing. Add it to them.Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/media/mc/Kconfig</description>
        <pubDate>Thu, 26 Mar 2020 15:13:16 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>c612e54f - media: move drivers/media/media-* to drivers/media/mc/mc-*</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/mc/Kconfig#c612e54f</link>
        <description>media: move drivers/media/media-* to drivers/media/mc/mc-*It is really weird that the media controller sources are all top-levelin drivers/media. It is a bit of a left-over from long ago when mostmedia sources were all at the top-level. At some point we reorganizedthe directory structure, but the media-*.c sources where never movedto their own directory.So create a new mc directory and move all sources there. Also renamethe prefix from media- to mc-.Signed-off-by: Hans Verkuil &lt;hverkuil-cisco@xs4all.nl&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+samsung@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/media/mc/Kconfig</description>
        <pubDate>Thu, 02 May 2019 13:42:31 +0000</pubDate>
        <dc:creator>Hans Verkuil &lt;hverkuil@xs4all.nl&gt;</dc:creator>
    </item>
</channel>
</rss>
