<?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>249ebf3f - power: sequencing: implement the pwrseq core</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/power/Makefile#249ebf3f</link>
        <description>power: sequencing: implement the pwrseq coreImplement the power sequencing subsystem allowing devices to sharecomplex powering-up and down procedures. It&apos;s split into the consumerand provider parts but does not implement any new DT bindings so thatthe actual power sequencing is never revealed in the DT representation.Tested-by: Amit Pundir &lt;amit.pundir@linaro.org&gt;Tested-by: Neil Armstrong &lt;neil.armstrong@linaro.org&gt; # on SM8550-QRD, SM8650-QRD &amp; SM8650-HDKTested-by: Caleb Connolly &lt;caleb.connolly@linaro.org&gt; # OnePlus 8TAcked-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;Link: https://lore.kernel.org/r/20240605123850.24857-2-brgl@bgdev.plSigned-off-by: Bartosz Golaszewski &lt;bartosz.golaszewski@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/power/Makefile</description>
        <pubDate>Wed, 05 Jun 2024 12:38:49 +0000</pubDate>
        <dc:creator>Bartosz Golaszewski &lt;bartosz.golaszewski@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>785b5bb4 - PM: AVS: Drop the avs directory and the corresponding Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/power/Makefile#785b5bb4</link>
        <description>PM: AVS: Drop the avs directory and the corresponding KconfigAll avs drivers have now been moved to their corresponding soc specificdirectories. Additionally, they don&apos;t depend on the POWER_AVS Kconfiganymore. Therefore, let&apos;s simply drop the drivers/power/avs directoryaltogether.Cc: Nishanth Menon &lt;nm@ti.com&gt;Signed-off-by: Ulf Hansson &lt;ulf.hansson@linaro.org&gt;Reviewed-by: Nishanth Menon &lt;nm@ti.com&gt;Signed-off-by: Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;

            List of files:
            /linux-6.15/drivers/power/Makefile</description>
        <pubDate>Tue, 06 Oct 2020 16:05:16 +0000</pubDate>
        <dc:creator>Ulf Hansson &lt;ulf.hansson@linaro.org&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/power/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/power/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>8c0984e5 - power: move power supply drivers to power/supply</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/power/Makefile#8c0984e5</link>
        <description>power: move power supply drivers to power/supplyThis moves all power supply drivers from drivers/power/to drivers/power/supply/. The intention is a cleanersource tree, since drivers/power/ also contains frameworksunrelated to power supply, like adaptive voltage scaling.Signed-off-by: Sebastian Reichel &lt;sre@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/power/Makefile</description>
        <pubDate>Fri, 17 Jun 2016 11:54:32 +0000</pubDate>
        <dc:creator>Sebastian Reichel &lt;sre@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>5c0e09e0 - power: act8945a: add charger driver for ACT8945A</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/power/Makefile#5c0e09e0</link>
        <description>power: act8945a: add charger driver for ACT8945AThis patch adds new driver for Active-semi ACT8945A ActivePathcharger (part of ACT8945A MFD driver) providing power supply classinformation to userspace.The driver can be configured through DT (such as, total timer,precondition timer and input over-voltage threshold).Signed-off-by: Wenyou Yang &lt;wenyou.yang@atmel.com&gt;Reviewed-by: Krzysztof Kozlowski &lt;k.kozlowski@samsung.com&gt;[ add &quot;|| COMPILE_TEST&quot; to MFD_ACT8945A dependency ]Signed-off-by: Sebastian Reichel &lt;sre@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/power/Makefile</description>
        <pubDate>Mon, 15 Feb 2016 08:22:03 +0000</pubDate>
        <dc:creator>Wenyou Yang &lt;wenyou.yang@atmel.com&gt;</dc:creator>
    </item>
