<?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 Kconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>03c0343b - usb: typec: qcom-pmic-typec: Only select DRM_AUX_HPD_BRIDGE with OF</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/typec/tcpm/Kconfig#03c0343b</link>
        <description>usb: typec: qcom-pmic-typec: Only select DRM_AUX_HPD_BRIDGE with OFCONFIG_DRM_AUX_HPD_BRIDGE depends on CONFIG_OF but that dependency isnot included when CONFIG_TYPEC_QCOM_PMIC selects it, resulting in aKconfig warning when CONFIG_OF is disabled:  WARNING: unmet direct dependencies detected for DRM_AUX_HPD_BRIDGE    Depends on [n]: HAS_IOMEM [=y] &amp;&amp; DRM_BRIDGE [=y] &amp;&amp; OF [=n]    Selected by [m]:    - TYPEC_QCOM_PMIC [=m] &amp;&amp; USB_SUPPORT [=y] &amp;&amp; TYPEC [=m] &amp;&amp; TYPEC_TCPM [=m] &amp;&amp; (ARCH_QCOM || COMPILE_TEST [=y]) &amp;&amp; (DRM [=m] || DRM [=m]=n) &amp;&amp; DRM_BRIDGE [=y]Only select CONFIG_DRM_AUX_HPD_BRIDGE with both CONFIG_DRM_BRIDGE andCONFIG_OF to clear up the warning.Fixes: 7d9f1b72b296 (&quot;usb: typec: qcom-pmic-typec: switch to DRM_AUX_HPD_BRIDGE&quot;)Signed-off-by: Nathan Chancellor &lt;nathan@kernel.org&gt;Reviewed-by: Heikki Krogerus &lt;heikki.krogerus@linux.intel.com&gt;Reviewed-by: Guenter Roeck &lt;linux@roeck-us.net&gt;Reviewed-by: Bryan O&apos;Donoghue &lt;bryan.odonoghue@linaro.org&gt;Signed-off-by: Dmitry Baryshkov &lt;dmitry.baryshkov@linaro.org&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20231205-drm_aux_bridge-fixes-v1-2-d242a0ae9df4@kernel.org

            List of files:
            /linux-6.15/drivers/usb/typec/tcpm/Kconfig</description>
        <pubDate>Tue, 05 Dec 2023 20:13:35 +0000</pubDate>
        <dc:creator>Nathan Chancellor &lt;nathan@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>7d9f1b72 - usb: typec: qcom-pmic-typec: switch to DRM_AUX_HPD_BRIDGE</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/typec/tcpm/Kconfig#7d9f1b72</link>
        <description>usb: typec: qcom-pmic-typec: switch to DRM_AUX_HPD_BRIDGEUse the freshly defined DRM_AUX_HPD_BRIDGE instead of open-coding thesame functionality for the DRM bridge chain termination.Acked-by: Bryan O&apos;Donoghue &lt;bryan.odonoghue@linaro.org&gt;Reviewed-by: Heikki Krogerus &lt;heikki.krogerus@linux.intel.com&gt;Signed-off-by: Dmitry Baryshkov &lt;dmitry.baryshkov@linaro.org&gt;Link: https://patchwork.freedesktop.org/patch/msgid/20231203114333.1305826-7-dmitry.baryshkov@linaro.org

            List of files:
            /linux-6.15/drivers/usb/typec/tcpm/Kconfig</description>
        <pubDate>Sun, 03 Dec 2023 11:43:33 +0000</pubDate>
        <dc:creator>Dmitry Baryshkov &lt;dmitry.baryshkov@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>4b3cd783 - usb: typec: qcom-pmic-typec: register drm_bridge</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/typec/tcpm/Kconfig#4b3cd783</link>
        <description>usb: typec: qcom-pmic-typec: register drm_bridgeThe current approach to handling DP on bridge-enabled platforms requiresa chain of DP bridges up to the USB-C connector. Register a last DRMbridge for such chain.Acked-by: Bryan O&apos;Donoghue &lt;bryan.odonoghue@linaro.org&gt;Signed-off-by: Dmitry Baryshkov &lt;dmitry.baryshkov@linaro.org&gt;Link: https://lore.kernel.org/r/20230817150824.14371-3-dmitry.baryshkov@linaro.orgSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/typec/tcpm/Kconfig</description>
        <pubDate>Thu, 17 Aug 2023 15:08:24 +0000</pubDate>
        <dc:creator>Dmitry Baryshkov &lt;dmitry.baryshkov@linaro.org&gt;</dc:creator>
    </item>
