<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/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>a4422ff2 - usb: typec: qcom: Add Qualcomm PMIC Type-C driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/typec/Makefile#a4422ff2</link>
        <description>usb: typec: qcom: Add Qualcomm PMIC Type-C driverThis commit adds a QCOM PMIC TCPM driver with an initial pm8150bblock.The driver is layered as follows:qcom_pmic_typec.c : Responsible for registering with TCPM and arbitrates                    access to the Type-C and PDPHY hardware blocks in one                    place.  This presents a single TCPM device to device to                    the Linux TCPM layer.qcom_pmic_typec_pdphy.c: Responsible for interfacing with the PDPHY hardware and                         processing power-delivery related calls from TCPM.                         This hardware binding can be extended to                         facilitate similar hardware in different PMICs.qcom_pmic_typec_port.c: Responsible for notifying and processing Type-C                        related calls from TCPM. Similar to the pdphy this                        layer can be extended to handle the specifics of                        different Qualcomm PMIC Type-C port managers.This code provides all of the same functionality as the existingqcom typec driver plus power-delivery as well.As a result commit 6c8cf3695176 (&quot;usb: typec: Add QCOM PMIC typec detectiondriver&quot;) can be deleted entirely.References code from Jonathan Marek, Jack Pham, Wesley Cheng, Hemant Kumar,Guru Das Srinagesh and Ashay Jaiswal.Acked-by: Heikki Krogerus &lt;heikki.krogerus@linux.intel.com&gt;Reviewed-by: Guenter Roeck &lt;linux@roeck-us.net&gt;Reviewed-by: Caleb Connolly &lt;caleb.connolly@linaro.org&gt;Signed-off-by: Bryan O&apos;Donoghue &lt;bryan.odonoghue@linaro.org&gt;Link: https://lore.kernel.org/r/20230508142308.1656410-8-bryan.odonoghue@linaro.orgSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/typec/Makefile</description>
        <pubDate>Mon, 08 May 2023 14:23:02 +0000</pubDate>
        <dc:creator>Bryan O&apos;Donoghue &lt;bryan.odonoghue@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>ddaf8d96 - usb: typec: Add support for retimers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/typec/Makefile#ddaf8d96</link>
        <description>usb: typec: Add support for retimersIntroduce a retimer device class and associated functions that registerand use retimer &quot;switch&quot; devices. These operate in a manner similar tothe &quot;mode-switch&quot; and help configure retimers that exist between theType-C connector and host controller(s).Type C ports can be linked to retimers using firmware node devicereferences (again, in a manner similar to &quot;mode-switch&quot;).There are no new sysfs files being created; there is the new retimerclass directory, but there are no class-specific files being createdthere.Signed-off-by: Prashant Malani &lt;pmalani@chromium.org&gt;Acked-by: Heikki Krogerus &lt;heikki.krogerus@linux.intel.com&gt;Link: https://lore.kernel.org/r/20220711072333.2064341-2-pmalani@chromium.orgSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/typec/Makefile</description>
        <pubDate>Mon, 11 Jul 2022 07:22:55 +0000</pubDate>
        <dc:creator>Prashant Malani &lt;pmalani@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>fe6d8a9c - usb: typec: anx7411: Add Analogix PD ANX7411 support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/typec/Makefile#fe6d8a9c</link>
        <description>usb: typec: anx7411: Add Analogix PD ANX7411 supportAdd driver for analogix ANX7411 USB Type-C DRP port controller.Acked-by: Heikki Krogerus &lt;heikki.krogerus@linux.intel.com&gt;Signed-off-by: Xin Ji &lt;xji@analogixsemi.com&gt;Link: https://lore.kernel.org/r/20220714081350.36447-2-xji@analogixsemi.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/typec/Makefile</description>
        <pubDate>Thu, 14 Jul 2022 08:13:50 +0000</pubDate>
        <dc:creator>Xin Ji &lt;xji@analogixsemi.com&gt;</dc:creator>
    </item>
