<?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>4670c8c3 - media: ipu-bridge: Fix Kconfig dependencies</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/media/atomisp/Kconfig#4670c8c3</link>
        <description>media: ipu-bridge: Fix Kconfig dependenciesThe current Kconfig symbol dependencies allow having the following Kconfigsymbol values	CONFIG_IPU_BRIDGE=m	CONFIG_VIDEO_IPU3_CIO2=y	CONFIG_CIO2_BRIDGE=nThis does not work as the IPU bridge API is conditional toIS_ENABLED(CONFIG_IPU_BRIDGE). Fix this by changing the dependencies sothat CONFIG_IPU_BRIDGE can be separately selected.The CONFIG_CIO2_BRIDGE symbol becomes redundant as a result and isremoved.Fixes: 2545a2c02ba1 (&quot;media: ipu3-cio2: allow ipu_bridge to be a module again&quot;)Suggested-by: Arnd Bergmann &lt;arnd@kernel.org&gt;Signed-off-by: Sakari Ailus &lt;sakari.ailus@linux.intel.com&gt;Signed-off-by: Hans Verkuil &lt;hverkuil-cisco@xs4all.nl&gt;

            List of files:
            /linux-6.15/drivers/staging/media/atomisp/Kconfig</description>
        <pubDate>Wed, 27 Sep 2023 08:53:12 +0000</pubDate>
        <dc:creator>Sakari Ailus &lt;sakari.ailus@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>61d6b350 - media: atomisp: Drop VIDEO_ATOMISP_ISP2401 Kconfig option</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/media/atomisp/Kconfig#61d6b350</link>
        <description>media: atomisp: Drop VIDEO_ATOMISP_ISP2401 Kconfig optionDrop the VIDEO_ATOMISP_ISP2401 Kconfig option and the -DISP2401cflags.This is no longer necessary since all ISP2400 vs ISP2401 differencesare now dealt with at runtime.Many thanks to Kate Hsuan for all her work on this.Link: https://lore.kernel.org/r/20230812133523.355581-2-hdegoede@redhat.comSigned-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/staging/media/atomisp/Kconfig</description>
        <pubDate>Sat, 12 Aug 2023 13:35:23 +0000</pubDate>
        <dc:creator>Hans de Goede &lt;hdegoede@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>f04eedb9 - media: atomisp: csi2-bridge: Switch to new common ipu_bridge_init()</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/media/atomisp/Kconfig#f04eedb9</link>
        <description>media: atomisp: csi2-bridge: Switch to new common ipu_bridge_init()Remove the duplicate IPU ACPI bridge code and use the newshared ipu_bridge_init() functionality.Note this will also use / assume v4l2-async device instantiation forov5693 sensors on atomisp devices since ipu_supported_sensors[]already contains a match for this.This is fine since recent atomisp improvements allow the atomisp codeto work with generic v4l2 sensor drivers and using an unmodifieddrivers/media/i2c/ov5693.c has been successfully tested onan Acer Iconia W4 820 tablet with an ISP2400 + OV5693 sensor.Reviewed-by: Andy Shevchenko &lt;andy.shevchenko@gmail.com&gt;Reviewed-by: Daniel Scally &lt;dan.scally@ideasonboard.com&gt;Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;Signed-off-by: Sakari Ailus &lt;sakari.ailus@linux.intel.com&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/staging/media/atomisp/Kconfig</description>
        <pubDate>Wed, 05 Jul 2023 21:30:08 +0000</pubDate>
        <dc:creator>Hans de Goede &lt;hdegoede@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>bf4c9857 - media: staging: atomisp: select V4L2_FWNODE</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/media/atomisp/Kconfig#bf4c9857</link>
        <description>media: staging: atomisp: select V4L2_FWNODESelect V4L2_FWNODE as the driver depends on it.Reported-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;Fixes: aa31f6514047 (&quot;media: atomisp: allow building the driver again&quot;)Signed-off-by: Sakari Ailus &lt;sakari.ailus@linux.intel.com&gt;Tested-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;Reviewed-by: Hans de Goede &lt;hdegoede@redhat.com&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/staging/media/atomisp/Kconfig</description>
        <pubDate>Tue, 13 Jun 2023 16:47:53 +0000</pubDate>
        <dc:creator>Sakari Ailus &lt;sakari.ailus@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>be94be1b - media: atomisp: fix videobuf2 Kconfig depenendency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/media/atomisp/Kconfig#be94be1b</link>
        <description>media: atomisp: fix videobuf2 Kconfig depenendencyThe recent conversion missed the Kconfig bit, so it can nowend up in a link error on randconfig builds:ld.lld: error: undefined symbol: vb2_vmalloc_memops&gt;&gt;&gt; referenced by atomisp_fops.c&gt;&gt;&gt;               drivers/staging/media/atomisp/pci/atomisp_fops.o:(atomisp_open) in archive vmlinux.aLink: https://lore.kernel.org/r/20230104082212.3770415-1-arnd@kernel.orgFixes: cb48ae89be3b (&quot;media: atomisp: Convert to videobuf2&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Tested-by: Andy Shevchenko &lt;andy@kernel.org&gt;Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/staging/media/atomisp/Kconfig</description>
        <pubDate>Wed, 04 Jan 2023 08:21:36 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>9958d30f - media: Kconfig: cleanup VIDEO_DEV dependencies</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/media/atomisp/Kconfig#9958d30f</link>
        <description>media: Kconfig: cleanup VIDEO_DEV dependenciesmedia Kconfig has two entries associated to V4L API:VIDEO_DEV and VIDEO_V4L2.On Kernel 2.6.x, there were two V4L APIs, each one with its own flag.VIDEO_DEV were meant to:	1) enable Video4Linux and make its Kconfig options to appear;	2) it makes the Kernel build the V4L core.while VIDEO_V4L2 where used to distinguish between drivers thatimplement the newer API and drivers that implemented the former one.With time, such meaning changed, specially after the removal ofall V4L version 1 drivers.At the current implementation, VIDEO_DEV only does (1): it enablesthe media options related to V4L, that now has:	menu &quot;Video4Linux options&quot;		visible if VIDEO_DEV	source &quot;drivers/media/v4l2-core/Kconfig&quot;	endmenubut it doesn&apos;t affect anymore the V4L core drivers.The rationale is that the V4L2 core has a &quot;soft&quot; dependencyat the I2C bus, and now requires to select a number of otherKconfig options:	config VIDEO_V4L2		tristate		depends on (I2C || I2C=n) &amp;&amp; VIDEO_DEV		select RATIONAL		select VIDEOBUF2_V4L2 if VIDEOBUF2_CORE		default (I2C || I2C=n) &amp;&amp; VIDEO_DEVIn the past, merging them would be tricky, but it seems that it is nowpossible to merge those symbols, in order to simplify V4L dependencies.Let&apos;s keep VIDEO_DEV, as this one is used on some make *defconfigconfigurations.Suggested-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;Reviewed-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;Reviewed-by: Jacopo Mondi &lt;jacopo@jmondi.org&gt;Reviewed-by: Neil Armstrong &lt;narmstrong@baylibre.com&gt; # for meson-vdec &amp; meson-ge2dAcked-by: Andrzej Pietrasiewicz &lt;andrzejtp2010@gmail.com&gt;Acked-by: &#321;ukasz Stelmach &lt;l.stelmach@samsung.com&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/staging/media/atomisp/Kconfig</description>
        <pubDate>Sun, 13 Mar 2022 06:25:46 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>184fc42a - media: atomisp: auto-select VIDEO_V4L2_SUBDEV_API</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/media/atomisp/Kconfig#184fc42a</link>
        <description>media: atomisp: auto-select VIDEO_V4L2_SUBDEV_APIVIDEO_ATOMISP depends on VIDEO_V4L2_SUBDEV_API, if VIDEO_V4L2_SUBDEV_API is not selected, it will cause compilation errordrivers/staging/media/atomisp/pci/atomisp_cmd.c:6079:42: error: &#8216;struct v4l2_subdev_fh&#8217; has no member named &#8216;pad&#8217; atomisp_subdev_set_ffmt(&amp;asd-&gt;subdev, fh.pad, V4L2_SUBDEV_FORMAT_ACTIVE,add auto select VIDEO_V4L2_SUBDEV_API if VIDEO_ATOMISP is selectedLink: https://lore.kernel.org/linux-media/20210210033830.961086-1-ztong0001@gmail.comSigned-off-by: Tong Zhang &lt;ztong0001@gmail.com&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/staging/media/atomisp/Kconfig</description>
        <pubDate>Wed, 10 Feb 2021 03:38:30 +0000</pubDate>
        <dc:creator>Tong Zhang &lt;ztong0001@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>a53ff69f - media: atomisp: do not select COMMON_CLK to fix builds</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/media/atomisp/Kconfig#a53ff69f</link>
        <description>media: atomisp: do not select COMMON_CLK to fix buildsCOMMON_CLK is a user-selectable option with its own dependencies.  Themost important dependency is !HAVE_LEGACY_CLK.  User-selectable driversshould not select COMMON_CLK because they will create a dependency cycleand build failures.Link: https://lore.kernel.org/linux-media/20210316075625.10382-1-krzysztof.kozlowski@canonical.comSigned-off-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;Reviewed-by: Stephen Boyd &lt;sboyd@kernel.org&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/staging/media/atomisp/Kconfig</description>
        <pubDate>Tue, 16 Mar 2021 07:56:25 +0000</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;krzk@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>52c6f42f - media: atomisp: fix help message for ISP2401 selection</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/media/atomisp/Kconfig#52c6f42f</link>
        <description>media: atomisp: fix help message for ISP2401 selectionI&apos;m pretty sure I named this right, but it sounds that I endeddoing something weird maybe while solving some conflict.So, fix the title of this config var.Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/staging/media/atomisp/Kconfig</description>
        <pubDate>Wed, 17 Jun 2020 18:52:12 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>a7f7f624 - treewide: replace &apos;---help---&apos; in Kconfig files with &apos;help&apos;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/media/atomisp/Kconfig#a7f7f624</link>
        <description>treewide: replace &apos;---help---&apos; in Kconfig files with &apos;help&apos;Since commit 84af7a6194e4 (&quot;checkpatch: kconfig: prefer &apos;help&apos; over&apos;---help---&apos;&quot;), the number of &apos;---help---&apos; has been graduallydecreasing, but there are still more than 2400 instances.This commit finishes the conversion. While I touched the lines,I also fixed the indentation.There are a variety of indentation styles found.  a) 4 spaces + &apos;---help---&apos;  b) 7 spaces + &apos;---help---&apos;  c) 8 spaces + &apos;---help---&apos;  d) 1 space + 1 tab + &apos;---help---&apos;  e) 1 tab + &apos;---help---&apos;    (correct indentation)  f) 1 tab + 1 space + &apos;---help---&apos;  g) 1 tab + 2 spaces + &apos;---help---&apos;In order to convert all of them to 1 tab + &apos;help&apos;, I ran thefollowing commend:  $ find . -name &apos;Kconfig*&apos; | xargs sed -i &apos;s/^[[:space:]]*---help---/\thelp/&apos;Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/staging/media/atomisp/Kconfig</description>
        <pubDate>Sat, 13 Jun 2020 16:50:22 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;masahiroy@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>4e86bde2 - media: staging: media: atomisp: add PMIC_OPREGION dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/media/atomisp/Kconfig#4e86bde2</link>
        <description>media: staging: media: atomisp: add PMIC_OPREGION dependencyWithout that driver, there is a link failure inERROR: modpost: &quot;intel_soc_pmic_exec_mipi_pmic_seq_element&quot;[drivers/staging/media/atomisp/pci/atomisp_gmin_platform.ko] undefined!Add an explicit Kconfig dependency.Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Reviewed-by: Nathan Chancellor &lt;natechancellor@gmail.com&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/staging/media/atomisp/Kconfig</description>
        <pubDate>Fri, 29 May 2020 20:00:31 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>f5fbb83f - media: atomisp: add SPDX headers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/media/atomisp/Kconfig#f5fbb83f</link>
        <description>media: atomisp: add SPDX headersThis driver is licensed under GPL 2.0, as stated inside theirheaders.Add the proper tag there. We should probably latter cleanupthe reduntant licensing text, but this could be done later,after we get rid of other abstraction layers.Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/staging/media/atomisp/Kconfig</description>
        <pubDate>Sat, 30 May 2020 05:38:24 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>0741bf66 - media: atomisp: move atomisp_gmin_platform.c to pci/ dir</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/media/atomisp/Kconfig#0741bf66</link>
        <description>media: atomisp: move atomisp_gmin_platform.c to pci/ dirThe atomisp_gmin_platform.c is not a platform driver anymore,but it is, instead, part of the atomisp driver.Move it to be together with the driver. As a bonus, as theatomisp i2c drivers depends on its contents, probing themshould load automatically the atomisp core. This shouldlikely avoid some possible race conditions.Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/staging/media/atomisp/Kconfig</description>
        <pubDate>Mon, 11 May 2020 09:47:25 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>08509360 - media: atomisp: allow building for isp2401</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/media/atomisp/Kconfig#08509360</link>
        <description>media: atomisp: allow building for isp2401Now that everything needed to build for ISP2401 is solved,we can setup atomisp to build either for ISP2400 or ISP2401.Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/staging/media/atomisp/Kconfig</description>
        <pubDate>Thu, 30 Apr 2020 09:32:18 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>9d4fa1a1 - media: atomisp: cleanup directory hierarchy</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/media/atomisp/Kconfig#9d4fa1a1</link>
        <description>media: atomisp: cleanup directory hierarchyThis driver has very long directories without a goodreason (IMHO). Let&apos;s drop two directories from such hierarchy,in order to simplify things a little bit and make the diroutput a bit more readable.Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/staging/media/atomisp/Kconfig</description>
        <pubDate>Thu, 30 Apr 2020 07:49:43 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>fd3218f5 - media: atomisp: select IOSF_MBI dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/media/atomisp/Kconfig#fd3218f5</link>
        <description>media: atomisp: select IOSF_MBI dependencyThis driver needs IOSF_MBI in order to talk with some PMregisters. Select it at compile time.Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/staging/media/atomisp/Kconfig</description>
        <pubDate>Wed, 20 May 2020 10:30:23 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>aa31f651 - media: atomisp: allow building the driver again</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/media/atomisp/Kconfig#aa31f651</link>
        <description>media: atomisp: allow building the driver againThe atomisp driver builds again. So, remove depends on BROKEN.Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/staging/media/atomisp/Kconfig</description>
        <pubDate>Sun, 19 Apr 2020 12:33:52 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>ad85094b - Revert &quot;media: staging: atomisp: Remove driver&quot;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/media/atomisp/Kconfig#ad85094b</link>
        <description>Revert &quot;media: staging: atomisp: Remove driver&quot;There are some interest on having this driver back, and Ican probably dedicate some time to address its issue. So,let&apos;s ressurect it.For now, the driver causes a recursive error and doesn&apos;tbuild, so, make it depend on BROKEN.This reverts commit 51b8dc5163d2ff2bf04019f8bf7e3bd0e75bb654.Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/staging/media/atomisp/Kconfig</description>
        <pubDate>Sun, 19 Apr 2020 10:18:13 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>d5426f4c - media: staging: atomisp: use clock framework for camera clocks</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/media/atomisp/Kconfig#d5426f4c</link>
        <description>media: staging: atomisp: use clock framework for camera clocksThe Atom ISP driver initializes and configures PMC clocks which arealready handled by the clock framework.Remove all legacy vlv2_platform_clock stuff and move to the clk API toavoid conflicts, e.g. with audio machine drivers enabling the MCLK forexternal codecsFixes: a49d25364dfb (&quot;staging/atomisp: Add support for the Intel IPU v2&quot;)Tested-by: Carlo Caione &lt;carlo@endlessm.com&gt;Reviewed-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;Signed-off-by: Pierre-Louis Bossart &lt;pierre-louis.bossart@linux.intel.com&gt;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/staging/media/atomisp/Kconfig</description>
        <pubDate>Wed, 20 Sep 2017 20:53:58 +0000</pubDate>
        <dc:creator>Pierre-Louis Bossart &lt;pierre-louis.bossart@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>d13f47c2 - media: staging: media: atomisp: Use tabs in Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/media/atomisp/Kconfig#d13f47c2</link>
        <description>media: staging: media: atomisp: Use tabs in KconfigUse tabs in Kconfig for indentation rather than spaces.The patch has been created using the following command:find drivers/staging/media/atomisp/ -name Kconfig| \	xargs perl -i -pe &apos;s/ {8}/\t/g&apos;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/staging/media/atomisp/Kconfig</description>
        <pubDate>Thu, 31 Aug 2017 08:11:00 +0000</pubDate>
        <dc:creator>Sakari Ailus &lt;sakari.ailus@linux.intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
