<?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>7636f090 - platform: arm64: add Huawei Matebook E Go EC driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/platform/arm64/Makefile#7636f090</link>
        <description>platform: arm64: add Huawei Matebook E Go EC driverThere are three variants of which Huawei released the first twosimultaneously.Huawei Matebook E Go LTE(sc8180x), codename seems to be gaokun2.Huawei Matebook E Go(sc8280xp@3.0GHz), codename must be gaokun3. (see [1])Huawei Matebook E Go 2023(sc8280xp@2.69GHz), codename should be also gaokun3.Adding support for the latter two variants for now, this driver shouldalso work for the sc8180x variant according to acpi table files, but Idon&apos;t have the device to test yet.Different from other Qualcomm Snapdragon sc8280xp based machines, theHuawei Matebook E Go uses an embedded controller while others usea system called PMIC GLink. This embedded controller can be used toperform a set of various functions, including, but not limited to:- Battery and charger monitoring;- Charge control and smart charge;- Fn_lock settings;- Tablet lid status;- Temperature sensors;- USB Type-C notifications (ports orientation,  DP alt mode HPD);- USB Type-C PD (according to observation, up to 48w).Add a driver for the EC which creates devices for UCSI and power supplydevices.This driver is inspired by the following drivers:        drivers/platform/arm64/acer-aspire1-ec.c        drivers/platform/arm64/lenovo-yoga-c630.c        drivers/platform/x86/huawei-wmi.cAlso thanks for reviewers&apos; working. They have made this patch improvea lot.[1] https://bugzilla.kernel.org/show_bug.cgi?id=219645Signed-off-by: Pengyu Luo &lt;mitltlatltl@gmail.com&gt;Reviewed-by: Ilpo J&#228;rvinen &lt;ilpo.jarvinen@linux.intel.com&gt;Link: https://lore.kernel.org/r/20250214180656.28599-3-mitltlatltl@gmail.comSigned-off-by: Ilpo J&#228;rvinen &lt;ilpo.jarvinen@linux.intel.com&gt;

            List of files:
            /linux-6.15/drivers/platform/arm64/Makefile</description>
        <pubDate>Fri, 14 Feb 2025 18:06:55 +0000</pubDate>
        <dc:creator>Pengyu Luo &lt;mitltlatltl@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>5e5f2f92 - platform: arm64: add Lenovo Yoga C630 WOS EC driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/platform/arm64/Makefile#5e5f2f92</link>
        <description>platform: arm64: add Lenovo Yoga C630 WOS EC driverLenovo Yoga C630 WOS is a laptop using Snapdragon 850 SoC. Like manylaptops it uses an embedded controller (EC) to perform various platformoperations, including, but not limited, to Type-C port control or powersupply handlng.Add the driver for the EC, that creates devices for UCSI and powersupply devices.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://lore.kernel.org/r/20240614-yoga-ec-driver-v7-2-9f0b9b40ae76@linaro.org[ij: added #include &lt;linux/cleanup.h&gt;]Reviewed-by: Ilpo J&#228;rvinen &lt;ilpo.jarvinen@linux.intel.com&gt;Signed-off-by: Ilpo J&#228;rvinen &lt;ilpo.jarvinen@linux.intel.com&gt;

            List of files:
            /linux-6.15/drivers/platform/arm64/Makefile</description>
        <pubDate>Thu, 13 Jun 2024 23:43:39 +0000</pubDate>
        <dc:creator>Dmitry Baryshkov &lt;dmitry.baryshkov@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>2b3efb7c - platform: arm64: Add Acer Aspire 1 embedded controller driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/platform/arm64/Makefile#2b3efb7c</link>
        <description>platform: arm64: Add Acer Aspire 1 embedded controller driverAcer Aspire 1 is a Snapdragon 7c based laptop. It uses an embeddedcontroller to perform a set of various functions, such as:- Battery and charger monitoring;- Keyboard layout control (i.e. fn_lock settings);- USB Type-C DP alt mode HPD notifications;- Laptop lid status.Unfortunately, while all this functionality is implemented in ACPI, it&apos;scurrently not possible to use ACPI to boot Linux on such Qualcommdevices. To allow Linux to still support the features provided by EC,this driver reimplments the relevant ACPI parts. This allows us to bootthe laptop with Device Tree and retain all the features.Reviewed-by: Bryan O&apos;Donoghue &lt;bryan.odonoghue@linaro.org&gt;Signed-off-by: Nikita Travkin &lt;nikita@trvn.ru&gt;Reviewed-by: Ilpo J&#228;rvinen &lt;ilpo.jarvinen@linux.intel.com&gt;Link: https://lore.kernel.org/r/20240315-aspire1-ec-v5-3-f93381deff39@trvn.ruSigned-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/platform/arm64/Makefile</description>
        <pubDate>Fri, 15 Mar 2024 13:51:17 +0000</pubDate>
        <dc:creator>Nikita Travkin &lt;nikita@trvn.ru&gt;</dc:creator>
    </item>
<item>
        <title>363c8aea - platform: Add ARM64 platform directory</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/platform/arm64/Makefile#363c8aea</link>
        <description>platform: Add ARM64 platform directorySome ARM64 based laptops and computers require vendor/board specificdrivers for their embedded controllers. Even though usually the mostimportant functionality of those devices is implemented inside ACPI,unfortunately Linux doesn&apos;t currently have great support for ACPI onplatforms like Qualcomm Snapdragon that are used in most ARM64 laptopstoday. Instead Linux relies on Device Tree for Qualcomm based devicesand it&apos;s significantly easier to reimplement the EC functionality ina dedicated driver than to make use of ACPI code.This commit introduces a new platform/arm64 subdirectory to give aplace to such drivers for EC-like devices.A new MAINTAINERS entry is added for this directory. Patches to files inthis directory will be taken up by the platform-drivers-x86 team (i.e.Hans de Goede and Ilpo J&#228;rvinen) with additional review from BryanO&apos;Donoghue to represent ARM64 maintainers.Signed-off-by: Nikita Travkin &lt;nikita@trvn.ru&gt;Acked-by: Ilpo J&#228;rvinen &lt;ilpo.jarvinen@linux.intel.com&gt;Link: https://lore.kernel.org/r/20240315-aspire1-ec-v5-2-f93381deff39@trvn.ruReviewed-by: Hans de Goede &lt;hdegoede@redhat.com&gt;Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/platform/arm64/Makefile</description>
        <pubDate>Fri, 15 Mar 2024 13:51:16 +0000</pubDate>
        <dc:creator>Nikita Travkin &lt;nikita@trvn.ru&gt;</dc:creator>
    </item>
</channel>
</rss>
