<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/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>c17ee635fd3a482b2ad2bf5e269755c2eae5f25e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/media/i2c/Kconfig#c17ee635fd3a482b2ad2bf5e269755c2eae5f25e</link>
        <description>Merge drm/drm-fixes into drm-misc-fixes7.0-rc1 was just released, let&apos;s merge it to kick the new release cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/drivers/media/i2c/Kconfig</description>
        <pubDate>Mon, 23 Feb 2026 10:09:45 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>b7ef56a07672e0d7ebe71c9d9b45f959f0c2f8e8 - Merge tag &apos;media/v7.0-2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/media/i2c/Kconfig#b7ef56a07672e0d7ebe71c9d9b45f959f0c2f8e8</link>
        <description>Merge tag &apos;media/v7.0-2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaPull media updates from Mauro Carvalho Chehab: - Add support for GMSL1 and GMSL&#8209;coax modules (PCI&#8239;mgb4) - Add driver for TI&#8239;VIP - AV1 &#8211; first kernel support (pixel&#8209;format, decoder, transcoder) - Three new camera&#8209;sensor drivers (os05b10, s5k3m5, s5kjn1) - Synopsys CSI&#8209;2 receiver driver - Verisilicon &amp; rkvdec &#8211; major fixes and enhancements - IPU6 (and 7) fixes and preparation for metadata - omap3isp: v4l2-compliance updates - Fix DVB streaming, drop wait_prepare/finish (dvb/vb2)* tag &apos;media/v7.0-2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media: (307 commits)  media: uvcvideo: Pass allocation size directly to uvc_alloc_urb_buffer  media: uvcvideo: Fix allocation for small frame sizes  media: uvcvideo: Return queued buffers on start_streaming() failure  media: uvcvideo: Create an ID namespace for streaming output terminals  media: rkvdec: Add HEVC support for the VDPU383 variant  media: rkvdec: Add HEVC support for the VDPU381 variant  media: rkvdec: Add H264 support for the VDPU383 variant  media: rkvdec: Add H264 support for the VDPU381 variant  media: rkvdec: Disable multicore support  media: rkvdec: Enable all clocks without naming them  media: rkvdec: Support per-variant interrupt handler  media: rkvdec: Add RCB and SRAM support  media: rkvdec: Add variant specific coded formats list  media: rkvdec: Move hevc functions to common file  media: rkvdec: Move h264 functions to common file  media: rkvdec: Use structs to represent the HW RPS  media: rkvdec: Move cabac tables to their own source file  media: rkvdec: Switch to using structs instead of writel  media: visl: Add HEVC short and long term RPS sets  media: v4l2-ctrls: Add hevc_ext_sps_[ls]t_rps controls  ...

            List of files:
            /linux/drivers/media/i2c/Kconfig</description>
        <pubDate>Wed, 11 Feb 2026 21:20:25 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>cc4adab164b772a34b3340d644b7c4728498581e - Merge tag &apos;v6.19-rc1&apos; into msm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/media/i2c/Kconfig#cc4adab164b772a34b3340d644b7c4728498581e</link>
        <description>Merge tag &apos;v6.19-rc1&apos; into msm-nextMerge Linux 6.19-rc1 in order to catch up with other changes (e.g. UBWCconfig database defining UBWC_6).Signed-off-by: Dmitry Baryshkov &lt;dmitry.baryshkov@oss.qualcomm.com&gt;

            List of files:
            /linux/drivers/media/i2c/Kconfig</description>
        <pubDate>Tue, 20 Jan 2026 23:06:55 +0100</pubDate>
        <dc:creator>Dmitry Baryshkov &lt;dmitry.baryshkov@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>4f66f36388d5668c215f107a4e1ce1a707251ff5 - media: i2c: ov5647: Convert to CCI register access helpers</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/media/i2c/Kconfig#4f66f36388d5668c215f107a4e1ce1a707251ff5</link>
        <description>media: i2c: ov5647: Convert to CCI register access helpersUse the new common CCI register access helpers to replace the privateregister access helpers in the ov5647 driver. This simplifies the driverby reducing the amount of code.Signed-off-by: Xiaolei Wang &lt;xiaolei.wang@windriver.com&gt;Reviewed-by: Tarang Raval &lt;tarang.raval@siliconsignals.io&gt;Reviewed-by: Hans de Goede &lt;johannes.goede@oss.qualcomm.com&gt;Signed-off-by: Sakari Ailus &lt;sakari.ailus@linux.intel.com&gt;Signed-off-by: Hans Verkuil &lt;hverkuil+cisco@kernel.org&gt;

            List of files:
            /linux/drivers/media/i2c/Kconfig</description>
        <pubDate>Thu, 08 Jan 2026 06:21:57 +0100</pubDate>
        <dc:creator>Xiaolei Wang &lt;xiaolei.wang@windriver.com&gt;</dc:creator>
    </item>
