<?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>364f4a55c661641c02c86a849f0608d8fc3c0006 - Merge tag &apos;usb-7.2-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/Makefile#364f4a55c661641c02c86a849f0608d8fc3c0006</link>
        <description>Merge tag &apos;usb-7.2-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbPull USB and Thunderbolt driver updates from Greg KH: &quot;Here is the big set of USB and Thunderbolt driver changes for 7.2-rc1.  Lots of little stuff in here, major highlights include:   - USB4STREAM support for Thunderbolt devices. A new way to send &quot;raw&quot;     data very quickly over a USB4 connection to another system directly   - Other thunderbolt updates and changes to make the stream code work   - xhci driver updates and additions   - typec driver updates and additions   - usb gadget driver updates and fixes for reported issues   - zh_CN documentation translation of the USB documentation   - usb-serial driver updates   - dts cleanups for some USB platforms   - other minor USB driver updates and tweaks  All of these have been in linux-next for over a week with no reported  issues, most of them for many many weeks&quot;* tag &apos;usb-7.2-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb: (131 commits)  usb: ucsi: huawei_gaokun: support mode switching  thunderbolt: debugfs: Fix sideband write size check  thunderbolt: debugfs: Fix margining error counter buffer leak  usb: host: xhci-rcar: Split R-Car Gen2 and Gen3 .plat_start() handling  usb: host: xhci-rcar: Remove SET_XHCI_PLAT_PRIV_FOR_RCAR() macro  usb: xhci: allocate internal DCBAA mirror dynamically  usb: xhci: allocate DCBAA based on host controller max slots  usb: xhci: refactor DCBAA struct  xhci: Prevent queuing new commands if xhci is inaccessible  xhci: dbc: detect and recover hung DbC during enumeraton  xhci: dbc: add timestamps to DbC state changes in a new helper.  xhci: dbc: add helper to set and clear DbC DCE enable bit  xhci: dbc: serialize enabling and disabling dbc  xhci: dbc: Fix sysfs ABI Documentation for xhci dbc states  usb: xhci: Improve Soft Retries after short transfers  usb: xhci: Remove isochronous URB_SHORT_NOT_OK handling  usb: xhci: Remove skip_isoc_td()  usb: xhci: Simplify xhci_quiesce()  usb: xhci: remove legacy &apos;num_trbs_free&apos; tracking  usb: xhci: fix typo in xhci_set_port_power() comment  ...

            List of files:
            /linux/drivers/usb/Makefile</description>
        <pubDate>Mon, 22 Jun 2026 21:09:47 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&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/usb/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/usb/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>8edf8b09fc44990977b3fbcb708035b1740d0b7e - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/usb/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/usb/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>e4d7362dc9cd50b0fc74c8649aa241376c48936c - usb: cdns3: Add USBSSP platform driver support</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/usb/Makefile#e4d7362dc9cd50b0fc74c8649aa241376c48936c</link>
        <description>usb: cdns3: Add USBSSP platform driver supportExpose Cadence USBSSP through the same platform path as USBSS, trimKconfig and Makefile: one core loadable object plus separate glue .kofiles.Single cdns.ko bundles core, DRD, the generic &quot;cdns,usb3&quot; platformdriver in cdns3-plat.c, optional host.o, and optional gadget objects.Use CONFIG_USB_CDNS3_GADGET as a bool to compile gadget support intothat module. Remove duplicate MODULE_* declarations from cdns3-plat.cnow that it links into the same module.Kconfig: the generic platform driver is selected via CONFIG_USB_CDNS3.Move CONFIG_USB_CDNSP_PCI beside CONFIG_USB_CDNS3_PCI_WRAP under&quot;Platform glue driver support&quot;. SoC glue entries (TI, i.MX, StarFive)depend only on CONFIG_USB_CDNS3.Tighten CONFIG_USB_CDNS_SUPPORT dependencies so the umbrella followshost or gadget when either is built as a module. Match host and gadgetbools to the cdns.ko tristate with USB=USB_CDNS3 and USB_GADGET=USB_CDNS3instead of comparing against USB_CDNS_SUPPORT.Link host.o when CONFIG_USB_CDNS3_HOST is enabled and use that symbol inhost-export.h, removing the redundant CONFIG_USB_CDNS_HOST indirection.Export cdns_core_init_role and reorganize the function cdns_init, andcontroller version could be gotten before the gadget init function isdecided per controller.Keep host_init / gadget_init callbacks in struct cdns, so core.c doesnot need direct linkage to host or gadget objects. Refactor cdnsp-pci.cinto a thin PCI-to-platform wrapper.drivers/usb/Makefile: descend into drivers/usb/cdns3/ only whenCONFIG_USB_CDNS_SUPPORT is enabled.Assisted-by: Cursor:claude-4.6-opusSuggested-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Peter Chen &lt;peter.chen@cixtech.com&gt;Reviewed-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Link: https://patch.msgid.link/20260421023459.506145-3-peter.chen@cixtech.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/drivers/usb/Makefile</description>
        <pubDate>Tue, 21 Apr 2026 04:34:59 +0200</pubDate>
        <dc:creator>Peter Chen &lt;peter.chen@cixtech.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/usb/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/usb/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>f4b369c6fe0ceaba2da2daff8c9eb415f85926dd - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/usb/Makefile#f4b369c6fe0ceaba2da2daff8c9eb415f85926dd</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 7.1 merge window.

            List of files:
            /linux/drivers/usb/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/usb/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/usb/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>3e9e952bb3139ad1e08f3e1960239c2988ab90c9 - Merge branch &apos;for-7.1-printf-kunit-build&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/usb/Makefile#3e9e952bb3139ad1e08f3e1960239c2988ab90c9</link>
        <description>Merge branch &apos;for-7.1-printf-kunit-build&apos; into for-linus

            List of files:
            /linux/drivers/usb/Makefile</description>
        <pubDate>Mon, 20 Apr 2026 13:41:28 +0200</pubDate>
        <dc:creator>Petr Mladek &lt;pmladek@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>d4eb7b2da66c848709e31585b9c371fa234abc39 - Merge branch &apos;for-7.1/core-v2&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/usb/Makefile#d4eb7b2da66c848709e31585b9c371fa234abc39</link>
        <description>Merge branch &apos;for-7.1/core-v2&apos; into for-linus- fixed handling of 0-sized reports (Dmitry Torokhov)- convert core code to __free() (Dmitry Torokhov)- support for multiple batteries per HID device (Lucas Zampieri)

            List of files:
            /linux/drivers/usb/Makefile</description>
        <pubDate>Thu, 16 Apr 2026 21:01:18 +0200</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.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/usb/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/usb/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/usb/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/usb/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>
