<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>7a0e692a0381254b2f77c54dec100cd3325a6fdf - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/media/i2c/Makefile#7a0e692a0381254b2f77c54dec100cd3325a6fdf</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 7.2 merge window.

            List of files:
            /linux/drivers/media/i2c/Makefile</description>
        <pubDate>Tue, 23 Jun 2026 08:10:08 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>8c13415c8a4383447c21ec832b20b3b283f0e01a - Merge tag &apos;media/v7.2-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/Makefile#8c13415c8a4383447c21ec832b20b3b283f0e01a</link>
        <description>Merge tag &apos;media/v7.2-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaPull media updates from Mauro Carvalho Chehab: - v4l2:     - core: fix subdev sensor ownership     - subdev: Allow accessing routes with STREAMS client capability     - ctrls: Add validation for HEVC active reference counts and       background detection control     - common: Add YUV24 format info and has_alpha helper - vb2: Change vb2_read() and vb2_write() return types to ssize_t - i2c: cvs: Add driver of Intel Computer Vision Sensing Controller(CVS) - atmel-isc: remove deprecated driver - cec: Add CEC Latency Indication Protocol (LIP) support - imon: Add iMON VFD HID OEM v1.2 key mappings - AVMatrix: new HWS capture driver - isp4: new AMD capture driver - qcom:     - iris: Add hierarchical coding, B-frame, and Long-Term Reference       support for encoder     - camss: Add SM6350 platform support     - venus: Add SM6115 platform support - chips-media: wave5: Add support for Packed YUV422, CBP profile, and   background detection - csi2rx: Add multistream support and 32 dma chans - Several cleanups and fixes* tag &apos;media/v7.2-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media: (394 commits)  media: v4l2-fwnode: Fix subdev owner overwritten in v4l2_async_register_subdev_sensor()  media: qcom: iris: vdec: allow GEN2 decoding into 10bit format  media: qcom: iris: vdec: update find_format to handle 8bit and 10bit formats  media: qcom: iris: vdec: update size and stride calculations for 10bit formats  media: qcom: iris: gen2: add support for 10bit decoding  media: qcom: iris: add QC10C &amp; P010 buffer size calculations  media: qcom: iris: add helpers for 8bit and 10bit formats  media: qcom: iris: Fix FPS calculation and VPP FW overhead  media: qcom: camss: vfe-340: Support for PIX client  media: qcom: camss: vfe-340: Proper client handling  media: qcom: camss: csid-340: Enable PIX interface routing  media: qcom: camss: csid-340: Add port-to-interface mapping  media: qcom: camss: csid-340: Switch to generic CSID_CFG/CTRL registers  media: iris: Initialize HFI ops after firmware load in core init  media: iris: drop struct iris_fmt  media: iris: Add platform data for X1P42100  media: iris: Add hardware power on/off ops for X1P42100  media: iris: optimize COMV buffer allocation for VPU3x and VPU4x  media: iris: add FPS calculation and VPP FW overhead in frequency formula  media: qcom: iris: Simplify COMV size calculation  ...

            List of files:
            /linux/drivers/media/i2c/Makefile</description>
        <pubDate>Fri, 19 Jun 2026 02:21:54 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>fff88709f9a9153af85b5224b4594caa5387ca60 - Merge tag &apos;v7.1-rc6&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/media/i2c/Makefile#fff88709f9a9153af85b5224b4594caa5387ca60</link>
        <description>Merge tag &apos;v7.1-rc6&apos; into nextSync up with mainline to pull in a fix to IMS PCU driver and otherenhancements.

            List of files:
            /linux/drivers/media/i2c/Makefile</description>
        <pubDate>Mon, 01 Jun 2026 04:43:25 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>8e2b43d2c10b1b5f42805810c6854470d8774e60 - media: i2c: cvs: Add driver of Intel Computer Vision Sensing Controller(CVS)</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/media/i2c/Makefile#8e2b43d2c10b1b5f42805810c6854470d8774e60</link>
        <description>media: i2c: cvs: Add driver of Intel Computer Vision Sensing Controller(CVS)Add driver for Intel Computer Vision Sensing (CVS) devices found onIntel Luna Lake (LNL), Panther Lake (PTL), and Arrow Lake (ARL)platforms.The CVS device acts as a V4L2 sub-device bridge that manages CSI-2link ownership between the host (Linux) and firmware for camerasensors. It provides:- Query the device status via sysfs interface- CSI-2 link ownership arbitration between host and CVS firmware- MIPI CSI-2 configuration management- Privacy LED control coordination- Power management integration with runtime PMThe driver consists of two main components:  core.c: Core driver with probe, command transport, and power management  v4l2.c: V4L2 sub-device and media framework integrationHardware Interface:- I2C for command/control communication with device firmware- GPIO signals for ownership handshaking (request/response)- Optional reset and wake interrupt for full-capability variants- Integration with Intel IPU via ipu_bridgeThe driver supports two hardware capability levels:- Light capability: Basic GPIO-based ownership (2 GPIOs)- Full capability: Enhanced with reset control and wake IRQ (4 GPIOs)Device-specific quirks are handled via a quirk table to accommodatevariations across different CVS implementations (Lattice, Synaptics).In addition to I2C-based operation, the driver supports platformdevice instantiation for systems where CVS is exposed without I2Ctransport, falling back to GPIO-only ownership control.The CVS driver integrates with the IPU bridge for automatic devicediscovery via ACPI on supported platforms.PCI device IDs for Intel IPU7 (0x645d, shared by MTL and LNL) andIPU7.5 (0xb05d, shared by ARL and PTL) are included in thedriver-local icvs_pci_tbl lookup table, enabling CVS to locate theseIPU variants without modifying the shared ipu6-pci-table header.A PM runtime device link is established between IPU (consumer) and CVS(supplier) so that the PM framework automatically resumes CVS beforeIPU begins streaming, triggering cvs_runtime_resume() to claim CSI-2link ownership. Ownership is released via cvs_runtime_suspend() afterthe autosuspend delay.Signed-off-by: Miguel Vadillo &lt;miguel.vadillo@intel.com&gt;Tested-by: Mehdi Djait &lt;mehdi.djait@linux.intel.com&gt; # Dell XPS 13 9350 + IPU7Reviewed-by: Mehdi Djait &lt;mehdi.djait@linux.intel.com&gt;Signed-off-by: Sakari Ailus &lt;sakari.ailus@linux.intel.com&gt;

            List of files:
            /linux/drivers/media/i2c/Makefile</description>
        <pubDate>Wed, 27 May 2026 19:05:29 +0200</pubDate>
        <dc:creator>Miguel Vadillo &lt;miguel.vadillo@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>5c8cbca290acdd49a694b36c0af76ba0c00bbf12 - Merge branch &apos;20260507-ubwc-rework-v4-4-c19593d20c1d@oss.qualcomm.com&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into HEAD</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/media/i2c/Makefile#5c8cbca290acdd49a694b36c0af76ba0c00bbf12</link>
        <description>Merge branch &apos;20260507-ubwc-rework-v4-4-c19593d20c1d@oss.qualcomm.com&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into HEADMerge the branch with the soc/qcom changes, required for the next UBWCpatches.Signed-off-by: Dmitry Baryshkov &lt;dmitry.baryshkov@oss.qualcomm.com&gt;

            List of files:
            /linux/drivers/media/i2c/Makefile</description>
        <pubDate>Thu, 21 May 2026 22:36:50 +0200</pubDate>
        <dc:creator>Dmitry Baryshkov &lt;dmitry.baryshkov@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>09d6818d3bdc1ea6e49a425040528cbdbc97bc0a - Merge branch &apos;linus&apos; into timers/clocksource</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/media/i2c/Makefile#09d6818d3bdc1ea6e49a425040528cbdbc97bc0a</link>
        <description>Merge branch &apos;linus&apos; into timers/clocksource... to bring it up to date for new changes.

            List of files:
            /linux/drivers/media/i2c/Makefile</description>
        <pubDate>Mon, 18 May 2026 11:01:07 +0200</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>658a6021492ad3b1b8a6e9a83963a1fad35a2af8 - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/media/i2c/Makefile#658a6021492ad3b1b8a6e9a83963a1fad35a2af8</link>
        <description>Merge drm/drm-next into drm-intel-nextSome Display Port Adaptive Sync depends on drm work.Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/drivers/media/i2c/Makefile</description>
        <pubDate>Fri, 15 May 2026 13:01:15 +0200</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>8edf8b09fc44990977b3fbcb708035b1740d0b7e - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/media/i2c/Makefile#8edf8b09fc44990977b3fbcb708035b1740d0b7e</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextBackmerging to pull in commit 5401b9adebc9 (&quot;i915: don&apos;t usea vma that didn&apos;t match the context VM&quot;) to revert it.Signed-off-by: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;

            List of files:
            /linux/drivers/media/i2c/Makefile</description>
        <pubDate>Tue, 12 May 2026 10:16:35 +0200</pubDate>
        <dc:creator>Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>c53ed3e99920df6a90553c89a1c053aa0776841e - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/media/i2c/Makefile#c53ed3e99920df6a90553c89a1c053aa0776841e</link>
        <description>Merge drm/drm-next into drm-xe-nextBringing in recent display changes.Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/drivers/media/i2c/Makefile</description>
        <pubDate>Fri, 08 May 2026 16:19:45 +0200</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>cafac16b6207b88ad92fbba1169ae4f43865cb0d - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/media/i2c/Makefile#cafac16b6207b88ad92fbba1169ae4f43865cb0d</link>
        <description>Merge drm/drm-next into drm-misc-nextGetting fixes and updates from v7.1-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/drivers/media/i2c/Makefile</description>
        <pubDate>Mon, 27 Apr 2026 10:49:13 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>9c9fe04e0fe3fdba7d4aafffa9b7bbb21f6fcbe1 - Merge tag &apos;v7.1-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into gpio/for-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/media/i2c/Makefile#9c9fe04e0fe3fdba7d4aafffa9b7bbb21f6fcbe1</link>
        <description>Merge tag &apos;v7.1-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into gpio/for-nextLinux 7.1-rc1

            List of files:
            /linux/drivers/media/i2c/Makefile</description>
        <pubDate>Mon, 27 Apr 2026 09:39:48 +0200</pubDate>
        <dc:creator>Bartosz Golaszewski &lt;bartosz.golaszewski@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>1655f6895a896eb632ca8a019259bc5d358a9712 - Merge tag &apos;timers-v7.1-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/daniel.lezcano/linux into timers/clocksource</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/media/i2c/Makefile#1655f6895a896eb632ca8a019259bc5d358a9712</link>
        <description>Merge tag &apos;timers-v7.1-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/daniel.lezcano/linux into timers/clocksource  - Added the DT bindings for the compatible string &apos;fsl,imx25-epit&apos;    (Frank Li)  - Made the rttm_cs variable static for the rtl otto timer driver    (Krzysztof Kozlowski)  - Fixed error return code handling in the sun5i timer driver (Chen Ni)  - Made the timer-of and the mmio code compatible with modules (Daniel    Lezcano)Link: https://lore.kernel.org/151feae1-39ba-4abd-a9f9-9bff377a2cd8@oss.qualcomm.com

            List of files:
            /linux/drivers/media/i2c/Makefile</description>
        <pubDate>Sun, 12 Apr 2026 22:33:39 +0200</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>0fc8f6200d2313278fbf4539bbab74677c685531 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/media/i2c/Makefile#0fc8f6200d2313278fbf4539bbab74677c685531</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesGetting fixes and updates from v7.1-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/drivers/media/i2c/Makefile</description>
        <pubDate>Mon, 27 Apr 2026 10:26:49 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>f4b369c6fe0ceaba2da2daff8c9eb415f85926dd - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/media/i2c/Makefile#f4b369c6fe0ceaba2da2daff8c9eb415f85926dd</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 7.1 merge window.

            List of files:
            /linux/drivers/media/i2c/Makefile</description>
        <pubDate>Mon, 20 Apr 2026 03:28:57 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>0421ccdfad0d92713a812a5aeb7d07b0ea7213c8 - Merge tag &apos;v7.0-rc3&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/media/i2c/Makefile#0421ccdfad0d92713a812a5aeb7d07b0ea7213c8</link>
        <description>Merge tag &apos;v7.0-rc3&apos; into nextSync up with the mainline to brig up the latest changes, specificallychanges to ALPS driver.

            List of files:
            /linux/drivers/media/i2c/Makefile</description>
        <pubDate>Thu, 12 Mar 2026 18:44:42 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>00c6649bafef628955569dd39a59e3170e48f7b5 - Merge tag &apos;media/v7.1-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/Makefile#00c6649bafef628955569dd39a59e3170e48f7b5</link>
        <description>Merge tag &apos;media/v7.1-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaPull media updates from Mauro Carvalho Chehab: - new CSI tegra support, covering Tegra20 and Tegra30 - new camera sensor drivers: T4ka3 and ov2732 - m88ds3103: add 3103c chip support - uvcvideo: add support for Intel RealSense D436/D555 and P010 pixel format - synopsys csi2rx: add i.MX93 support - imx8-isi: add i.MX95 support - imx8mq-mipi-csi2: add i.MX8ULP support - dw100: add V4L2 requests support - support for DTV devices from Hauppauge got some improvements - media staging: dropped starfive-camss driver - media docs: document multi-committers model and improve maint profile - media core:    - add v4l2_subdev_get_frame_desc_passthrough() helper    - improve error handling in fwnode parsing - lots of driver fixes, cleanups and improvements* tag &apos;media/v7.1-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media: (251 commits)  Revert &quot;media: cx231xx: add USB ID 2040:8360 for Hauppauge WinTV-HVR-935&quot;  media: synopsys: csi2rx: add i.MX93 support  media: dt-bindings: add NXP i.MX93 compatible string  media: synopsys: csi2rx: Use enum and u32 array for register offsets  media: synopsys: csi2rx: implement .get_frame_desc() callback  media: synopsys: csi2rx: only check errors from devm_clk_bulk_get_all()  media: synopsys: csi2rx: use devm_reset_control_get_optional_exclusive()  media: i2c: imx283: add support for non-continuous MIPI clock mode  media: i2c: ov08d10: add support for 24 MHz input clock  media: i2c: ov08d10: add support for reset and power management  media: i2c: ov08d10: add support for binding via device tree  dt-bindings: media: i2c: document Omnivision OV08D10 CMOS image sensor  media: i2c: ov08d10: add missing newline to prints  media: i2c: ov08d10: fix some typos in comments  media: i2c: ov08d10: remove duplicate register write  media: i2c: ov08d10: fix image vertical start setting  media: i2c: ov08d10: fix runtime PM handling in probe  staging: media: ipu7: Update TODO  media: Add t4ka3 camera sensor driver  media: i2c: Add ov2732 image sensor driver  ...

            List of files:
            /linux/drivers/media/i2c/Makefile</description>
        <pubDate>Wed, 15 Apr 2026 17:32:10 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>fd55319692151de2b89c21356d1445bce364769b - media: Add t4ka3 camera sensor driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/media/i2c/Makefile#fd55319692151de2b89c21356d1445bce364769b</link>
        <description>media: Add t4ka3 camera sensor driverAdd the t4ka3 driver from:https://github.com/kitakar5525/surface3-atomisp-cameras.gitWith many cleanups / changes (almost a full rewrite) to make it suitablefor upstream:* Remove the VCM and VCM-OTP support, the mainline kernel models VCMs and  calibration data eeproms as separate v4l2-subdev-s.* Remove the integration-factor t4ka3_get_intg_factor() support and IOCTL,  this provided info to userspace through an atomisp private IOCTL.* Turn atomisp specific exposure/gain IOCTL into standard v4l2 controls.* Use normal ACPI power-management in combination with runtime-pm support  instead of atomisp specific GMIN power-management code.* Turn into a standard V4L2 sensor driver using  v4l2_async_register_subdev_sensor().* Add vblank, hblank, and link-freq controls; drop get_frame_interval().* Use CCI register helpers.* Calculate values for modes instead of using fixed register-value lists,  allowing arbritrary modes.* Add get_selection() and set_selection() support* Add a CSI2 bus configuration checkThis was tested on a Xiaomi Mipad2 tablet which has a T4KA3 sensor withDW9761 VCM as back sensor.Reviewed-by: Hans de Goede &lt;johannes.goede@oss.qualcomm.com&gt;Co-developed-by: Hans de Goede &lt;hansg@kernel.org&gt;Signed-off-by: Hans de Goede &lt;hansg@kernel.org&gt;Signed-off-by: Kate Hsuan &lt;hpa@redhat.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/Makefile</description>
        <pubDate>Wed, 25 Mar 2026 08:56:42 +0100</pubDate>
        <dc:creator>Kate Hsuan &lt;hpa@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>247b8b85587639f090cdf9c4ddc755ca68b3a862 - media: i2c: Add ov2732 image sensor driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/media/i2c/Makefile#247b8b85587639f090cdf9c4ddc755ca68b3a862</link>
        <description>media: i2c: Add ov2732 image sensor driverAdd a V4L2 subdevice driver for the Omnivision OV2732 sensor.The OV2732 is a 1/4&quot; color CMOS 1080p (1920x1080) HD image sensor withprogrammable controls like: gain, exposure, frame rate, image and windowingsize, horizontal mirror, vertical flip, cropping.Signed-off-by: Walter Werner Schneider &lt;contact@schnwalter.eu&gt;Reviewed-by: Jacopo Mondi &lt;jacopo.mondi@ideasonboard.com&gt;[Sakari Ailus: Squashed Walter&apos;s fixup.]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/Makefile</description>
        <pubDate>Mon, 05 Jan 2026 13:30:53 +0100</pubDate>
        <dc:creator>Walter Werner Schneider &lt;contact@schnwalter.eu&gt;</dc:creator>
    </item>
<item>
        <title>42d3b66d4cdbacfc9d120d2301b8de89cc29a914 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/media/i2c/Makefile#42d3b66d4cdbacfc9d120d2301b8de89cc29a914</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to bring in 7.00-rc3. Important ahead GPU SVM merging THPsupport.Signed-off-by: Matthew Brost &lt;matthew.brost@intel.com&gt;

            List of files:
            /linux/drivers/media/i2c/Makefile</description>
        <pubDate>Thu, 12 Mar 2026 15:17:56 +0100</pubDate>
        <dc:creator>Matthew Brost &lt;matthew.brost@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>f09812b85fa6f41058bcc46e70ac406bf9b0493a - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/media/i2c/Makefile#f09812b85fa6f41058bcc46e70ac406bf9b0493a</link>
        <description>Merge drm/drm-next into drm-intel-nextSync with v7.0-rc1 which contains a few treewide changes affecting i915.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/drivers/media/i2c/Makefile</description>
        <pubDate>Wed, 25 Feb 2026 12:23:04 +0100</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