<item>
        <title>1df58b9ddaac468154083af6e1d7ddaf8769e964 - media: mt9m114: Use aptina-PLL helper to get PLL values</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/media/i2c/Kconfig#1df58b9ddaac468154083af6e1d7ddaf8769e964</link>
        <description>media: mt9m114: Use aptina-PLL helper to get PLL valuesBefore this change the driver used hardcoded PLL m, n and p values toachieve a 48MHz pixclock when used with an external clock with a frequencyof 24 MHz.Use aptina_pll_calculate() to allow the driver to work with differentexternal clock frequencies. The m, n, and p values will be unchangedwith a 24 MHz extclk and this has also been tested with a 19.2 MHzclock where m gets increased from 32 to 40.Suggested-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;Reviewed-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;Signed-off-by: Hans de Goede &lt;johannes.goede@oss.qualcomm.com&gt;[Sakari Ailus: Fix capitalisation of &quot;MHz&quot;.]Signed-off-by: Sakari Ailus &lt;sakari.ailus@linux.intel.com&gt;Signed-off-by: Hans Verkuil &lt;hverkuil+cisco@kernel.org&gt;

            List of files:
            /linux/drivers/media/i2c/Kconfig</description>
        <pubDate>Tue, 30 Dec 2025 18:02:59 +0100</pubDate>
        <dc:creator>Hans de Goede &lt;johannes.goede@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>50b52b6d420e85f86a579ea197b569b31bc6de43 - media: i2c: ov01a10: Convert to new CCI register access helpers</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/media/i2c/Kconfig#50b52b6d420e85f86a579ea197b569b31bc6de43</link>
        <description>media: i2c: ov01a10: Convert to new CCI register access helpersUse the new comon CCI register access helpers to replace the privateregister access helpers in the ov01a10 driver.Signed-off-by: Hans de Goede &lt;hansg@kernel.org&gt;Signed-off-by: Sakari Ailus &lt;sakari.ailus@linux.intel.com&gt;Signed-off-by: Hans Verkuil &lt;hverkuil+cisco@kernel.org&gt;

            List of files:
            /linux/drivers/media/i2c/Kconfig</description>
        <pubDate>Tue, 14 Oct 2025 19:40:16 +0200</pubDate>
        <dc:creator>Hans de Goede &lt;hansg@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>3aa9296a23ec41a8424e9a2346eea59fb6cb7d8c - media: i2c: add os05b10 image sensor driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/media/i2c/Kconfig#3aa9296a23ec41a8424e9a2346eea59fb6cb7d8c</link>
        <description>media: i2c: add os05b10 image sensor driverAdd a v4l2 subdevice driver for the Omnivision OS05B10 sensor.The Omnivision OS05B10 image sensor with an activearray size of 2592 x 1944.The following features are supported:- Manual exposure an gain control support- vblank/hblank control support- Supported resolution: 2592 x 1944 @ 60fps (SBGGR10)Co-developed-by: Elgin Perumbilly &lt;elgin.perumbilly@siliconsignals.io&gt;Signed-off-by: Elgin Perumbilly &lt;elgin.perumbilly@siliconsignals.io&gt;Signed-off-by: Himanshu Bhavani &lt;himanshu.bhavani@siliconsignals.io&gt;Reviewed-by: Vladimir Zapolskiy &lt;vladimir.zapolskiy@linaro.org&gt;Reviewed-by: Mehdi Djait &lt;mehdi.djait@linux.intel.com&gt;Signed-off-by: Sakari Ailus &lt;sakari.ailus@linux.intel.com&gt;Signed-off-by: Hans Verkuil &lt;hverkuil+cisco@kernel.org&gt;

            List of files:
            /linux/drivers/media/i2c/Kconfig</description>
        <pubDate>Mon, 05 Jan 2026 10:34:14 +0100</pubDate>
        <dc:creator>Himanshu Bhavani &lt;himanshu.bhavani@siliconsignals.io&gt;</dc:creator>
    </item>
