<?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/usb/host/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/usb/host/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>17f8d2009367c3da82882f70ccbdca9f8c7b5f20 - Merge tag &apos;usb-7.0-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/usb/host/Kconfig#17f8d2009367c3da82882f70ccbdca9f8c7b5f20</link>
        <description>Merge tag &apos;usb-7.0-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbPull USB / Thunderbolt updates from Greg KH: &quot;Here is the &quot;big&quot; set of USB and Thunderbolt driver updates for  7.0-rc1. Overall more lines were removed than added, thanks to  dropping the obsolete isp1362 USB host controller driver, always a  nice change.  Other than that, nothing major happening here, highlights are:   - lots of dwc3 driver updates and new hardware support added   - usb gadget function driver updates   - usb phy driver updates   - typec driver updates and additions   - USB rust binding updates for syntax and formatting changes   - more usb serial device ids added   - other smaller USB core and driver updates and additions  All of these have been in linux-next for a long time, with no reported  problems&quot;* tag &apos;usb-7.0-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb: (77 commits)  usb: typec: ucsi: Add Thunderbolt alternate mode support  usb: typec: hd3ss3220: Check if regulator needs to be switched  usb: phy: tegra: parametrize PORTSC1 register offset  usb: phy: tegra: parametrize HSIC PTS value  usb: phy: tegra: return error value from utmi_wait_register  usb: phy: tegra: cosmetic fixes  dt-bindings: usb: renesas,usbhs: Add RZ/G3E SoC support  usb: dwc2: fix resume failure if dr_mode is host  usb: cdns3: fix role switching during resume  usb: dwc3: gadget: Move vbus draw to workqueue context  USB: serial: option: add Telit FN920C04 RNDIS compositions  usb: dwc3: Log dwc3 address in traces  usb: gadget: tegra-xudc: Add handling for BLCG_COREPLL_PWRDN  usb: phy: tegra: add HSIC support  usb: phy: tegra: use phy type directly  usb: typec: ucsi: Enforce mode selection for cros_ec_ucsi  usb: typec: ucsi: Support mode selection to activate altmodes  usb: typec: Introduce mode_selection bit  usb: typec: Implement mode selection  usb: typec: Expose alternate mode priority via sysfs  ...

            List of files:
            /linux/drivers/usb/host/Kconfig</description>
        <pubDate>Tue, 17 Feb 2026 18:36:43 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>830b10853396def4ce1fc03b33623bed01034ebf - USB: host: drop unneeded dependency on OF_GPIO</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/usb/host/Kconfig#830b10853396def4ce1fc03b33623bed01034ebf</link>
        <description>USB: host: drop unneeded dependency on OF_GPIOThe fhci-hcd driver does not really depend on any symbols controlled bythe OF_GPIO switch. It was probably added by accident so remove it.Signed-off-by: Bartosz Golaszewski &lt;bartosz.golaszewski@oss.qualcomm.com&gt;Link: https://patch.msgid.link/20260106132706.45433-1-bartosz.golaszewski@oss.qualcomm.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/drivers/usb/host/Kconfig</description>
        <pubDate>Tue, 06 Jan 2026 14:27:05 +0100</pubDate>
        <dc:creator>Bartosz Golaszewski &lt;bartosz.golaszewski@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>6e0e8375f2e6854e8c35faa638f4448e3b8209af - usb: isp1362-hcd: remove Philips ISP1362 USB OTG controller driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/usb/host/Kconfig#6e0e8375f2e6854e8c35faa638f4448e3b8209af</link>
        <description>usb: isp1362-hcd: remove Philips ISP1362 USB OTG controller driverThe last user of the platform driver was a Blackfin BF533 powered board,and it was removed in commit 4ba66a976072 (&quot;arch: remove blackfin port&quot;)along with the whole Blackfin architecture support 7 years ago.Signed-off-by: Vladimir Zapolskiy &lt;vz@mleia.com&gt;Link: https://patch.msgid.link/20251226000237.1440642-1-vz@mleia.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/drivers/usb/host/Kconfig</description>
        <pubDate>Fri, 26 Dec 2025 01:02:37 +0100</pubDate>
        <dc:creator>Vladimir Zapolskiy &lt;vz@mleia.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/usb/host/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/usb/host/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>7362b5b493102c6b71827c2da22117b475528f6d - Merge branch &apos;for-6.19/nintendo&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/usb/host/Kconfig#7362b5b493102c6b71827c2da22117b475528f6d</link>
        <description>Merge branch &apos;for-6.19/nintendo&apos; into for-linus- switch to WQ_PERCPU workaueues (Marco Crivellari)- reduce potential initialization blocking time of hid-nintendo (Willy Huang)

            List of files:
            /linux/drivers/usb/host/Kconfig</description>
        <pubDate>Tue, 02 Dec 2025 14:46:11 +0100</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.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/usb/host/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/usb/host/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/usb/host/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/usb/host/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/usb/host/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/usb/host/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/usb/host/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/usb/host/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>39e9d5f63075f4d54e3b59b8238478c32af92755 - Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf before 6.18-rc1</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/usb/host/Kconfig#39e9d5f63075f4d54e3b59b8238478c32af92755</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf before 6.18-rc1Cross-merge BPF and other fixes after downstream PR.No conflicts.Signed-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;

            List of files:
            /linux/drivers/usb/host/Kconfig</description>
        <pubDate>Sun, 12 Oct 2025 03:27:47 +0200</pubDate>
        <dc:creator>Alexei Starovoitov &lt;ast@kernel.org&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/usb/host/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/usb/host/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>