<item>
        <title>662a6010 - usb: typec: Separate USB Power Delivery from USB Type-C</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/typec/Makefile#662a6010</link>
        <description>usb: typec: Separate USB Power Delivery from USB Type-CIntroducing a small device class for USB Power Delivery.The idea with it is that we do not mix any more USB PowerDelivery information into the USB Type-C connectors only.This separation will make it possible to register USB PowerDelivery devices also from other places, for example fromUSB Type-C Bridges (see USB Type-C Bridge Specification).The device class will not always deal with only the messagesand objects that were negotiated with the partner, butinstead messages and objects that can be used in thenegotiation. That allows the USB PD devices to be shared andreconfigured. The ports can decide which objects are to beadvertised to the partner before the contract is negotiated.It is also possible to allow the user space to make thatdecision if needed.Signed-off-by: Heikki Krogerus &lt;heikki.krogerus@linux.intel.com&gt;Link: https://lore.kernel.org/r/20220502132058.86236-2-heikki.krogerus@linux.intel.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/typec/Makefile</description>
        <pubDate>Mon, 02 May 2022 13:20:56 +0000</pubDate>
        <dc:creator>Heikki Krogerus &lt;heikki.krogerus@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>d016cbe4 - usb: typec: Support the WUSB3801 port controller</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/typec/Makefile#d016cbe4</link>
        <description>usb: typec: Support the WUSB3801 port controllerWUSB3801 features a configurable port type, accessory detection, andplug orientation detection. It provides a hardware &quot;ID&quot; pin output forcompatibility with USB 2.0 OTG PHYs. Add a typec class driver for it.Reviewed-by: Heikki Krogerus &lt;heikki.krogerus@linux.intel.com&gt;Signed-off-by: Samuel Holland &lt;samuel@sholland.org&gt;Link: https://lore.kernel.org/r/20220214050118.61015-5-samuel@sholland.orgSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/typec/Makefile</description>
        <pubDate>Mon, 14 Feb 2022 05:01:17 +0000</pubDate>
        <dc:creator>Samuel Holland &lt;samuel@sholland.org&gt;</dc:creator>
    </item>
<item>
        <title>25d29b98 - usb: typec: rt1719: Add support for Richtek RT1719</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/typec/Makefile#25d29b98</link>
        <description>usb: typec: rt1719: Add support for Richtek RT1719Richtek RT1719 is a sink-only Type-C PD controller it complies withlatest USB Type-C and PD standards. It integrates the physical layer ofUSB power delivery protocol to allow up to 100W of power.Reviewed-by: Heikki Krogerus &lt;heikki.krogerus@linux.intel.com&gt;Signed-off-by: ChiYuan Huang &lt;cy_huang@richtek.com&gt;Link: https://lore.kernel.org/r/1644421362-32104-3-git-send-email-u0084500@gmail.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/typec/Makefile</description>
        <pubDate>Wed, 09 Feb 2022 15:42:42 +0000</pubDate>
        <dc:creator>ChiYuan Huang &lt;cy_huang@richtek.com&gt;</dc:creator>
    </item>
