<?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>118b3409 - media: i2c: lt6911uxe: add two selects to Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/i2c/Kconfig#118b3409</link>
        <description>media: i2c: lt6911uxe: add two selects to KconfigIn order to get the v4l2_subdev functions you need to selectMEDIA_CONTROLLER and VIDEO_V4L2_SUBDEV_API.Signed-off-by: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;Reported-by: kernel test robot &lt;lkp@intel.com&gt;Closes: https://lore.kernel.org/oe-kbuild-all/202503151002.HacBN2LO-lkp@intel.com/Fixes: e49563c3be09 (&quot;media: i2c: add lt6911uxe hdmi bridge driver&quot;)

            List of files:
            /linux-6.15/drivers/media/i2c/Kconfig</description>
        <pubDate>Wed, 19 Mar 2025 10:32:56 +0000</pubDate>
        <dc:creator>Hans Verkuil &lt;hverkuil@xs4all.nl&gt;</dc:creator>
    </item>
<item>
        <title>9df181c8 - media: i2c: lt6911uxe: Fix Kconfig dependencies:</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/i2c/Kconfig#9df181c8</link>
        <description>media: i2c: lt6911uxe: Fix Kconfig dependencies:The new driver fails to build if I2C is disabled:drivers/media/i2c/lt6911uxe.c:703:1: error: data definition has no type or storage class [-Werror]  703 | module_i2c_driver(lt6911uxe_i2c_driver);or if I2C is on but V4L2_CCI_I2C is not:ERROR: modpost: &quot;cci_write&quot; [drivers/media/i2c/lt6911uxe.ko] undefined!ERROR: modpost: &quot;cci_read&quot; [drivers/media/i2c/lt6911uxe.ko] undefined!For both by adding a dependency on I2C and selecting V4L2_CCI_I2C, whichfollows the common practice for these.Fixes: e49563c3be09 (&quot;media: i2c: add lt6911uxe hdmi bridge driver&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;

            List of files:
            /linux-6.15/drivers/media/i2c/Kconfig</description>
        <pubDate>Fri, 14 Mar 2025 15:46:30 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>e49563c3 - media: i2c: add lt6911uxe hdmi bridge driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/i2c/Kconfig#e49563c3</link>
        <description>media: i2c: add lt6911uxe hdmi bridge driverLontium LT9611UXE is a HDMI to MIPI CSI-2 bridge. The device supportsmodes up to 4k@60fps, obtains the video information and switches thecurrent mode once the video signal changes.Signed-off-by: Dongcheng Yan &lt;dongcheng.yan@intel.com&gt;Signed-off-by: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;[hverkuil: fix smatch warning: missing error code &apos;ret&apos;][hverkuil: fix coccinelle IRQF_ONESHOT warning]

            List of files:
            /linux-6.15/drivers/media/i2c/Kconfig</description>
        <pubDate>Thu, 06 Mar 2025 06:04:27 +0000</pubDate>
        <dc:creator>Dongcheng Yan &lt;dongcheng.yan@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>4f0aeba4 - media: i2c: imx214: Convert to CCI register access helpers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/i2c/Kconfig#4f0aeba4</link>
        <description>media: i2c: imx214: Convert to CCI register access helpersUse the new common CCI register access helpers to replace the privateregister access helpers in the imx214 driver. This simplifies the driverby reducing the amount of code.Acked-by: Ricardo Ribalda &lt;ribalda@chromium.org&gt;Signed-off-by: Andr&#233; Apitzsch &lt;git@apitzsch.eu&gt;Signed-off-by: Sakari Ailus &lt;sakari.ailus@linux.intel.com&gt;Signed-off-by: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;

            List of files:
            /linux-6.15/drivers/media/i2c/Kconfig</description>
        <pubDate>Fri, 20 Dec 2024 13:26:02 +0000</pubDate>
        <dc:creator>Andr&#233; Apitzsch &lt;git@apitzsch.eu&gt;</dc:creator>
    </item>
<item>
        <title>fea074e9 - media: i2c: Kconfig: Fix missing firmware upload config select</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/i2c/Kconfig#fea074e9</link>
        <description>media: i2c: Kconfig: Fix missing firmware upload config selectFW_LOADER config only selects the firmware loader API, but we also needthe sysfs_upload symbols for firmware_upload_unregister() andfirmware_upload_register() to function properly.Fixes: 7a52ab415b43 (&quot;media: i2c: Add driver for THine THP7312&quot;)Cc: stable@vger.kernel.orgSigned-off-by: Kory Maincent &lt;kory.maincent@bootlin.com&gt;Reviewed-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;Reviewed-by: Paul Elder &lt;paul.elder@ideasonboard.com&gt;Link: https://lore.kernel.org/r/20240620102544.1918105-1-kory.maincent@bootlin.comSigned-off-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;

            List of files:
            /linux-6.15/drivers/media/i2c/Kconfig</description>
        <pubDate>Thu, 20 Jun 2024 10:25:43 +0000</pubDate>
        <dc:creator>Kory Maincent &lt;kory.maincent@bootlin.com&gt;</dc:creator>
    </item>
<item>
        <title>355f5097 - media: i2c: Add GC05A2 image sensor driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/i2c/Kconfig#355f5097</link>
        <description>media: i2c: Add GC05A2 image sensor driverAdd a V4L2 sub-device driver for Galaxycore GC05A2 image sensor.Reviewed-by: AngeloGioacchino Del Regno &lt;angelogioacchino.delregno@collabora.com&gt;Signed-off-by: Zhi Mao &lt;zhi.mao@mediatek.com&gt;[Sakari Ailus: Fold in MAINTAINERS change.]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/media/i2c/Kconfig</description>
        <pubDate>Tue, 11 Jun 2024 11:32:35 +0000</pubDate>
        <dc:creator>Zhi Mao &lt;zhi.mao@mediatek.com&gt;</dc:creator>
    </item>
<item>
        <title>1ad0cd5e - media: i2c: Add GC08A3 image sensor driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/i2c/Kconfig#1ad0cd5e</link>
        <description>media: i2c: Add GC08A3 image sensor driverAdd a V4L2 sub-device driver for Galaxycore GC08A3 image sensor.Reviewed-by: AngeloGioacchino Del Regno &lt;angelogioacchino.delregno@collabora.com&gt;Signed-off-by: Zhi Mao &lt;zhi.mao@mediatek.com&gt;[Sakari Ailus: Fold in MAINTAINERS change.]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/media/i2c/Kconfig</description>
        <pubDate>Wed, 12 Jun 2024 02:17:59 +0000</pubDate>
        <dc:creator>Zhi Mao &lt;zhi.mao@mediatek.com&gt;</dc:creator>
    </item>
<item>
        <title>15765ff7 - media: i2c: vgxy61: Fix device name</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/i2c/Kconfig#15765ff7</link>
        <description>media: i2c: vgxy61: Fix device nameRename &apos;st-vgxy61&apos; to &apos;vgxy61&apos;, dropping the vendor prefix to follow thesame naming scheme as the vast majority of device drivers.The device tree binding does not fall into binding rename exceptions andtherefore must not be changed. Keep its legacy name.Signed-off-by: Benjamin Mugnier &lt;benjamin.mugnier@foss.st.com&gt;Acked-by: Krzysztof Kozlowski &lt;krzysztof.kozlowski@linaro.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/media/i2c/Kconfig</description>
        <pubDate>Wed, 12 Jun 2024 08:21:14 +0000</pubDate>
        <dc:creator>Benjamin Mugnier &lt;benjamin.mugnier@foss.st.com&gt;</dc:creator>
    </item>
<item>
        <title>37a638e9 - media: i2c: add MAX96714 driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/i2c/Kconfig#37a638e9</link>
        <description>media: i2c: add MAX96714 driverThis driver handles the MAX96714 deserializer in tunnel mode.The CSI output will replicate all the CSI traffic forwarded bythe remote serializer.The MAX96714 driver can handle MAX96714 and MAX96714F variantswith the same &quot;maxim,max96714f&quot; compatible.Signed-off-by: Julien Massot &lt;julien.massot@collabora.com&gt;[Sakari Ailus: Adapt to changed i2c_mux_add_adapter arguments.]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/media/i2c/Kconfig</description>
        <pubDate>Tue, 30 Apr 2024 13:19:30 +0000</pubDate>
        <dc:creator>Julien Massot &lt;julien.massot@collabora.com&gt;</dc:creator>
    </item>
<item>
        <title>50f22245 - media: i2c: add MAX96717 driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/i2c/Kconfig#50f22245</link>
        <description>media: i2c: add MAX96717 driverThis driver handles the MAX96717 serializer in tunnel mode.All incoming CSI traffic will be tunneled through the GMSL2link.The MAX96717 driver can handle MAX96717 and MAX96717F variantswith the same &quot;maxim,max96717f&quot; compatible.Signed-off-by: Julien Massot &lt;julien.massot@collabora.com&gt;[Sakari Ailus: Adapt to changed i2c_mux_add_adapter arguments.]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/media/i2c/Kconfig</description>
        <pubDate>Tue, 30 Apr 2024 13:19:29 +0000</pubDate>
        <dc:creator>Julien Massot &lt;julien.massot@collabora.com&gt;</dc:creator>
    </item>
<item>
        <title>ccb4eb44 - media: i2c: Add imx283 camera sensor driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/i2c/Kconfig#ccb4eb44</link>
        <description>media: i2c: Add imx283 camera sensor driverAdd a v4l2 subdevice driver for the Sony IMX283 image sensor.The IMX283 is a 20MP Diagonal 15.86 mm (Type 1) CMOS Image Sensor withSquare Pixel for Color Cameras.The following features are supported:- Manual exposure an gain control support- vblank/hblank/link freq control support- Test pattern support control- Arbitrary horizontal and vertical cropping- Supported resolution:  - 5472x3648 @ 20fps (SRGGB12)  - 5472x3648 @ 25fps (SRGGB10)  - 2736x1824 @ 50fps (SRGGB12)Signed-off-by: Kieran Bingham &lt;kieran.bingham@ideasonboard.com&gt;Signed-off-by: Umang Jain &lt;umang.jain@ideasonboard.com&gt;[Sakari Ailus: Take upstream runtime PM API changes into account.]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/media/i2c/Kconfig</description>
        <pubDate>Tue, 02 Apr 2024 10:07:51 +0000</pubDate>
        <dc:creator>Kieran Bingham &lt;kieran.bingham@ideasonboard.com&gt;</dc:creator>
    </item>
<item>
        <title>40431ff5 - media: i2c: imx258: Convert to new CCI register access helpers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/i2c/Kconfig#40431ff5</link>
        <description>media: i2c: imx258: Convert to new CCI register access helpersUse the new comon CCI register access helpers to replace the privateregister access helpers in the imx258 driver.Signed-off-by: Luis Garcia &lt;git@luigi311.com&gt;Reviewed-by: Tommaso Merciai &lt;tomm.merciai@gmail.com&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/media/i2c/Kconfig</description>
        <pubDate>Wed, 01 May 2024 15:24:42 +0000</pubDate>
        <dc:creator>Luis Garcia &lt;git@luigi311.com&gt;</dc:creator>
    </item>
<item>
        <title>8fe37e59 - media: i2c: ov4689: CCI conversion</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/i2c/Kconfig#8fe37e59</link>
        <description>media: i2c: ov4689: CCI conversionConvert the i2c register accesses to utilize the CCI helper libraryrather than relying on driver-specific functions. Also, set analoguegain in a single 16-bit write instead of two 8-bit writes.[Sakari Ailus: Initialise sensor_gain as 0.]Signed-off-by: Mikhail Rudenko &lt;mike.rudenko@gmail.com&gt;Reviewed-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.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/media/i2c/Kconfig</description>
        <pubDate>Tue, 16 Apr 2024 22:45:12 +0000</pubDate>
        <dc:creator>Mikhail Rudenko &lt;mike.rudenko@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>8f0926db - media: imx335: Use V4L2 CCI for accessing sensor registers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/i2c/Kconfig#8f0926db</link>
        <description>media: imx335: Use V4L2 CCI for accessing sensor registersUse the new comon CCI register access helpers to replace the privateregister access helpers in the imx335 driver.Select V4L2_CCI_I2C Kconfig option which the imx335 driver nowdepends on.Signed-off-by: Umang Jain &lt;umang.jain@ideasonboard.com&gt;Reviewed-by: Kieran Bingham &lt;kieran.bingham@ideasonboard.com&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/media/i2c/Kconfig</description>
        <pubDate>Sun, 14 Apr 2024 14:06:18 +0000</pubDate>
        <dc:creator>Umang Jain &lt;umang.jain@ideasonboard.com&gt;</dc:creator>
    </item>
<item>
        <title>d5df1c7f - media: i2c: imx415: Convert to new CCI register access helpers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/i2c/Kconfig#d5df1c7f</link>
        <description>media: i2c: imx415: Convert to new CCI register access helpersUse the new common CCI register access helpers to replace the privateregister access helpers in the imx415 driver.Signed-off-by: Alexander Stein &lt;alexander.stein@ew.tq-group.com&gt;Reviewed-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.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/media/i2c/Kconfig</description>
        <pubDate>Wed, 17 Jan 2024 07:39:35 +0000</pubDate>
        <dc:creator>Alexander Stein &lt;alexander.stein@ew.tq-group.com&gt;</dc:creator>
    </item>
<item>
        <title>9a6d7f2b - media: i2c: st-vgxy61: Convert to CCI register access helpers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/i2c/Kconfig#9a6d7f2b</link>
        <description>media: i2c: st-vgxy61: Convert to CCI register access helpersUse the new common CCI register access helpers to replace the privateregister access helpers in the st-vgxy61 driver. This simplifies thedriver by reducing the amount of code.st-vgxy61 devices use little endianness arrangement, thereforethe driver uses the CCI_REGx_LE registers definition.Signed-off-by: Julien Massot &lt;julien.massot@collabora.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/media/i2c/Kconfig</description>
        <pubDate>Fri, 12 Jan 2024 09:52:28 +0000</pubDate>
        <dc:creator>Julien Massot &lt;julien.massot@collabora.com&gt;</dc:creator>
    </item>
<item>
        <title>60a031b6 - media: i2c: thp7312: select CONFIG_FW_LOADER</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/i2c/Kconfig#60a031b6</link>
        <description>media: i2c: thp7312: select CONFIG_FW_LOADERThe recently added driver uses the firmware loader mechanism but causesa link failure when that is in a loadable module while thp7312 itselfis built-in:arm-linux-gnueabi-ld: drivers/media/i2c/thp7312.o: in function `thp7312_probe&apos;:thp7312.c:(.text+0x4164): undefined reference to `firmware_upload_register&apos;Select the required Kconfig symbol. Note that the driver specificallyneeds the firmware upload interface that is controlled by CONFIG_FW_UPLOAD,but there is no link failure when that is disabled because the interfacesare stubbed out here.Link: https://lore.kernel.org/linux-media/20240103155811.4092035-1-arnd@kernel.orgFixes: 7a52ab415b43 (&quot;media: i2c: Add driver for THine THP7312&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;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/i2c/Kconfig</description>
        <pubDate>Wed, 03 Jan 2024 15:58:05 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>03d93f8e - media: i2c: Add driver for OmniVision OV64A40</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/i2c/Kconfig#03d93f8e</link>
        <description>media: i2c: Add driver for OmniVision OV64A40Add a driver for the OmniVision OV64A40 image sensor.Co-developed-by: Lee Jackson &lt;lee.jackson@arducam.com&gt;Signed-off-by: Lee Jackson &lt;lee.jackson@arducam.com&gt;Signed-off-by: Jacopo Mondi &lt;jacopo.mondi@ideasonboard.com&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/media/i2c/Kconfig</description>
        <pubDate>Wed, 13 Dec 2023 08:29:19 +0000</pubDate>
        <dc:creator>Jacopo Mondi &lt;jacopo.mondi@ideasonboard.com&gt;</dc:creator>
    </item>
<item>
        <title>3ae52083 - media: i2c: gc0308: new driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/i2c/Kconfig#3ae52083</link>
        <description>media: i2c: gc0308: new driverIntroduce new driver for GalaxyCore GC0308, which is a cheap640x480 with an on-chip ISP sensor sold since 2010. Data isprovided via parallel bus.Reviewed-by: Jacopo Mondi &lt;jacopo.mondi@ideasonboard.com&gt;Signed-off-by: Sebastian Reichel &lt;sre@kernel.org&gt;[Sakari Ailus: Changed MAINTAINERS to match GC2145 entry.]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/media/i2c/Kconfig</description>
        <pubDate>Fri, 08 Dec 2023 23:18:19 +0000</pubDate>
        <dc:creator>Sebastian Reichel &lt;sre@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>0a7af872 - media: i2c: Add support for alvium camera</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/media/i2c/Kconfig#0a7af872</link>
        <description>media: i2c: Add support for alvium cameraThe Alvium camera is shipped with sensor + isp in the same housing.The camera can be equipped with one out of various sensor and abstractthe user from this. Camera is connected via MIPI CSI-2.Most of the camera module features are supported, with the main exceptionbeing fw update.The driver provides all mandatory, optional and recommended V4L2 controlsfor maximum compatibility with libcameraReferences: - https://www.alliedvision.com/en/products/embedded-vision-solutionsSigned-off-by: Tommaso Merciai &lt;tomm.merciai@gmail.com&gt;[Sakari Ailus: Assign ret before using it in probe and squash Tommaso&apos;s	       other fixes.]Signed-off-by: Sakari Ailus &lt;sakari.ailus@linux.intel.com&gt;Signed-off-by: Hans Verkuil &lt;hverkuil-cisco@xs4all.nl&gt;[hverkuil: alvium-csi2.h: SPDX must use /* */ instead of //]

            List of files:
            /linux-6.15/drivers/media/i2c/Kconfig</description>
        <pubDate>Mon, 04 Dec 2023 09:47:16 +0000</pubDate>
        <dc:creator>Tommaso Merciai &lt;tomm.merciai@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