<item>
        <title>703df6c0 - power: bq27xxx_battery: Reorganize I2C into a module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/power/Makefile#703df6c0</link>
        <description>power: bq27xxx_battery: Reorganize I2C into a moduleSeparate out I2C functionality into a module. This fixes several smallissues and simplifies the driver initialization.Signed-off-by: Andrew F. Davis &lt;afd@ti.com&gt;Signed-off-by: Sebastian Reichel &lt;sre@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/power/Makefile</description>
        <pubDate>Mon, 23 Nov 2015 16:53:51 +0000</pubDate>
        <dc:creator>Andrew F. Davis &lt;afd@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>a419b4fd - power: Add support for DA9150 Fuel-Gauge</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/power/Makefile#a419b4fd</link>
        <description>power: Add support for DA9150 Fuel-GaugeThis adds power supply driver support for the Fuel-Gauge part ofthe DA9150 combined Charger and Fuel-Gauge device.Signed-off-by: Adam Thomson &lt;Adam.Thomson.Opensource@diasemi.com&gt;Acked-by: Sebastian Reichel &lt;sre@kernel.org&gt;Signed-off-by: Lee Jones &lt;lee.jones@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/power/Makefile</description>
        <pubDate>Wed, 07 Oct 2015 13:54:16 +0000</pubDate>
        <dc:creator>Adam Thomson &lt;Adam.Thomson.Opensource@diasemi.com&gt;</dc:creator>
    </item>
<item>
        <title>3636859b - power_supply: Add support for tps65217-charger.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/power/Makefile#3636859b</link>
        <description>power_supply: Add support for tps65217-charger.This patch adds support for the tps65217 charger driver. This driver isresponsible for controlling the charger aspect of the tps65217 mfd.Currently, this mainly consists of turning on and off the charger, butsome other features of the charger can be supported through this driver.Signed-off-by: Enric Balletbo i Serra &lt;enric.balletbo@collabora.com&gt;Signed-off-by: Sebastian Reichel &lt;sre@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/power/Makefile</description>
        <pubDate>Thu, 24 Sep 2015 19:44:21 +0000</pubDate>
        <dc:creator>Enric Balletbo i Serra &lt;eballetbo@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>081bab21 - power: bq27x00_battery: Renaming for consistency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/power/Makefile#081bab21</link>
        <description>power: bq27x00_battery: Renaming for consistencyRename functions that are used by multiple devices. New deviceshave been added and the function names and driver name are no longergeneral enough for the functionality they provide.Signed-off-by: Andrew F. Davis &lt;afd@ti.com&gt;Acked-by: Tony Lindgren &lt;tony@atomide.com&gt;Acked-by: GUAN Xuetao &lt;gxt@mprc.pku.edu.cn&gt;Signed-off-by: Sebastian Reichel &lt;sre@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/power/Makefile</description>
        <pubDate>Tue, 22 Sep 2015 19:35:06 +0000</pubDate>
        <dc:creator>Andrew F. Davis &lt;afd@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>56d7df87 - power: Add Qualcomm SMBB driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/power/Makefile#56d7df87</link>
        <description>power: Add Qualcomm SMBB driverAdd the Qualcomm Switch-Mode Battery Charger and Boost driver, found inpm8941.Signed-off-by: Courtney Cavin &lt;courtney.cavin@sonymobile.com&gt;Signed-off-by: Bjorn Andersson &lt;bjorn.andersson@sonymobile.com&gt;Signed-off-by: Sebastian Reichel &lt;sre@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/power/Makefile</description>
        <pubDate>Thu, 30 Jul 2015 17:53:56 +0000</pubDate>
        <dc:creator>Courtney Cavin &lt;courtney.cavin@sonymobile.com&gt;</dc:creator>
    </item>
