<?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>0959b670 - regulator: pf9453: add PMIC PF9453 support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/regulator/Makefile#0959b670</link>
        <description>regulator: pf9453: add PMIC PF9453 supportSupport new PMIC PF9453, which is totally difference with PCA9450. Socreate new file for it.The PF9453 is a single chip Power Management IC (PMIC) specificallydesigned for i.MX 91 processor. It provides power supply solutions for IoT(Internet of Things), smart appliance, and portable applications where sizeand efficiency are critical. The device provides four high efficiencystep-down regulators, three LDOs, one 400 mA load switch and 32.768 kHzcrystal oscillator driver.Signed-off-by: Joy Zou &lt;joy.zou@nxp.com&gt;Signed-off-by: Frank Li &lt;Frank.Li@nxp.com&gt;Link: https://patch.msgid.link/20250314-pf9453-v5-2-ab0cf1f871b0@nxp.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/regulator/Makefile</description>
        <pubDate>Fri, 14 Mar 2025 15:23:47 +0000</pubDate>
        <dc:creator>Joy Zou &lt;joy.zou@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>248bc011 - regulator: pcf50633-regulator: Remove</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/regulator/Makefile#248bc011</link>
        <description>regulator: pcf50633-regulator: RemoveThe pcf50633 was used as part of the OpenMoko devices butthe support for its main chip was recently removed in:commit 61b7f8920b17 (&quot;ARM: s3c: remove all s3c24xx support&quot;)See https://lore.kernel.org/all/Z8z236h4B5A6Ki3D@gallifrey/Remove it.Signed-off-by: Dr. David Alan Gilbert &lt;linux@treblig.org&gt;Link: https://patch.msgid.link/20250311014959.743322-6-linux@treblig.orgSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/regulator/Makefile</description>
        <pubDate>Tue, 11 Mar 2025 01:49:55 +0000</pubDate>
        <dc:creator>Dr. David Alan Gilbert &lt;linux@treblig.org&gt;</dc:creator>
    </item>
<item>
        <title>4591a227 - regulator: sm5703: Remove because it is unused and fails to build</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/regulator/Makefile#4591a227</link>
        <description>regulator: sm5703: Remove because it is unused and fails to buildThis file does not compile because &lt;linux/mfd/sm5703.h&gt; is missing.In KConfig, it depends on MFD_SM5703.Both MFD_SM5703 and the missing include rely on another patch that nevergot merged. The last iteration related to this patch is [1].So remove this dead-code and undo commit e8858ba89ca3 (&quot;regulator:sm5703-regulator: Add regulators support for SM5703 MFD&quot;)[1]: https://lore.kernel.org/lkml/20220423085319.483524-5-markuss.broks@gmail.com/Signed-off-by: Christophe JAILLET &lt;christophe.jaillet@wanadoo.fr&gt;Link: https://patch.msgid.link/0f5da91a05e7343d290c88e3c583b674cf6219ac.1725910247.git.christophe.jaillet@wanadoo.frSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/regulator/Makefile</description>
        <pubDate>Mon, 09 Sep 2024 19:30:51 +0000</pubDate>
        <dc:creator>Christophe JAILLET &lt;christophe.jaillet@wanadoo.fr&gt;</dc:creator>
    </item>
<item>
        <title>5d1a5144 - regulator: Add regulators driver for Marvell 88PM886 PMIC</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/regulator/Makefile#5d1a5144</link>
        <description>regulator: Add regulators driver for Marvell 88PM886 PMICSupport the LDO and buck regulators of the Marvell 88PM886 PMIC.Signed-off-by: Karel Balej &lt;balejk@matfyz.cz&gt;Reviewed-by: Mark Brown &lt;broonie@kernel.org&gt;Link: https://lore.kernel.org/r/20240531175109.15599-4-balejk@matfyz.czSigned-off-by: Lee Jones &lt;lee@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/regulator/Makefile</description>
        <pubDate>Fri, 31 May 2024 17:34:58 +0000</pubDate>
        <dc:creator>Karel Balej &lt;balejk@matfyz.cz&gt;</dc:creator>
    </item>