<item>
        <title>730b49aa - usb: typec: port-mapper: Convert to the component framework</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/typec/Makefile#730b49aa</link>
        <description>usb: typec: port-mapper: Convert to the component frameworkInstead of trying to keep track of the connections to theUSB Type-C connectors separately, letting the componentframework take care of that.From now on every USB Type-C connector will register itselfas &quot;aggregate&quot; - component master - and anything that can beconnected to it inside the system can then simply registeritself as a generic component.The matching of the components and the connector shall relyon ACPI _PLD initially. Before registering itself as theaggregate, the connector will find all other ACPI devicesthat have matching _PLD crc hash with it (matching value inthe pld_crc member of struct acpi_device), and add acomponent match entry for each one of them. Because onlyACPI is supported for now, the driver shall only be buildwhen ACPI is supported.This removes the need for the custom API that the driverexposed. The components and the connector can thereforeexist completely independently of each other. The order inwhich they are registered, as well as are they modules ornot, is now irrelevant.Acked-by: Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;Signed-off-by: Heikki Krogerus &lt;heikki.krogerus@linux.intel.com&gt;Link: https://lore.kernel.org/r/20211223082422.45637-1-heikki.krogerus@linux.intel.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/typec/Makefile</description>
        <pubDate>Thu, 23 Dec 2021 08:24:22 +0000</pubDate>
        <dc:creator>Heikki Krogerus &lt;heikki.krogerus@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>ae196ddb - usb: typec: Port mapping utility</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/typec/Makefile#ae196ddb</link>
        <description>usb: typec: Port mapping utilityAdding functions that can be used to link/unlink ports -USB ports, TBT3/USB4 ports, DisplayPorts and so on - tothe USB Type-C connectors they are attached to inside asystem. The symlink that is created for the port device isnamed &quot;connector&quot;.Initially only ACPI is supported. ACPI port object sharesthe _PLD (Physical Location of Device) with the USB Type-Cconnector that it&apos;s attached to.Signed-off-by: Heikki Krogerus &lt;heikki.krogerus@linux.intel.com&gt;Link: https://lore.kernel.org/r/20210407065555.88110-2-heikki.krogerus@linux.intel.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/typec/Makefile</description>
        <pubDate>Wed, 07 Apr 2021 06:55:52 +0000</pubDate>
        <dc:creator>Heikki Krogerus &lt;heikki.krogerus@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>2786d861 - usb: typec: tps6598x: Move the driver under its own subdirectory</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/typec/Makefile#2786d861</link>
        <description>usb: typec: tps6598x: Move the driver under its own subdirectoryThe driver consist of multiple files. Grouping all of themunder a separate directory drivers/usb/typec/tipd/.Signed-off-by: Heikki Krogerus &lt;heikki.krogerus@linux.intel.com&gt;Link: https://lore.kernel.org/r/20210310104630.77945-3-heikki.krogerus@linux.intel.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/typec/Makefile</description>
        <pubDate>Wed, 10 Mar 2021 10:46:29 +0000</pubDate>
        <dc:creator>Heikki Krogerus &lt;heikki.krogerus@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>95cd85a9 - usb: typec: tps6598x: Add trace event for IRQ events</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/typec/Makefile#95cd85a9</link>
        <description>usb: typec: tps6598x: Add trace event for IRQ eventsAllow to get irq event information via the tracing framework.  Thisallows to inspect USB-C negotiation at runtime.Reviewed-by: Heikki Krogerus &lt;heikki.krogerus@linux.intel.com&gt;Signed-off-by: Guido G&#252;nther &lt;agx@sigxcpu.org&gt;Link: https://lore.kernel.org/r/11444ae487d69da98ec20a18f2e49259e68319e3.1613389531.git.agx@sigxcpu.orgSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/typec/Makefile</description>
        <pubDate>Mon, 15 Feb 2021 11:46:42 +0000</pubDate>
        <dc:creator>Guido G&#252;nther &lt;agx@sigxcpu.org&gt;</dc:creator>
    </item>
<item>
        <title>6c8cf369 - usb: typec: Add QCOM PMIC typec detection driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/typec/Makefile#6c8cf369</link>
        <description>usb: typec: Add QCOM PMIC typec detection driverThe QCOM SPMI typec driver handles the role and orientation detection, andnotifies client drivers using the USB role switch framework.   It registersas a typec port, so orientation can be communicated using the typec switchAPIs.  The driver also attains a handle to the VBUS output regulator, so itcan enable/disable the VBUS source when acting as a host/device.Signed-off-by: Wesley Cheng &lt;wcheng@codeaurora.org&gt;Acked-by: Heikki Krogerus &lt;heikki.krogerus@linux.intel.com&gt;Reviewed-by: Stephen Boyd &lt;sboyd@kernel.org&gt;Link: https://lore.kernel.org/r/20201008235934.8931-2-wcheng@codeaurora.orgSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/typec/Makefile</description>
        <pubDate>Thu, 08 Oct 2020 23:59:31 +0000</pubDate>
        <dc:creator>Wesley Cheng &lt;wcheng@codeaurora.org&gt;</dc:creator>
    </item>
