<?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>2ce6324e - ACPI: DPTF: Add PCH FIVR participant driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/acpi/dptf/Makefile#2ce6324e</link>
        <description>ACPI: DPTF: Add PCH FIVR participant driverThis driver adds support for Dynamic Platform and Thermal Framework(DPTF) PCH (Platform Controller Hub) FIVR (Fully Integrated VoltageRegulator) participant support.This participant is responsible for exposing platform telemetry andcontrol for:	freq_mhz_high_clock	freq_mhz_low_clockThese attributes are used to get and set PCH FIVR switching frequencyfor thermal and radio frequency interference mitigation.Refer to Documentation/ABI/testing/sysfs-platform-dptf for ABI details.ACPI methods description used in this driver:RFC0: This ACPI method to set PCH FIVR switching frequency when FIVRclock is 19.2MHz or 24MHz. The ACPI method takes a DWORD value.GFC0: This ACPI method to get PCH FIVR switching frequency when FIVRclock is 19.2MHz or 24MHz.RFC1: This ACPI method to set PCH FIVR switching frequency when FIVRclock is 38.4MHz. The ACPI method takes a DWORD value.GFC1: This ACPI method to get PCH FIVR switching frequency when FIVRclock is 38.4MHz.Signed-off-by: Srinivas Pandruvada &lt;srinivas.pandruvada@linux.intel.com&gt;Signed-off-by: Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;

            List of files:
            /linux-6.15/drivers/acpi/dptf/Makefile</description>
        <pubDate>Tue, 15 Sep 2020 23:18:14 +0000</pubDate>
        <dc:creator>Srinivas Pandruvada &lt;srinivas.pandruvada@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/acpi/dptf/Makefile#ec8f24b7</link>
        <description>treewide: Add SPDX license identifier - Makefile/KconfigAdd SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any formThese files fall under the project license, GPL v2 only. The resulting SPDXlicense identifier is:  GPL-2.0-onlySigned-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/acpi/dptf/Makefile</description>
        <pubDate>Sun, 19 May 2019 12:07:45 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>580d0382 - ACPI / DPTF: remove header search path to the parent directory</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/acpi/dptf/Makefile#580d0382</link>
        <description>ACPI / DPTF: remove header search path to the parent directoryIt is too much to add extra header search path for all files indrivers/acpi/dptf/.Fix up one C file, and remove the header search path.Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Signed-off-by: Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;

            List of files:
            /linux-6.15/drivers/acpi/dptf/Makefile</description>
        <pubDate>Thu, 24 Jan 2019 12:16:03 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>c11dd70f - ACPI / DPTF: move int340x_thermal.c to the DPTF folder</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/acpi/dptf/Makefile#c11dd70f</link>
        <description>ACPI / DPTF: move int340x_thermal.c to the DPTF folderSince DPTF has its own folder under ACPI, move this file also there.Signed-off-by: Srinivas Pandruvada &lt;srinivas.pandruvada@linux.intel.com&gt;Signed-off-by: Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;

            List of files:
            /linux-6.15/drivers/acpi/dptf/Makefile</description>
        <pubDate>Tue, 19 Jul 2016 21:57:49 +0000</pubDate>
        <dc:creator>Srinivas Pandruvada &lt;srinivas.pandruvada@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>6256ebd5 - ACPI / DPTF: Add DPTF power participant driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/acpi/dptf/Makefile#6256ebd5</link>
        <description>ACPI / DPTF: Add DPTF power participant driverThis driver adds support for Dynamic Platform and Thermal Framework(DPTF) Platform Power Participant device (INT3407) support.This participant is responsible for exposing platform telemetry such as:    max_platform_power    platform_power_source    adapter_rating    battery_steady_power    charger_typeThese attributes are presented via sysfs interface under the INT3407platform device:$ls /sys/bus/platform/devices/INT3407\:00/dptf_power/    adapter_rating_mw    battery_steady_power_mw    charger_type    max_platform_power_mw    platform_power_source    `ACPI methods description used in this driver:    PMAX: Maximum platform power that can be supported by the battery in          mW.    PSRC: System charge source,            0x00 = DC            0x01 = AC            0x02 = USB            0x03 = Wireless Charger    ARTG: Adapter rating in mW (Maximum Adapter power) Must be 0 if no          AC adapter is plugged in.    CTYP: Charger Type,            Traditional : 0x01            Hybrid: 0x02            NVDC: 0x03    PBSS: Returns max sustained power for battery in milliWatts.The INT3407 also contains _BTS and _BIX objects, which are compliant toACPI 5.0, specification. Those objects are already used by ACPI battery(PNP0C0A) driver and information about them is exported via Linux powersupply class registration.Signed-off-by: Srinivas Pandruvada &lt;srinivas.pandruvada@linux.intel.com&gt;Signed-off-by: Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;

            List of files:
            /linux-6.15/drivers/acpi/dptf/Makefile</description>
        <pubDate>Sun, 17 Jul 2016 20:45:32 +0000</pubDate>
        <dc:creator>Srinivas Pandruvada &lt;srinivas.pandruvada@linux.intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