<item>
        <title>a9b7ce28 - regulator: bd96801: ROHM BD96801 PMIC regulators</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/regulator/Makefile#a9b7ce28</link>
        <description>regulator: bd96801: ROHM BD96801 PMIC regulatorsThe ROHM BD96801 &quot;Scalable PMIC&quot; is an automotive grade PMIC which canscale to different applications by allowing chaining of PMICs. The PMICalso supports various protection features which can be configured eitherto fire IRQs - or to shut down power outputs when failure is detected.The driver implements basic voltage control and sending errornotifications.NOTE:The driver does not support doing configuration which require the PMICto be in STBY state. The omitted feature set includes setting safetylimit values, changing LDO voltages and controlling enable state forsome regulators.Also, the ERRB IRQ is not handled.Signed-off-by: Matti Vaittinen &lt;mazziesaccount@gmail.com&gt;Reviewed-by: Mark Brown &lt;broonie@kernel.org&gt;Link: https://lore.kernel.org/r/50cf02b046df218a21a0f9c4820531d821fc20d4.1719473802.git.mazziesaccount@gmail.comSigned-off-by: Lee Jones &lt;lee@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/regulator/Makefile</description>
        <pubDate>Thu, 27 Jun 2024 07:43:40 +0000</pubDate>
        <dc:creator>Matti Vaittinen &lt;mazziesaccount@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>84fbd619 - regulator: Add Renesas RZ/G2L USB VBUS regulator driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/regulator/Makefile#84fbd619</link>
        <description>regulator: Add Renesas RZ/G2L USB VBUS regulator driverAs per the RZ/G2L HW manual, VBUSEN can be controlled by the VBOUTbit of the VBUS Control Register. This register is mapped in the resetframework. The reset driver expose this register as regmap and instantiatesthis driver. The consumer will use the regulator API to control the VBOUTbit as the control need to be done in the atomic context.Signed-off-by: Biju Das &lt;biju.das.jz@bp.renesas.com&gt;Link: https://patch.msgid.link/20240616105402.45211-5-biju.das.jz@bp.renesas.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/regulator/Makefile</description>
        <pubDate>Sun, 16 Jun 2024 10:53:56 +0000</pubDate>
        <dc:creator>Biju Das &lt;biju.das.jz@bp.renesas.com&gt;</dc:creator>
    </item>
<item>
        <title>11d861d2 - regulator: add pm8008 pmic regulator driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/regulator/Makefile#11d861d2</link>
        <description>regulator: add pm8008 pmic regulator driverThe Qualcomm PM8008 is an I2C-controlled PMIC containing seven LDOregulators.The driver is based on a driver submitted by Satya Priya, but it hasbeen cleaned up and reworked to match the new devicetree binding whichno longer describes each regulator as a separate device.This avoids describing internal details like register offsets in thedevicetree and allows for extending the implementation with featureslike over-current protection without having to update the binding.Specifically note that the regulator interrupts are shared between allregulators.Note that the secondary regmap is looked up by name and that if thedriver ever needs to be generalised to support regulators provided bythe primary regmap (I2C address) such information could be added to thedevice-id table.This also fixes the original implementation, which looked up regulatorsby &apos;regulator-name&apos; property rather than devicetree node name and whichprevented the regulators from being named to match board schematics.Link: https://lore.kernel.org/r/1655200111-18357-8-git-send-email-quic_c_skakit@quicinc.comCc: Satya Priya Kakitapalli &lt;quic_skakitap@quicinc.com&gt;Cc: Stephen Boyd &lt;swboyd@chromium.org&gt;Reviewed-by: Mark Brown &lt;broonie@kernel.org&gt;Signed-off-by: Johan Hovold &lt;johan+linaro@kernel.org&gt;Link: https://lore.kernel.org/r/20240608155526.12996-12-johan+linaro@kernel.orgSigned-off-by: Lee Jones &lt;lee@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/regulator/Makefile</description>
        <pubDate>Sat, 08 Jun 2024 15:55:25 +0000</pubDate>
        <dc:creator>Johan Hovold &lt;johan+linaro@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>4e70b26c - regulator: sun20i: Add Allwinner D1 LDOs driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/regulator/Makefile#4e70b26c</link>
        <description>regulator: sun20i: Add Allwinner D1 LDOs driverD1 contains two pairs of LDOs, &quot;analog&quot; LDOs and &quot;system&quot; LDOs. They aresimilar and can share a driver, but only the system LDOs have a DTbinding defined so far.The system LDOs have a single linear range. The voltage step is not aninteger, so a custom .list_voltage is needed to get the rounding right.Signed-off-by: Samuel Holland &lt;samuel@sholland.org&gt;Reviewed-by: Andre Przywara &lt;andre.przywara@arm.com&gt;Reviewed-by: Jernej Skrabec &lt;jernej.skrabec@gmail.com&gt;Signed-off-by: Chen-Yu Tsai &lt;wens@csie.org&gt;Link: https://lore.kernel.org/r/20240509153107.438220-3-wens@kernel.orgSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/regulator/Makefile</description>
        <pubDate>Thu, 09 May 2024 15:31:07 +0000</pubDate>
        <dc:creator>Samuel Holland &lt;samuel@sholland.org&gt;</dc:creator>
    </item>
