<?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>67f8bc848ee31831336bd478e57d2f993551902e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/i3c/master/Kconfig#67f8bc848ee31831336bd478e57d2f993551902e</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesLet&apos;s start the 7.3 drm-misc-fixes cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/drivers/i3c/master/Kconfig</description>
        <pubDate>Tue, 01 Sep 2026 09:38:51 +0200</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>4352b8aee98005853aa63f57d6377282de17a33f - Merge tag &apos;i3c/for-7.3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/i3c/master/Kconfig#4352b8aee98005853aa63f57d6377282de17a33f</link>
        <description>Merge tag &apos;i3c/for-7.3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linuxPull I3C updates from Alexandre Belloni: &quot;A new driver this cycle, for the AMD AXI I3C controller.  There are also new features such as IBI wakeup support, SETAASA device  discovery and ACPI support for the the DAA methods, meaning we can now  communicate with the SPD devices on DDR5 modules.  New driver:   - AMD AXI I3C master controller  Subsystem:   - I3C Common Command Code (CCC) handling improvements, especially     around GET CCCs   - SETAASA device discovery support   - ACPI support for all existing DAA methods like SETDASA, SETNEWDA as     well as I2C devices on I3C bus   - IBI-based wakeup support  Drivers:   - dw: SETAASA support   - mipi-i3c-hci: advertise IBI wakeup capability, AMD_PT I3C     controller support, PIO queue management support for HCI v1.2   - renesas: improve suspend to RAM support, add runtime PM support&quot;* tag &apos;i3c/for-7.3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux: (70 commits)  i3c: dw: reduce do_daa time if there&apos;s no client  i3c: mipi-i3c-hci: Add support for AMD_PT I3C controller  i3c: mipi-i3c-hci: Add PIO queue management support for HCI v1.2  i3c: mipi-i3c-hci: Fix missing STAT_IBI_STATUS_THLD in PIO mode  i3c: dw: rename &quot;pclk&quot; to &quot;apb&quot; to match dt-binding  i3c: dw: make struct dw_i3c_cmd smaller  i3c: dw: use COMMAND_PORT_TRANSFER_ARG instead of hardcoding  i3c: renesas: Don&apos;t register devices when ENTDAA times out  i3c: master: dw-i3c-master: fix OD timing for first broadcast  i3c: mipi-i3c-hci: Advertise IBI wakeup capability  i3c: mipi-i3c-hci: Factor out i3c_hci_sysdev()  i3c: mipi-i3c-hci-pci: Propagate I3C wakeup requirements to PCI  i3c: master: Reject IBI requests from non-IBI-capable devices  i3c: master: Add helper to query bus wakeup requirements  i3c: master: Report wakeup events for IBIs  i3c: master: Support IBI-based wakeup capability  i3c: master: Fix potential UAF in i3c_device_match()  i3c: master: Fix potential UAF in i3c_device_uevent()  i3c: Make dev-&gt;desc locking assumptions explicit  i3c: master: Fix use-after-free of master-&gt;this  ...

            List of files:
            /linux/drivers/i3c/master/Kconfig</description>
        <pubDate>Sun, 23 Aug 2026 22:28:57 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>629a6ddd1d9a0f7cc609f11822fbd5fac819a475 - i3c: master: Add driver for AMD AXI I3C master controller</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/i3c/master/Kconfig#629a6ddd1d9a0f7cc609f11822fbd5fac819a475</link>
        <description>i3c: master: Add driver for AMD AXI I3C master controllerAdd an I3C master driver and maintainers fragment for the AMD I3C buscontroller.The driver currently supports the I3C bus operating in SDR mode,with features including Dynamic Address Assignment, private datatransfers, and CCC transfers in both broadcast and direct modes. Italso supports operation in I2C mode.The controller&apos;s data FIFOs are accessed big-endian; the driver performsthis conversion locally using ioread32be()/iowrite32be() with thehelpers, so it does not depend on any core FIFO-endianness helpers.Signed-off-by: Manikanta Guntupalli &lt;manikanta.guntupalli@amd.com&gt;Co-developed-by: Shubhrajyoti Datta &lt;shubhrajyoti.datta@amd.com&gt;Signed-off-by: Shubhrajyoti Datta &lt;shubhrajyoti.datta@amd.com&gt;Co-developed-by: Shubham Patil &lt;shubhamsanjay.patil@amd.com&gt;Signed-off-by: Shubham Patil &lt;shubhamsanjay.patil@amd.com&gt;Reviewed-by: Frank Li &lt;Frank.Li@nxp.com&gt;Link: https://patch.msgid.link/20260709064233.1451482-3-shubhamsanjay.patil@amd.comSigned-off-by: Alexandre Belloni &lt;alexandre.belloni@bootlin.com&gt;

            List of files:
            /linux/drivers/i3c/master/Kconfig</description>
        <pubDate>Thu, 09 Jul 2026 08:42:33 +0200</pubDate>
        <dc:creator>Manikanta Guntupalli &lt;manikanta.guntupalli@amd.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/i3c/master/Kconfig#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/i3c/master/Kconfig</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>8edf8b09fc44990977b3fbcb708035b1740d0b7e - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/i3c/master/Kconfig#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/i3c/master/Kconfig</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>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/i3c/master/Kconfig#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/i3c/master/Kconfig</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>f4b369c6fe0ceaba2da2daff8c9eb415f85926dd - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/i3c/master/Kconfig#f4b369c6fe0ceaba2da2daff8c9eb415f85926dd</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 7.1 merge window.

            List of files:
            /linux/drivers/i3c/master/Kconfig</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/i3c/master/Kconfig#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/i3c/master/Kconfig</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>42d3b66d4cdbacfc9d120d2301b8de89cc29a914 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/i3c/master/Kconfig#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/i3c/master/Kconfig</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/i3c/master/Kconfig#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/i3c/master/Kconfig</description>
        <pubDate>Wed, 25 Feb 2026 12:23:04 +0100</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>8b85987d3cf50178f67618122d9f3bb202f62f42 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/i3c/master/Kconfig#8b85987d3cf50178f67618122d9f3bb202f62f42</link>
        <description>Merge drm/drm-next into drm-misc-nextLet&apos;s merge 7.0-rc1 to start the new drm-misc-next windowSigned-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/drivers/i3c/master/Kconfig</description>
        <pubDate>Mon, 23 Feb 2026 11:48:20 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>c17ee635fd3a482b2ad2bf5e269755c2eae5f25e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/i3c/master/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/i3c/master/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>2f81bdbdb3aa3fccd9b5420df5674730c40af554 - Merge tag &apos;i3c/for-6.20&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/i3c/master/Kconfig#2f81bdbdb3aa3fccd9b5420df5674730c40af554</link>
        <description>Merge tag &apos;i3c/for-6.20&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linuxPull i3c updates from Alexandre Belloni: &quot;Subsystem:   - add sysfs entry and attribute for Device NACK Retry count  Drivers:   - dw: Device NACK Retry configuration knob   - mipi-i3c-hci: support multi-bus instances, runtime PM, and suspend   - renesas: suspend/resume support&quot;* tag &apos;i3c/for-6.20&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux: (52 commits)  i3c: dw-i3c-master: fix SIR reject bit mapping for dynamic addresses  i3c: dw-i3c-master: convert spinlock usage to scoped guards  i3c: dw: Fix memory leak in dw_i3c_master_i2c_xfers()  i3c: mipi-i3c-hci-pci: Add System Suspend support  i3c: mipi-i3c-hci: Add optional System Suspend support  i3c: master: Add i3c_master_do_daa_ext() for post-hibernation address recovery  i3c: dw: Initialize spinlock to avoid upsetting lockdep  i3c: mipi-i3c-hci-pci: Add Runtime PM support  i3c: mipi-i3c-hci: Add optional Runtime PM support  i3c: master: Introduce optional Runtime PM support  i3c: mipi-i3c-hci: Factor out master dynamic address setting into helper  i3c: mipi-i3c-hci: Allow core re-initialization for Runtime PM support  i3c: mipi-i3c-hci: Factor out core initialization into helper  i3c: mipi-i3c-hci: Factor out IO mode setting into helper  i3c: mipi-i3c-hci: Factor out software reset into helper  i3c: mipi-i3c-hci: Add PIO suspend and resume support  i3c: mipi-i3c-hci: Refactor PIO register initialization  i3c: mipi-i3c-hci: Add DMA suspend and resume support  i3c: mipi-i3c-hci: Extract ring initialization from hci_dma_init()  i3c: mipi-i3c-hci: Introduce helper to restore DAT  ...

            List of files:
            /linux/drivers/i3c/master/Kconfig</description>
        <pubDate>Mon, 09 Feb 2026 19:06:44 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>0590fe32f9040bccb5481915b32bba1595946b16 - i3c: mipi-i3c-hci-pci: Convert to MFD driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/i3c/master/Kconfig#0590fe32f9040bccb5481915b32bba1595946b16</link>
        <description>i3c: mipi-i3c-hci-pci: Convert to MFD driverPrepare for Multi-Bus instance support.  Convert to MFD driver but stillsupport only 1 instance.Signed-off-by: Adrian Hunter &lt;adrian.hunter@intel.com&gt;Reviewed-by: Frank Li &lt;Frank.Li@nxp.com&gt;Link: https://patch.msgid.link/20260106164416.67074-10-adrian.hunter@intel.comSigned-off-by: Alexandre Belloni &lt;alexandre.belloni@bootlin.com&gt;

            List of files:
            /linux/drivers/i3c/master/Kconfig</description>
        <pubDate>Tue, 06 Jan 2026 17:44:14 +0100</pubDate>
        <dc:creator>Adrian Hunter &lt;adrian.hunter@intel.com&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/i3c/master/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/i3c/master/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>cb9f145f638d7afa633632a9290d6ad06caeb8ee - Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-robclark</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/i3c/master/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/i3c/master/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>82ee50252dc891e3f3b32d923bb4f656d300b772 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/i3c/master/Kconfig#82ee50252dc891e3f3b32d923bb4f656d300b772</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to bring in 6.18-rc1.Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/drivers/i3c/master/Kconfig</description>
        <pubDate>Tue, 14 Oct 2025 11:31:49 +0200</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>2acee98fcc61052d63fab4539fcb6ee677555645 - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/i3c/master/Kconfig#2acee98fcc61052d63fab4539fcb6ee677555645</link>
        <description>Merge drm/drm-next into drm-intel-nextSync to v6.18-rc1.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/drivers/i3c/master/Kconfig</description>
        <pubDate>Tue, 14 Oct 2025 09:37:11 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>9b966ae42235a88eaea714be09ff3d698535bdfe - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/i3c/master/Kconfig#9b966ae42235a88eaea714be09ff3d698535bdfe</link>
        <description>Merge drm/drm-next into drm-misc-nextUpdating drm-misc-next to the state of v6.18-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/drivers/i3c/master/Kconfig</description>
        <pubDate>Mon, 13 Oct 2025 09:19:19 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>f088104d837a991c65e51fa30bb4196169b3244d - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/i3c/master/Kconfig#f088104d837a991c65e51fa30bb4196169b3244d</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextBackmerge in order to get the commit:  048832a3f400 (&quot;drm/i915: Refactor shmem_pwrite() to use kiocb and write_iter&quot;)To drm-intel-gt-next as there are followup fixes to be applied.Signed-off-by: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;

            List of files:
            /linux/drivers/i3c/master/Kconfig</description>
        <pubDate>Tue, 16 Sep 2025 12:53:20 +0200</pubDate>
        <dc:creator>Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