<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/Kconfig#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/Kconfig</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>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/Kconfig#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/Kconfig</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>9ef16540 - usb: typec: wcove: Drop wrong dependency to INTEL_SOC_PMIC</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/typec/tcpm/Kconfig#9ef16540</link>
        <description>usb: typec: wcove: Drop wrong dependency to INTEL_SOC_PMICIntel SoC PMIC is a generic name for all PMICs that are usedon Intel platforms. In particular, INTEL_SOC_PMIC kernel configurationoption refers to Crystal Cove PMIC, which has never been a partof any Intel Broxton hardware. Drop wrong dependency from Kconfig.Note, the correct dependency is satisfied via ACPI PMIC OpRegion driver,which the Type-C depends on.Fixes: d2061f9cc32d (&quot;usb: typec: add driver for Intel Whiskey Cove PMIC USB Type-C PHY&quot;)Reported-by: Hans de Goede &lt;hdegoede@redhat.com&gt;Reviewed-by: Guenter Roeck &lt;linux@roeck-us.net&gt;Reviewed-by: Heikki Krogerus &lt;heikki.krogerus@linux.intel.com&gt;Reviewed-by: Hans de Goede &lt;hdegoede@redhat.com&gt;Signed-off-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;Link: https://lore.kernel.org/r/20220620104316.57592-1-andriy.shevchenko@linux.intel.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/typec/tcpm/Kconfig</description>
        <pubDate>Mon, 20 Jun 2022 10:43:16 +0000</pubDate>
        <dc:creator>Andy Shevchenko &lt;andriy.shevchenko@linux.intel.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/Kconfig#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/Kconfig</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/Kconfig#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/Kconfig</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>25f1ca31 - platform/x86: intel_pmc_ipc: Convert to MFD</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/typec/tcpm/Kconfig#25f1ca31</link>
        <description>platform/x86: intel_pmc_ipc: Convert to MFDThis driver only creates a bunch of platform devices sharing resourcesbelonging to the PMC device. This is pretty much what MFD subsystem isfor so move the driver there, renaming it to intel_pmc_bxt.c whichshould be more clear what it is.MFD subsystem provides nice helper APIs for subdevice creation soconvert the driver to use those. Unfortunately the ACPI device includesseparate resources for most of the subdevices so we cannot simply callmfd_add_devices() to create all of them but instead we need to call itseparately for each device.The new MFD driver continues to expose two sysfs attributes that allowuserspace to send IPC commands to the PMC/SCU to avoid breaking anyexisting applications that may use these. Generally this is bad idea sodocument this in the ABI documentation.Signed-off-by: Mika Westerberg &lt;mika.westerberg@linux.intel.com&gt;Reviewed-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;Signed-off-by: Lee Jones &lt;lee.jones@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/usb/typec/tcpm/Kconfig</description>
        <pubDate>Thu, 16 Apr 2020 08:15:51 +0000</pubDate>
        <dc:creator>Mika Westerberg &lt;mika.westerberg@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>547fc228 - usb: typec: fusb302: Fix an undefined reference to &apos;extcon_get_state&apos;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/typec/tcpm/Kconfig#547fc228</link>
        <description>usb: typec: fusb302: Fix an undefined reference to &apos;extcon_get_state&apos;Fixes the following compile error:drivers/usb/typec/tcpm/fusb302.o: In function `tcpm_get_current_limit&apos;:fusb302.c:(.text+0x3ee): undefined reference to `extcon_get_state&apos;fusb302.c:(.text+0x422): undefined reference to `extcon_get_state&apos;fusb302.c:(.text+0x450): undefined reference to `extcon_get_state&apos;fusb302.c:(.text+0x48c): undefined reference to `extcon_get_state&apos;drivers/usb/typec/tcpm/fusb302.o: In function `fusb302_probe&apos;:fusb302.c:(.text+0x980): undefined reference to `extcon_get_extcon_dev&apos;make: *** [vmlinux] Error 1It is because EXTCON is build as a module, but FUSB302 is not.Suggested-by: Heikki Krogerus &lt;heikki.krogerus@linux.intel.com&gt;Signed-off-by: zhong jiang &lt;zhongjiang@huawei.com&gt;Acked-by: Heikki Krogerus &lt;heikki.krogerus@linux.intel.com&gt;Reviewed-by: Guenter Roeck &lt;linux@roeck-us.net&gt;Link: https://lore.kernel.org/r/1576239378-50795-1-git-send-email-zhongjiang@huawei.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/typec/tcpm/Kconfig</description>
        <pubDate>Fri, 13 Dec 2019 12:16:18 +0000</pubDate>
        <dc:creator>zhong jiang &lt;zhongjiang@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>cae8dc3b - USB: add missing SPDX lines to Kconfig and Makefiles</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/usb/typec/tcpm/Kconfig#cae8dc3b</link>
        <description>USB: add missing SPDX lines to Kconfig and MakefilesThere are a few remaining drivers/usb/ files that do not have SPDXidentifiers in them, all of these are either Kconfig or Makefiles.  Addthe correct GPL-2.0 identifier to them to make scanning tools happy.Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/usb/typec/tcpm/Kconfig</description>
        <pubDate>Thu, 17 Jan 2019 08:23:50 +0000</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&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/Kconfig#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/Kconfig</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>