<item>
        <title>69fb4dca - power: Add an axp20x-usb-power driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/power/Makefile#69fb4dca</link>
        <description>power: Add an axp20x-usb-power driverThis adds a driver for the usb power_supply bits of the axp20x PMICs.I initially started writing my own driver, before coming aware ofBruno Pr&#233;mont&apos;s excellent earlier RFC with a driver for this.My driver was lacking CURRENT_MAX and VOLTAGE_MIN support Bruno&apos;sdrvier has, so I&apos;ve copied the code for those from his driver.Note that the AC-power-supply and battery charger bits will need separatedrivers. Each one needs its own devictree child-node so that otherdevicetree nodes can reference the right power-supply, and thus each onewill get its own mfd-cell / platform_device and platform-driver.Cc: Bruno Pr&#233;mont &lt;bonbons@linux-vserver.org&gt;Acked-by: Lee Jones &lt;lee.jones@linaro.org&gt;Signed-off-by: Bruno Pr&#233;mont &lt;bonbons@linux-vserver.org&gt;Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;Signed-off-by: Sebastian Reichel &lt;sre@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/power/Makefile</description>
        <pubDate>Sat, 01 Aug 2015 08:39:38 +0000</pubDate>
        <dc:creator>Hans de Goede &lt;hdegoede@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>e86d69dd - power_supply: Add support for Richtek RT9455 battery charger</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/power/Makefile#e86d69dd</link>
        <description>power_supply: Add support for Richtek RT9455 battery chargerBased on the datasheet found here:http://www.richtek.com/download_ds.jsp?p=RT9455Signed-off-by: Anda-Maria Nicolae &lt;anda-maria.nicolae@intel.com&gt;Reviewed-by: Krzysztof Kozlowski &lt;k.kozlowski.k@gmail.com&gt;Signed-off-by: Sebastian Reichel &lt;sre@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/power/Makefile</description>
        <pubDate>Fri, 29 May 2015 14:25:45 +0000</pubDate>
        <dc:creator>Anda-Maria Nicolae &lt;anda-maria.nicolae@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>843735b7 - power: axp288_charger: axp288 charger driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/power/Makefile#843735b7</link>
        <description>power: axp288_charger: axp288 charger driverThis patch adds new power supply charger driver supportfor X-Power AXP288 PMIC integrated charger.This driver interfaces with the axp20x mfd driver as a celland listens to extcon cable events for setting up charging.Signed-off-by: Ramakrishna Pallala &lt;ramakrishna.pallala@intel.com&gt;Acked-by: Lee Jones &lt;lee.jones@linaro.org&gt;Signed-off-by: Sebastian Reichel &lt;sre@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/power/Makefile</description>
        <pubDate>Mon, 04 May 2015 16:46:07 +0000</pubDate>
        <dc:creator>Ramakrishna Pallala &lt;ramakrishna.pallala@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>4aeae9cb - power_supply: Add support for TI BQ25890 charger chip</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/power/Makefile#4aeae9cb</link>
        <description>power_supply: Add support for TI BQ25890 charger chipMore details about the chip can be found here:http://www.ti.com/product/bq25890Signed-off-by: Laurentiu Palcu &lt;laurentiu.palcu@intel.com&gt;Reviewed-by: Krzysztof Kozlowski &lt;k.kozlowski@samsung.com&gt;Signed-off-by: Sebastian Reichel &lt;sre@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/power/Makefile</description>
        <pubDate>Tue, 19 May 2015 13:24:40 +0000</pubDate>
        <dc:creator>Laurentiu Palcu &lt;laurentiu.palcu@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>2219a935 - power_supply: Add TI BQ24257 charger driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/power/Makefile#2219a935</link>
        <description>power_supply: Add TI BQ24257 charger driverBased on the datasheet found here:http://www.ti.com/lit/ds/symlink/bq24257.pdfSigned-off-by: Laurentiu Palcu &lt;laurentiu.palcu@intel.com&gt;Reviewed-by: Krzysztof Kozlowski &lt;k.kozlowski.k@gmail.com&gt;Signed-off-by: Sebastian Reichel &lt;sre@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/power/Makefile</description>
        <pubDate>Thu, 16 Apr 2015 09:31:16 +0000</pubDate>
        <dc:creator>Laurentiu Palcu &lt;laurentiu.palcu@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>5a5bf490 - X-Power AXP288 PMIC Fuel Gauge Driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/power/Makefile#5a5bf490</link>
        <description>X-Power AXP288 PMIC Fuel Gauge DriverNew power_supply driver at driver/power which interfaces with theaxp20x mfd driver as a cell. Provides battery info, monitors forchanges, and generates alerts on temperature and capacity issuesSigned-off-by: Todd Brandt &lt;todd.e.brandt@linux.intel.com&gt;Acked-by:  Jacob Pan &lt;jacob.jun.pan@linux.intel.com&gt;Signed-off-by: Sebastian Reichel &lt;sre@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/power/Makefile</description>
        <pubDate>Thu, 05 Feb 2015 00:24:38 +0000</pubDate>
        <dc:creator>Todd Brandt &lt;todd.e.brandt@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>213feb51 - power: Use subdir-ccflags-* to inherit debug flag</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/power/Makefile#213feb51</link>
        <description>power: Use subdir-ccflags-* to inherit debug flagUse subdir-ccflags-* instead of ccflags-* to inherit the debugsettings from Kconfig when traversing subdirectories.Signed-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Signed-off-by: Sebastian Reichel &lt;sre@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/power/Makefile</description>
        <pubDate>Mon, 23 Feb 2015 16:08:48 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;</dc:creator>
    </item>
