<?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/tcpm/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/tcpm/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>02b332a0 - usb: typec: maxim_contaminant: Implement check_contaminant callback</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/typec/tcpm/Makefile#02b332a0</link>
        <description>usb: typec: maxim_contaminant: Implement check_contaminant callbackMaxim TCPC has additional ADCs and low current(1ua) current sourceto measure the impedance of CC and SBU pins. When tcpm invokesthe check_contaminant callback, Maxim TCPC measures the impedanceof the CC &amp; SBU pins and when the impedance measured is less than1MOhm, it is assumed that USB-C port is contaminated. CC comparatorsare also checked to differentiate between presence of sink andcontaminant. Once USB-C is deemed to be contaminated, MAXIM TCPChas additional hardware to disable normal DRP toggling cycle andenable 1ua on CC pins once every 2.4secs/4.8secs. Maxim TCPCinterrupts AP once the impedance on the CC pin is above the1MOhm threshold. The Maxim tcpc driver then signals TCPM_PORT_CLEANto restart toggling.Renaming tcpci_maxim.c to tcpci_maxim_core.c and moving reg read/writehelper functions to the tcpci_maxim.h header file.Signed-off-by: Badhri Jagan Sridharan &lt;badhri@google.com&gt;Reviewed-by: Guenter Roeck &lt;linux@roeck-us.net&gt;Link: https://lore.kernel.org/r/20230114093246.1933321-3-badhri@google.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/typec/tcpm/Makefile</description>
        <pubDate>Sat, 14 Jan 2023 09:32:46 +0000</pubDate>
        <dc:creator>Badhri Jagan Sridharan &lt;badhri@google.com&gt;</dc:creator>
    </item>
<item>
        <title>c2a8ea59 - usb: typec: tcpci_mt6370: Add MediaTek MT6370 tcpci driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/typec/tcpm/Makefile#c2a8ea59</link>
        <description>usb: typec: tcpci_mt6370: Add MediaTek MT6370 tcpci driverThe MediaTek MT6370 is a highly-integrated smart power management IC,which includes a single cell Li-Ion/Li-Polymer switching batterycharger, a USB Type-C &amp; Power Delivery (PD) controller, dualFlash LED current sources, a RGB LED driver, a backlight WLED driver,a display bias driver and a general LDO for portable devices.Add support for the Type-C &amp; Power Delivery controller inMediaTek MT6370 IC.Reviewed-by: AngeloGioacchino Del Regno &lt;angelogioacchino.delregno@collabora.com&gt;Reviewed-by: Guenter Roeck &lt;linux@roeck-us.net&gt;Reviewed-by: Andy Shevchenko &lt;andy.shevchenko@gmail.com&gt;Reviewed-by: Heikki Krogerus &lt;heikki.krogerus@linux.intel.com&gt;Signed-off-by: ChiYuan Huang &lt;cy_huang@richtek.com&gt;Signed-off-by: ChiaEn Wu &lt;chiaen_wu@richtek.com&gt;Link: https://lore.kernel.org/r/20220815090125.27705-8-peterwu.pub@gmail.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/typec/tcpm/Makefile</description>
        <pubDate>Mon, 15 Aug 2022 09:01:20 +0000</pubDate>
        <dc:creator>ChiYuan Huang &lt;cy_huang@richtek.com&gt;</dc:creator>
    </item>
<item>
        <title>6f413b55 - usb: typec: tcpci_maxim: Chip level TCPC driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/typec/tcpm/Makefile#6f413b55</link>
        <description>usb: typec: tcpci_maxim: Chip level TCPC driverChip level TCPC driver for Maxim&apos;s TCPCI implementation.This TCPC implementation does not support the followingcommands: COMMAND.SinkVbus, COMMAND.SourceVbusDefaultVoltage,COMMAND.SourceVbusHighVoltage. Instead the sinking and sourcingfrom vbus is supported by writes to custom registers.Signed-off-by: Badhri Jagan Sridharan &lt;badhri@google.com&gt;Reviewed-by: Heikki Krogerus &lt;heikki.krogerus@linux.intel.com&gt;Link: https://lore.kernel.org/r/20201008061556.1402293-5-badhri@google.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/typec/tcpm/Makefile</description>
        <pubDate>Thu, 08 Oct 2020 06:15:45 +0000</pubDate>
        <dc:creator>Badhri Jagan Sridharan &lt;badhri@google.com&gt;</dc:creator>
    </item>
<item>
        <title>e1aefcdd - usb typec: mt6360: Add support for mt6360 Type-C driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/typec/tcpm/Makefile#e1aefcdd</link>
        <description>usb typec: mt6360: Add support for mt6360 Type-C driverMediatek MT6360 is a multi-functional IC that includes USB Type-C.It works with Type-C Port Controller Manager to provide USB PDand USB Type-C functionalities.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/1598928042-22115-1-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/tcpm/Makefile</description>
        <pubDate>Tue, 01 Sep 2020 02:40:41 +0000</pubDate>
        <dc:creator>ChiYuan Huang &lt;cy_huang@richtek.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/tcpm/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/tcpm/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>
</channel>
</rss>