<item>
        <title>16e5ac12 - regulator: event: Add regulator netlink event support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/regulator/Makefile#16e5ac12</link>
        <description>regulator: event: Add regulator netlink event supportThis commit introduces netlink event support to the regulator subsystem.Changes:- Introduce event.c and regnl.h for netlink event handling.- Implement reg_generate_netlink_event to broadcast regulator events.- Update Makefile to include the new event.c file.Signed-off-by: Naresh Solanki &lt;naresh.solanki@9elements.com&gt;Link: https://lore.kernel.org/r/20231205105207.1262928-1-naresh.solanki@9elements.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/regulator/Makefile</description>
        <pubDate>Tue, 05 Dec 2023 10:52:04 +0000</pubDate>
        <dc:creator>Naresh Solanki &lt;naresh.solanki@9elements.com&gt;</dc:creator>
    </item>
<item>
        <title>2506c1de - regulator: event: Add regulator netlink event support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/regulator/Makefile#2506c1de</link>
        <description>regulator: event: Add regulator netlink event supportThis commit introduces netlink event support to the regulator subsystem.Changes:- Introduce event.c and regnl.h for netlink event handling.- Implement reg_generate_netlink_event to broadcast regulator events.- Update Makefile to include the new event.c file.Signed-off-by: Naresh Solanki &lt;naresh.solanki@9elements.com&gt;Link: https://lore.kernel.org/r/20231205105207.1262928-1-naresh.solanki@9elements.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/regulator/Makefile</description>
        <pubDate>Tue, 05 Dec 2023 10:52:04 +0000</pubDate>
        <dc:creator>Naresh Solanki &lt;naresh.solanki@9elements.com&gt;</dc:creator>
    </item>
<item>
        <title>a0c543bd - regulator: max77503: Add ADI MAX77503 support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/regulator/Makefile#a0c543bd</link>
        <description>regulator: max77503: Add ADI MAX77503 supportAdd ADI MAX77503 buck converter driver support.Signed-off-by: Gokhan Celik &lt;gokhan.celik@analog.com&gt;Link: https://lore.kernel.org/r/10bb3894fea31a098d768e346c8721e730d7cb21.1698000185.git.gokhan.celik@analog.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/regulator/Makefile</description>
        <pubDate>Sun, 22 Oct 2023 18:52:50 +0000</pubDate>
        <dc:creator>Gokhan Celik &lt;gokhan.celik@analog.com&gt;</dc:creator>
    </item>
<item>
        <title>2796a01c - regulator: aw37503: add regulator driver for Awinic AW37503</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/regulator/Makefile#2796a01c</link>
        <description>regulator: aw37503: add regulator driver for Awinic AW37503Add regulator driver for the device Awinic AW37503 which is singleinductor - dual output power supply device. AW37503 device isdesigned to support general positive/negative driven applicationslike TFT display panels.AW37503 regulator driver supports to enable/disable and set voltageon its output.Signed-off-by: Alec Li &lt;like@awinic.com&gt;Link: https://lore.kernel.org/r/20230821035355.1269976-2-like@awinic.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/regulator/Makefile</description>
        <pubDate>Mon, 21 Aug 2023 03:53:54 +0000</pubDate>
        <dc:creator>Alec Li &lt;like@awinic.com&gt;</dc:creator>
    </item>