<item>
        <title>c1a281e3 - power: Add support for DA9150 Charger</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/power/Makefile#c1a281e3</link>
        <description>power: Add support for DA9150 ChargerThis patch adds support for DA9150 Charger &amp; Fuel-Gauge IC Charger.Signed-off-by: Adam Thomson &lt;Adam.Thomson.Opensource@diasemi.com&gt;Signed-off-by: Sebastian Reichel &lt;sre@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/power/Makefile</description>
        <pubDate>Wed, 18 Feb 2015 14:08:32 +0000</pubDate>
        <dc:creator>Adam Thomson &lt;Adam.Thomson.Opensource@diasemi.com&gt;</dc:creator>
    </item>
<item>
        <title>085bc24d - Add LTC2941/LTC2943 Battery Gauge Driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/power/Makefile#085bc24d</link>
        <description>Add LTC2941/LTC2943 Battery Gauge DriverBoth the LTC2941 and LTC2943 measure battery capacity.The LTC2943 is compatible with the LTC2941, it adds voltage andtemperature monitoring, and uses a slightly different conversionformula for the charge counter.To avoid confusion with e.g. the LTC2945, the driver is calledLTC2941 instead of LTC294X.v2: Fix units of measurement: uV, uA and centidegrees.v3: Correctly set configuration register. Allow negative values    for the sense resistor.v4: Run checkpatch.pl and fix all errors and warnings.v5: Prefix &quot;lltc,&quot; to devicetree properties.Signed-off-by: Mike Looijmans &lt;mike.looijmans@topic.nl&gt;[ removed .owner field ]Signed-off-by: Sebastian Reichel &lt;sre@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/power/Makefile</description>
        <pubDate>Tue, 28 Oct 2014 07:05:12 +0000</pubDate>
        <dc:creator>Mike Looijmans &lt;mike.looijmans@topic.nl&gt;</dc:creator>
    </item>
<item>
        <title>87c2d906 - power: max77693: Add charger driver for Maxim 77693</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/power/Makefile#87c2d906</link>
        <description>power: max77693: Add charger driver for Maxim 77693Add new driver for Maxim 77693 switch-mode charger (part of max77693MFD driver) providing power supply class information to userspace.The charger has +20V tolerant input. Current input can be set from 0 to2.58 A. The charger can deliver up to 2.1 A to the battery or 3.5 A tothe system (when supplying additional current from battery to system).The driver is configured through DTS (battery and system relatedsettings) and sysfs entries (timers and top-off charging threshold).Signed-off-by: Krzysztof Kozlowski &lt;k.kozlowski@samsung.com&gt;Signed-off-by: Sebastian Reichel &lt;sre@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/power/Makefile</description>
        <pubDate>Tue, 20 Jan 2015 10:00:54 +0000</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;k.kozlowski@samsung.com&gt;</dc:creator>
    </item>
</channel>
</rss>