<item>
        <title>8b85987d3cf50178f67618122d9f3bb202f62f42 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/usb/Makefile#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/usb/Makefile</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>b0a67f310bfa5e13d66c9f6b4bd88ea504a576a9 - Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf before 7.0-rc1</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/usb/Makefile#b0a67f310bfa5e13d66c9f6b4bd88ea504a576a9</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf before 7.0-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/Makefile</description>
        <pubDate>Thu, 19 Feb 2026 20:08:53 +0100</pubDate>
        <dc:creator>Alexei Starovoitov &lt;ast@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/usb/Makefile#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/Makefile</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/Makefile#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/Makefile</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>6e0e8375f2e6854e8c35faa638f4448e3b8209af - usb: isp1362-hcd: remove Philips ISP1362 USB OTG controller driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/usb/Makefile#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/Makefile</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>c771600c6af14749609b49565ffb4cac2959710d - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/usb/Makefile#c771600c6af14749609b49565ffb4cac2959710d</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextWe need4ba4f1afb6a9 (&quot;perf: Generic hotplug support for a PMU with a scope&quot;)in order to land a i915 PMU simplification and a fix. That landed in 6.12and we are stuck at 6.9 so lets bump things forward.Signed-off-by: Tvrtko Ursulin &lt;tursulin@ursulin.net&gt;

            List of files:
            /linux/drivers/usb/Makefile</description>
        <pubDate>Wed, 05 Feb 2025 10:29:14 +0100</pubDate>
        <dc:creator>Tvrtko Ursulin &lt;tursulin@ursulin.net&gt;</dc:creator>
    </item>
<item>
        <title>36ec807b627b4c0a0a382f0ae48eac7187d14b2b - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/usb/Makefile#36ec807b627b4c0a0a382f0ae48eac7187d14b2b</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.12 merge window.

            List of files:
            /linux/drivers/usb/Makefile</description>
        <pubDate>Fri, 20 Sep 2024 10:24:24 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>3daee2e4b3568f0ed88b0598df96547fcf21cb9b - Merge tag &apos;v6.10&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/usb/Makefile#3daee2e4b3568f0ed88b0598df96547fcf21cb9b</link>
        <description>Merge tag &apos;v6.10&apos; into nextSync up with mainline to bring in device_for_each_child_node_scoped()and other newer APIs.

            List of files:
            /linux/drivers/usb/Makefile</description>
        <pubDate>Tue, 16 Jul 2024 00:50:05 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>66e72a01b60ae6950ddbb3585fdc1424d303e14b - Merge tag &apos;v6.11-rc1&apos; into clk-meson-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/usb/Makefile#66e72a01b60ae6950ddbb3585fdc1424d303e14b</link>
        <description>Merge tag &apos;v6.11-rc1&apos; into clk-meson-nextLinux 6.11-rc1

            List of files:
            /linux/drivers/usb/Makefile</description>
        <pubDate>Mon, 29 Jul 2024 16:32:02 +0200</pubDate>
        <dc:creator>Jerome Brunet &lt;jbrunet@baylibre.com&gt;</dc:creator>
    </item>
</channel>
</rss>