<item>
        <title>ed2f4c74 - regulator: max5970: Rename driver and remove wildcard</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/regulator/Makefile#ed2f4c74</link>
        <description>regulator: max5970: Rename driver and remove wildcardThe previous version of this driver included wildcards in file names anddescriptions. This patch renames the driver to only support MAX5970 andMAX5978, which are the only chips that the driver actually supports.Signed-off-by: Naresh Solanki &lt;Naresh.Solanki@9elements.com&gt;Link: https://lore.kernel.org/r/20230801102453.1798292-1-Naresh.Solanki@9elements.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/regulator/Makefile</description>
        <pubDate>Tue, 01 Aug 2023 10:24:52 +0000</pubDate>
        <dc:creator>Naresh Solanki &lt;naresh.solanki@9elements.com&gt;</dc:creator>
    </item>
<item>
        <title>85a11f55 - regulator: rtq2208: Add Richtek RTQ2208 SubPMIC driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/regulator/Makefile#85a11f55</link>
        <description>regulator: rtq2208: Add Richtek RTQ2208 SubPMIC driverAdd support for the RTQ2208 SubPMICThis ic integrates with configurable, synchrnous buck converters and two ldos.Signed-off-by: Alina Yu &lt;alina_yu@richtek.com&gt;Link: https://lore.kernel.org/r/1691389687-31211-3-git-send-email-alina_yu@richtek.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/regulator/Makefile</description>
        <pubDate>Mon, 07 Aug 2023 06:28:07 +0000</pubDate>
        <dc:creator>Alina Yu &lt;alina_yu@richtek.com&gt;</dc:creator>
    </item>
<item>
        <title>af71ccca - regulator: max77857: Add ADI MAX77857/59/MAX77831 Regulator Support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/regulator/Makefile#af71ccca</link>
        <description>regulator: max77857: Add ADI MAX77857/59/MAX77831 Regulator SupportRegulator driver for  MAX77857/59 and MAX77831.The MAX77857 is a high-efficiency, high-performancebuck-boost converter targeted for systems requiringa wide input voltage range (2.5V to 16V).The MAX77859 is high-Efficiency Buck-Boost Converterfor USB-PD/PPS Applications. It has wide input range(2.5V to 22V)The MAX77831 is a high-efficiency, high-performancebuck-boost converter targeted for systems requiringwide input voltage range (2.5V to 16V).Signed-off-by: Okan Sahin &lt;okan.sahin@analog.com&gt;Link: https://lore.kernel.org/r/20230717050736.10075-3-okan.sahin@analog.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/regulator/Makefile</description>
        <pubDate>Mon, 17 Jul 2023 05:07:35 +0000</pubDate>
        <dc:creator>Okan Sahin &lt;okan.sahin@analog.com&gt;</dc:creator>
    </item>
<item>
        <title>7cbfbe23 - regulator: Introduce Qualcomm REFGEN regulator driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/regulator/Makefile#7cbfbe23</link>
        <description>regulator: Introduce Qualcomm REFGEN regulator driverModern Qualcomm SoCs have a REFGEN (reference voltage generator)regulator, providing reference voltage to on-chip IP, like PHYs.Add a driver to support toggling that regulator.Signed-off-by: Konrad Dybcio &lt;konrad.dybcio@linaro.org&gt;Link: https://lore.kernel.org/r/20230628-topic-refgen-v3-2-9fbf0e605d23@linaro.orgSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/regulator/Makefile</description>
        <pubDate>Mon, 03 Jul 2023 18:15:55 +0000</pubDate>
        <dc:creator>Konrad Dybcio &lt;konrad.dybcio@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>c2b2afe6 - regulator: max77541: Add ADI MAX77541/MAX77540 Regulator Support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/regulator/Makefile#c2b2afe6</link>
        <description>regulator: max77541: Add ADI MAX77541/MAX77540 Regulator SupportRegulator driver for both MAX77541 and MAX77540.The MAX77541 is a high-efficiency step-down converterwith two 3A switching phases for single-cell Li+ batteryand 5VDC systems.The MAX77540 is a high-efficiency step-down converterwith two 3A switching phases.Signed-off-by: Okan Sahin &lt;okan.sahin@analog.com&gt;Reviewed-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;Reviewed-by: Mark Brown &lt;broonie@kernel.org&gt;Link: https://lore.kernel.org/r/20230412111256.40013-3-okan.sahin@analog.comSigned-off-by: Lee Jones &lt;lee@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/regulator/Makefile</description>
        <pubDate>Wed, 12 Apr 2023 11:12:43 +0000</pubDate>
        <dc:creator>Okan Sahin &lt;okan.sahin@analog.com&gt;</dc:creator>
    </item>