<item>
        <title>7d402666094ce25d2b52da679b8d7210cde01a34 - media: i2c: Add Samsung S5K3M5 13MP camera sensor driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/media/i2c/Kconfig#7d402666094ce25d2b52da679b8d7210cde01a34</link>
        <description>media: i2c: Add Samsung S5K3M5 13MP camera sensor driverSamsung S5K3M5 (ISOCELL 3M5) is a 13MP image sensor, it producesBayer GRBG (2x2) frames in RAW10 output format, the maximum supportedoutput resolution is 4208x3120 at 30 frames per second.Tested-by: Neil Armstrong &lt;neil.armstrong@linaro.org&gt; # on SM8550-QRDSigned-off-by: Vladimir Zapolskiy &lt;vladimir.zapolskiy@linaro.org&gt;Signed-off-by: Sakari Ailus &lt;sakari.ailus@linux.intel.com&gt;Signed-off-by: Hans Verkuil &lt;hverkuil+cisco@kernel.org&gt;

            List of files:
            /linux/drivers/media/i2c/Kconfig</description>
        <pubDate>Wed, 03 Dec 2025 05:02:40 +0100</pubDate>
        <dc:creator>Vladimir Zapolskiy &lt;vladimir.zapolskiy@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>e38fd0933c759bfd51aafbee07f11e8d69da4366 - media: i2c: add Samsung S5KJN1 image sensor device driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/media/i2c/Kconfig#e38fd0933c759bfd51aafbee07f11e8d69da4366</link>
        <description>media: i2c: add Samsung S5KJN1 image sensor device driverSamsung S5KJN1 is a 50MP image sensor, it produces Bayer GRBG (2x2)frames in RAW10 output format, the maximum supported output resolutionis 8160x6144 at 10 frames per second.Tested-by: Neil Armstrong &lt;neil.armstrong@linaro.org&gt; # on SM8650-QRDSigned-off-by: Vladimir Zapolskiy &lt;vladimir.zapolskiy@linaro.org&gt;Signed-off-by: Sakari Ailus &lt;sakari.ailus@linux.intel.com&gt;Signed-off-by: Hans Verkuil &lt;hverkuil+cisco@kernel.org&gt;

            List of files:
            /linux/drivers/media/i2c/Kconfig</description>
        <pubDate>Thu, 04 Dec 2025 05:11:34 +0100</pubDate>
        <dc:creator>Vladimir Zapolskiy &lt;vladimir.zapolskiy@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>5add3c3c280a35f7e258e9cef7607db5a2e56fdc - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/media/i2c/Kconfig#5add3c3c280a35f7e258e9cef7607db5a2e56fdc</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to bring in 6.19-rc1. An important upstream bugfix andto help unblock PTL CI.Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/drivers/media/i2c/Kconfig</description>
        <pubDate>Fri, 19 Dec 2025 11:51:22 +0100</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>ec439c38013550420aecc15988ae6acb670838c1 - Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.19-rc1</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/media/i2c/Kconfig#ec439c38013550420aecc15988ae6acb670838c1</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.19-rc1Cross-merge BPF and other fixes after downstream PR.Signed-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;

            List of files:
            /linux/drivers/media/i2c/Kconfig</description>
        <pubDate>Wed, 17 Dec 2025 06:29:38 +0100</pubDate>
        <dc:creator>Alexei Starovoitov &lt;ast@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>b8304863a3990d0f18c38e5b94191830a63ee1af - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/media/i2c/Kconfig#b8304863a3990d0f18c38e5b94191830a63ee1af</link>
        <description>Merge drm/drm-next into drm-intel-nextSync-up some display code needed for Async flips refactor.Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/drivers/media/i2c/Kconfig</description>
        <pubDate>Mon, 15 Dec 2025 14:24:02 +0100</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>7f790dd21a931c61167f7bdc327aecf2cebad327 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/media/i2c/Kconfig#7f790dd21a931c61167f7bdc327aecf2cebad327</link>
        <description>Merge drm/drm-next into drm-misc-nextLet&apos;s kickstart the v6.20 (7.0?) release cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/drivers/media/i2c/Kconfig</description>
        <pubDate>Mon, 15 Dec 2025 09:27:39 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>a4a508df2aa34f8650afde54ea804321c618f45f - Merge tag &apos;v6.18&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/media/i2c/Kconfig#a4a508df2aa34f8650afde54ea804321c618f45f</link>
        <description>Merge tag &apos;v6.18&apos; into nextSync up with the mainline to bring in the latest APIs.

            List of files:
            /linux/drivers/media/i2c/Kconfig</description>
        <pubDate>Sat, 13 Dec 2025 10:18:20 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>24f171c7e145f43b9f187578e89b0982ce87e54c - Merge tag &apos;asoc-fix-v6.19-rc1&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/media/i2c/Kconfig#24f171c7e145f43b9f187578e89b0982ce87e54c</link>
        <description>Merge tag &apos;asoc-fix-v6.19-rc1&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Fixes for v6.19We&apos;ve been quite busy with fixes since the merge window, though not inany particularly exciting ways - the standout thing is the fix for _SXcontrols which were broken by a change to how we do clamping, otherwiseit&apos;s all fairly run of the mill fixes and quirks.

            List of files:
            /linux/drivers/media/i2c/Kconfig</description>
        <pubDate>Sun, 21 Dec 2025 11:11:11 +0100</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>84318277d6334c6981ab326d4acc87c6a6ddc9b8 - Merge remote-tracking branch &apos;drm/drm-fixes&apos; into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/media/i2c/Kconfig#84318277d6334c6981ab326d4acc87c6a6ddc9b8</link>
        <description>Merge remote-tracking branch &apos;drm/drm-fixes&apos; into drm-misc-fixesPull in rc1 to include all changes since the merge window closed,and grab all fixes and changes from drm/drm-next.Signed-off-by: Maarten Lankhorst &lt;dev@lankhorst.se&gt;

            List of files:
            /linux/drivers/media/i2c/Kconfig</description>
        <pubDate>Mon, 15 Dec 2025 12:53:27 +0100</pubDate>
        <dc:creator>Maarten Lankhorst &lt;dev@lankhorst.se&gt;</dc:creator>
    </item>