<item>
        <title>2ace52718376fdb56aca863da2eebe70d7e2ddb1 - Merge branch &apos;objtool/core&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/usb/host/Kconfig#2ace52718376fdb56aca863da2eebe70d7e2ddb1</link>
        <description>Merge branch &apos;objtool/core&apos;Bring in the UDB and objtool data annotations to avoid conflicts while further extending the bug exceptions.Signed-off-by: Peter Zijlstra &lt;peterz@infradead.org&gt;

            List of files:
            /linux/drivers/usb/host/Kconfig</description>
        <pubDate>Fri, 21 Nov 2025 11:21:20 +0100</pubDate>
        <dc:creator>Peter Zijlstra &lt;peterz@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>f39b6c468c52745dbca9a842d91c8373fda208ab - Merge tag &apos;v6.18-rc6&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/usb/host/Kconfig#f39b6c468c52745dbca9a842d91c8373fda208ab</link>
        <description>Merge tag &apos;v6.18-rc6&apos; into for-linusSync up with the mainline to bring in definition ofINPUT_PROP_HAPTIC_TOUCHPAD.

            List of files:
            /linux/drivers/usb/host/Kconfig</description>
        <pubDate>Tue, 18 Nov 2025 08:16:55 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>4f38da1f027ea2c9f01bb71daa7a299c191b6940 - spi: Merge up v6.18-rc1</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/usb/host/Kconfig#4f38da1f027ea2c9f01bb71daa7a299c191b6940</link>
        <description>spi: Merge up v6.18-rc1Ensure my CI has a sensible baseline.

            List of files:
            /linux/drivers/usb/host/Kconfig</description>
        <pubDate>Mon, 13 Oct 2025 14:32:13 +0200</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>ec2e0fb07d789976c601bec19ecced7a501c3705 - Merge tag &apos;asoc-fix-v6.18-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/usb/host/Kconfig#ec2e0fb07d789976c601bec19ecced7a501c3705</link>
        <description>Merge tag &apos;asoc-fix-v6.18-rc1&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Fixes for v6.18A moderately large collection of driver specific fixes, plus a few newquirks and device IDs.  The NAU8821 changes are a little large but morein mechanical ways than in ways that are complex.

            List of files:
            /linux/drivers/usb/host/Kconfig</description>
        <pubDate>Thu, 16 Oct 2025 20:14:24 +0200</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>48a710760e10a4f36e11233a21860796ba204b1e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/usb/host/Kconfig#48a710760e10a4f36e11233a21860796ba204b1e</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesUpdating drm-misc-fixes to the state of v6.18-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/drivers/usb/host/Kconfig</description>
        <pubDate>Tue, 14 Oct 2025 10:59:58 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>c6006b8ca14dcc604567be99fc4863e6e11ab6e3 - Merge tag &apos;usb-6.18-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/usb/host/Kconfig#c6006b8ca14dcc604567be99fc4863e6e11ab6e3</link>
        <description>Merge tag &apos;usb-6.18-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbPull USB / Thunderbolt updates from Greg KH: &quot;Here is the big set of USB and thunderbolt drivers for 6.18-rc1. It  was another normal development cycle, with lots of the usual drivers  getting updates:   - Thunderbolt driver cleanups and additions   - dwc3 driver updates   - dwc2 driver updates   - typec driver updates   - xhci driver updates and additions   - offload USB engine updates for better power management   - unused tracepoint removals   - usb gadget fixes and updates as more users start to rely on these     drivers instead of the &quot;old&quot; function gadget drivers   - new USB device ids   - other minor driver USB driver updates   - new USB I/O driver framework and driver additions&quot;  The last item, the usb i/o driver, has an i2c and gpio driver added  through this tree. Those drivers were acked by the respective  subsystem maintainers.  All of these have been in linux-next for a while&quot;* tag &apos;usb-6.18-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb: (132 commits)  usb: vhci-hcd: Prevent suspending virtually attached devices  USB: serial: option: add SIMCom 8230C compositions  thunderbolt: Fix use-after-free in tb_dp_dprx_work  usb: xhci: align PORTSC trace with one-based port numbering  usb: xhci: correct indentation for PORTSC tracing function  usb: xhci: improve TR Dequeue Pointer mask  usb: xhci-pci: add support for hosts with zero USB3 ports  usb: xhci: Update a comment about Stop Endpoint retries  Revert &quot;usb: xhci: Avoid Stop Endpoint retry loop if the endpoint seems Running&quot;  usb: gadget: f_rndis: Refactor bind path to use __free()  usb: gadget: f_ecm: Refactor bind path to use __free()  usb: gadget: f_acm: Refactor bind path to use __free()  usb: gadget: f_ncm: Refactor bind path to use __free()  usb: gadget: Introduce free_usb_request helper  usb: gadget: Store endpoint pointer in usb_request  usb: host: xhci-rcar: Add Renesas RZ/G3E USB3 Host driver support  usb: host: xhci-plat: Add .post_resume_quirk for struct xhci_plat_priv  usb: host: xhci-rcar: Move R-Car reg definitions  dt-bindings: usb: Document Renesas RZ/G3E USB3HOST  usb: gadget: f_fs: Fix epfile null pointer access after ep enable.  ...

            List of files:
            /linux/drivers/usb/host/Kconfig</description>
        <pubDate>Sun, 05 Oct 2025 01:07:08 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>5db5025d32e5b0b4c13198b5570f33d92ae941d3 - usb: host: xhci-rcar: Add Renesas RZ/G3E USB3 Host driver support</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/usb/host/Kconfig#5db5025d32e5b0b4c13198b5570f33d92ae941d3</link>
        <description>usb: host: xhci-rcar: Add Renesas RZ/G3E USB3 Host driver supportThe USB3.2 Gen2 Host controller (a.k.a USB3HOST), IP found on the RZ/G3ESoC is similar to R-Car XHCI, but it doesn&apos;t require any firmware.Signed-off-by: Biju Das &lt;biju.das.jz@bp.renesas.com&gt;Link: https://lore.kernel.org/r/20250916150255.4231-7-biju.das.jz@bp.renesas.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/drivers/usb/host/Kconfig</description>
        <pubDate>Tue, 16 Sep 2025 17:02:42 +0200</pubDate>
        <dc:creator>Biju Das &lt;biju.das.jz@bp.renesas.com&gt;</dc:creator>
    </item>
<item>
        <title>ab93e0dd72c37d378dd936f031ffb83ff2bd87ce - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/usb/host/Kconfig#ab93e0dd72c37d378dd936f031ffb83ff2bd87ce</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.17 merge window.

            List of files:
            /linux/drivers/usb/host/Kconfig</description>
        <pubDate>Wed, 06 Aug 2025 19:08:54 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