<item>
        <title>7bce1663 - regulator: Add Renesas PMIC RAA215300 driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/regulator/Makefile#7bce1663</link>
        <description>regulator: Add Renesas PMIC RAA215300 driverThe RAA215300 is a 9-channel PMIC that consists of * Internally compensated regulators * built-in Real Time Clock (RTC) * 32kHz crystal oscillator * coin cell battery chargerThe RTC on RAA215300 is similar to the IP found in the ISL1208.The existing driver for the ISL1208 works for this PMIC too,however the RAA215300 exposes two devices via I2C, one for the RTCIP, and one for everything else. The RTC IP has to be enabledby the other I2C device, therefore this driver is necessary to getthe RTC to work.The external oscillator bit is inverted on PMIC version 0x11.Add PMIC RAA215300 driver for enabling RTC block and instantiatingRTC device based on PMIC version.Signed-off-by: Biju Das &lt;biju.das.jz@bp.renesas.com&gt;Link: https://lore.kernel.org/r/Message-Id: &lt;20230623140948.384762-3-biju.das.jz@bp.renesas.com&gt;Signed-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/regulator/Makefile</description>
        <pubDate>Fri, 23 Jun 2023 14:09:40 +0000</pubDate>
        <dc:creator>Biju Das &lt;biju.das.jz@bp.renesas.com&gt;</dc:creator>
    </item>
<item>
        <title>f17ccc5d - regulator: tps6594-regulator: Add driver for TI TPS6594 regulators</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/regulator/Makefile#f17ccc5d</link>
        <description>regulator: tps6594-regulator: Add driver for TI TPS6594 regulatorsThis patch adds support for TPS6594 regulators (bucks and LDOs).The output voltages are configurable and are meant to supply powerto the main processor and other components.Bucks can be used in single or multiphase mode, depending on PMICpart number.Signed-off-by: Jerome Neanne &lt;jneanne@baylibre.com&gt;Signed-off-by: Esteban Blanc &lt;eblanc@baylibre.com&gt;Link: https://lore.kernel.org/r/20230522163115.2592883-4-eblanc@baylibre.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/regulator/Makefile</description>
        <pubDate>Mon, 22 May 2023 16:31:15 +0000</pubDate>
        <dc:creator>Jerome Neanne &lt;jneanne@baylibre.com&gt;</dc:creator>
    </item>
<item>
        <title>7b0518fb - regulator: Add support for TI TPS6287x regulators</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/regulator/Makefile#7b0518fb</link>
        <description>regulator: Add support for TI TPS6287x regulatorsAdd support for Texas Instruments TPS6287x, single-channelsynchronous step-down converters with four output voltage ranges.Signed-off-by: M&#229;rten Lindahl &lt;marten.lindahl@axis.comLink: https://lore.kernel.org/r/20230502-tps6287x-driver-v3-2-e25140a023f5@axis.comSigned-off-by: Mark Brown &lt;broonie@kernel.org

            List of files:
            /linux-6.15/drivers/regulator/Makefile</description>
        <pubDate>Mon, 08 May 2023 13:14:08 +0000</pubDate>
        <dc:creator>M&#229;rten Lindahl &lt;marten.lindahl@axis.com&gt;</dc:creator>
    </item>
</channel>
</rss>