<item>
        <title>d7aa60d966461ca6114dc348e97889dc8850ff7f - Merge tag &apos;media/v6.19-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/media/i2c/Kconfig#d7aa60d966461ca6114dc348e97889dc8850ff7f</link>
        <description>Merge tag &apos;media/v6.19-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaPull media updates from Mauro Carvalho Chehab: - New drivers:    - Mali-C55 ISP    - Rockchip VICAP (RKCIF)    - RKVDEC HEVC Decoder    - Renesas RZV2H IVC    - Sony IMX111 CMOS sensor driver - Removed STi C8SECTPFE Driver - Added a V4L2 ISP generic framework - Usual set of cleanup, fixes and driver improvements* tag &apos;media/v6.19-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media: (249 commits)  media: rockchip: rkcif: add support for rk3568 vicap mipi capture  media: rockchip: rkcif: add support for rk3568 vicap dvp capture  media: rockchip: rkcif: add support for px30 vip dvp capture  media: rockchip: rkcif: add abstraction for dma blocks  media: rockchip: rkcif: add abstraction for interface and crop blocks  media: rockchip: add driver for the rockchip camera interface  media: dt-bindings: add rockchip rk3568 vicap  media: dt-bindings: add rockchip px30 vip  media: dt-bindings: video-interfaces: add defines for sampling modes  Documentation: admin-guide: media: add rockchip camera interface  media: mali-c55: Mark pm handlers as __maybe_unused  media: mali-c55: Assert ISP blocks size correctness  media: v4l2-isp: Rename block_info to block_type_info  MAINTAINERS: Add entry for rzv2h-ivc driver  media: platform: Add Renesas Input Video Control block driver  dt-bindings: media: Add bindings for the RZ/V2H(P) IVC block  Documentation: media: mali-c55: Document the mali-c55 parameter setting  media: platform: Add mali-c55 parameters video node  media: uapi: Add parameters structs to mali-c55-config.h  media: mali-c55: Add image formats for Mali-C55 parameters buffer  ...

            List of files:
            /linux/drivers/media/i2c/Kconfig</description>
        <pubDate>Thu, 04 Dec 2025 17:15:19 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>d363bdfa0ec6b19a4f40b572cec70430d5b13ad6 - media: i2c: add Sony IMX111 CMOS camera sensor driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/media/i2c/Kconfig#d363bdfa0ec6b19a4f40b572cec70430d5b13ad6</link>
        <description>media: i2c: add Sony IMX111 CMOS camera sensor driverAdd a v4l2 sub-device driver for the Sony IMX111 image sensor. This is acamera sensor using the i2c bus for control and the csi-2 bus for data.The following features are supported:- manual exposure, digital and analog gain control support- pixel rate/link freq control support- supported resolution up to 3280x2464 for single shot capture- supported resolution up to 1920x1080 @ 30fps for video- supported bayer order output SGBRG10 and SGBRG8Camera module seems to be partially compatible with Nokia SMIA but itlacks a few registers required for clock calculations and has differentvendor-specific per-mode configurations which makes it incompatible withexisting CCS driver.Signed-off-by: Svyatoslav Ryhel &lt;clamor95@gmail.com&gt;[Sakari Ailus: Fix set_fmt() callback a bit and idle after autosuspend.]Signed-off-by: Sakari Ailus &lt;sakari.ailus@linux.intel.com&gt;Signed-off-by: Hans Verkuil &lt;hverkuil+cisco@kernel.org&gt;

            List of files:
            /linux/drivers/media/i2c/Kconfig</description>
        <pubDate>Mon, 03 Nov 2025 15:56:29 +0100</pubDate>
        <dc:creator>Svyatoslav Ryhel &lt;clamor95@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>cb9f145f638d7afa633632a9290d6ad06caeb8ee - Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-robclark</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/media/i2c/Kconfig#cb9f145f638d7afa633632a9290d6ad06caeb8ee</link>
        <description>Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-robclarkBack-merge drm-next to get caught up.Signed-off-by: Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;

            List of files:
            /linux/drivers/media/i2c/Kconfig</description>
        <pubDate>Sat, 01 Nov 2025 13:47:30 +0100</pubDate>
        <dc:creator>Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>f91b64dbe358c464070a53f525b6f4d4d59f8323 - media: i2c: Fix vendor name typo in OV2735 Kconfig help text</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/media/i2c/Kconfig#f91b64dbe358c464070a53f525b6f4d4d59f8323</link>
        <description>media: i2c: Fix vendor name typo in OV2735 Kconfig help textFix incorrect vendor name for OV2735 sensor (Sony -&gt; OmniVision) inKconfig help text.Signed-off-by: Elgin Perumbilly &lt;elgin.perumbilly@siliconsignals.io&gt;Signed-off-by: Sakari Ailus &lt;sakari.ailus@linux.intel.com&gt;Signed-off-by: Hans Verkuil &lt;hverkuil+cisco@kernel.org&gt;

            List of files:
            /linux/drivers/media/i2c/Kconfig</description>
        <pubDate>Tue, 28 Oct 2025 08:23:00 +0100</pubDate>
        <dc:creator>Elgin Perumbilly &lt;elgin.perumbilly@siliconsignals.io&gt;</dc:creator>
    </item>
</channel>
</rss>