<item>
        <title>da0cb631 - usb: typec: add support for STUSB160x Type-C controller family</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/typec/Makefile#da0cb631</link>
        <description>usb: typec: add support for STUSB160x Type-C controller familySTMicroelectronics USB Type-C port controllers use I2C interface toconfigure, control and read the operation status of the device. All ST USBType-C port controllers are based on the same I2C register map. That&apos;s whythis driver can be used with all ST USB Type-C ICs.Some ST USB Type-C port controllers are Dual Role Port (DRP), only Sink orSource, some supports USB Power Delivery. This can be configured throughconnector device tree bindings.This driver is a basic Type-C port controller driver, with no powerdelivery support. It allows to configure ST USB Type-C port controller.Interrupt is supported and enables CC connection events, to detectattach and detach and update Type-C subsystem accordingly as well as usbrole switch.ST USB Type-C port controller can be supplied in three different waysdepending on the target application:- through VDD pin only (so VDD is the main supply)- through VSYS pin only (so VSYS is the main supply)- through VDD and VSYS pins.When both VDD and VSYS power supplies are present, the low power supplyVSYS is selected as main supply when VSYS voltage is above 3.1V, elseVDD is selected as main supply.In case of Source or Dual port type, if VDD supply is present, it has to beenabled in case of Source power role to provide Vbus. When interruptsupport is available, VDD supply is dynamically managed upon attach/detachinterrupt. When there is no interrupt support, VDD supply is enabled bydefault.Acked-by: Heikki Krogerus &lt;heikki.krogerus@linux.intel.com&gt;Signed-off-by: Amelie Delaunay &lt;amelie.delaunay@st.com&gt;Link: https://lore.kernel.org/r/20200924090049.9041-5-amelie.delaunay@st.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/typec/Makefile</description>
        <pubDate>Thu, 24 Sep 2020 09:00:47 +0000</pubDate>
        <dc:creator>Amelie Delaunay &lt;amelie.delaunay@st.com&gt;</dc:creator>
    </item>
<item>
        <title>1c48c759 - usb: typec: driver for TI HD3SS3220 USB Type-C DRP port controller</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/typec/Makefile#1c48c759</link>
        <description>usb: typec: driver for TI HD3SS3220 USB Type-C DRP port controllerDriver for TI HD3SS3220 USB Type-C DRP port controller.The driver currently registers the port and supports data role swapping.Signed-off-by: Biju Das &lt;biju.das@bp.renesas.com&gt;Acked-by: Heikki Krogerus &lt;heikki.krogerus@linux.intel.com&gt;Link: https://lore.kernel.org/r/1567584941-13690-3-git-send-email-biju.das@bp.renesas.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/typec/Makefile</description>
        <pubDate>Wed, 04 Sep 2019 08:15:40 +0000</pubDate>
        <dc:creator>Biju Das &lt;biju.das@bp.renesas.com&gt;</dc:creator>
    </item>
<item>
        <title>ae8a2ca8 - usb: typec: Group all TCPCI/TCPM code together</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/typec/Makefile#ae8a2ca8</link>
        <description>usb: typec: Group all TCPCI/TCPM code togetherMoving all the drivers that depend on the Port ControllerManager under a new directory drivers/usb/typec/tcpm/ andmaking Guenter Roeck the designated reviewer of that code.Acked-by: Guenter Roeck &lt;linux@roeck-us.net&gt;Signed-off-by: Heikki Krogerus &lt;heikki.krogerus@linux.intel.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/typec/Makefile</description>
        <pubDate>Thu, 20 Sep 2018 11:23:47 +0000</pubDate>
        <dc:creator>Heikki Krogerus &lt;heikki.krogerus@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>0e3bb7d6 - usb: typec: Add driver for DisplayPort alternate mode</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/typec/Makefile#0e3bb7d6</link>
        <description>usb: typec: Add driver for DisplayPort alternate modeDisplayPort USB Type-C Alt Mode allows DisplayPort displaysand adapters to be attached to the USB Type-C ports on thesystem.Signed-off-by: Heikki Krogerus &lt;heikki.krogerus@linux.intel.com&gt;Tested-by: Hans de Goede &lt;hdegoede@redhat.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/typec/Makefile</description>
        <pubDate>Wed, 27 Jun 2018 15:19:51 +0000</pubDate>
        <dc:creator>Heikki Krogerus &lt;heikki.krogerus@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>8a37d87d - usb: typec: Bus type for alternate modes</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/typec/Makefile#8a37d87d</link>
        <description>usb: typec: Bus type for alternate modesIntroducing a simple bus for the alternate modes. Bus allowsbinding drivers to the discovered alternate modes thepartners support.Signed-off-by: Heikki Krogerus &lt;heikki.krogerus@linux.intel.com&gt;Tested-by: Hans de Goede &lt;hdegoede@redhat.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/typec/Makefile</description>
        <pubDate>Wed, 27 Jun 2018 15:19:50 +0000</pubDate>
        <dc:creator>Heikki Krogerus &lt;heikki.krogerus@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>990da415 - staging: typec: tcpci: move tcpci drivers out of staging</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/typec/Makefile#990da415</link>
        <description>staging: typec: tcpci: move tcpci drivers out of stagingMove TCPCI(Typec port controller interface) driver and rt1711hdriver out of staging.Signed-off-by: Li Jun &lt;jun.li@nxp.com&gt;Reviewed-by: Guenter Roeck &lt;linux@roeck-us.net&gt;Acked-by: Heikki Krogerus &lt;heikki.krogerus@linux.intel.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/typec/Makefile</description>
        <pubDate>Tue, 26 Jun 2018 23:45:32 +0000</pubDate>
        <dc:creator>Li Jun &lt;jun.li@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>da95cc1d - usb: typec: driver for Pericom PI3USB30532 Type-C cross switch</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/typec/Makefile#da95cc1d</link>
        <description>usb: typec: driver for Pericom PI3USB30532 Type-C cross switchAdd a driver for the Pericom PI3USB30532 Type-C cross switch /mux chip found on some devices with a Type-C port.Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;Reviewed-by: Andy Shevchenko &lt;andy.shevchenko@gmail.com&gt;Signed-off-by: Heikki Krogerus &lt;heikki.krogerus@linux.intel.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/typec/Makefile</description>
        <pubDate>Tue, 20 Mar 2018 12:57:11 +0000</pubDate>
        <dc:creator>Hans de Goede &lt;hdegoede@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>bdecb33a - usb: typec: API for controlling USB Type-C Multiplexers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/typec/Makefile#bdecb33a</link>
        <description>usb: typec: API for controlling USB Type-C MultiplexersUSB Type-C connectors consist of various muxes and switchesthat route the pins on the connector to the right locations.The USB Type-C drivers need to be able to control the muxes,as they are the ones that know things like the cable plugorientation, and the current mode that was negotiated withthe partner.This introduces a small API for registering and controllingcable plug orientation switches, and separate small API forregistering and controlling pin multiplexer/demultiplexerswitches that are needed with Accessory/Alternate Modes.Reviewed-by: Hans de Goede &lt;hdegoede@redhat.com&gt;Reviewed-by: Andy Shevchenko &lt;andy.shevchenko@gmail.com&gt;Signed-off-by: Heikki Krogerus &lt;heikki.krogerus@linux.intel.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/typec/Makefile</description>
        <pubDate>Tue, 20 Mar 2018 12:57:03 +0000</pubDate>
        <dc:creator>Heikki Krogerus &lt;heikki.krogerus@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>3efe891f - USB: add SPDX identifiers to all remaining Makefiles</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/typec/Makefile#3efe891f</link>
        <description>USB: add SPDX identifiers to all remaining MakefilesIt&apos;s good to have SPDX identifiers in all files to make it easier toaudit the kernel tree for correct licenses.This updates the remaining drivers/usb/*Makefile* that were missing SPDXidentifiers.  They all get the following identifier:	SPDX-License-Identifier: GPL-2.0The SPDX identifier is a legally binding shorthand, which can be usedinstead of the full boiler plate text.Cc: Thomas Gleixner &lt;tglx@linutronix.de&gt;Cc: Kate Stewart &lt;kstewart@linuxfoundation.org&gt;Cc: Philippe Ombredanne &lt;pombredanne@nexb.com&gt;Cc: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;Cc: Thomas Winischhofer &lt;thomas@winischhofer.net&gt;Cc: Johan Hovold &lt;johan@kernel.org&gt;Acked-by: Heikki Krogerus &lt;heikki.krogerus@linux.intel.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/typec/Makefile</description>
        <pubDate>Mon, 06 Nov 2017 15:34:07 +0000</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
</channel>
</rss>
