<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/drivers/power/Makefile, branch master</title>
<subtitle>Broadcom-s U-Boot</subtitle>
<id>https://git.openwrt.org/project/bcm63xx/u-boot/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/project/bcm63xx/u-boot/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/'/>
<updated>2018-05-07T13:34:12Z</updated>
<entry>
<title>SPDX: Convert all of our single license tags to Linux Kernel style</title>
<updated>2018-05-07T13:34:12Z</updated>
<author>
<name>Tom Rini</name>
</author>
<published>2018-05-06T21:58:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=83d290c56fab2d38cd1ab4c4cc7099559c1d5046'/>
<id>urn:sha1:83d290c56fab2d38cd1ab4c4cc7099559c1d5046</id>
<content type='text'>
When U-Boot started using SPDX tags we were among the early adopters and
there weren't a lot of other examples to borrow from.  So we picked the
area of the file that usually had a full license text and replaced it
with an appropriate SPDX-License-Identifier: entry.  Since then, the
Linux Kernel has adopted SPDX tags and they place it as the very first
line in a file (except where shebangs are used, then it's second line)
and with slightly different comment styles than us.

In part due to community overlap, in part due to better tag visibility
and in part for other minor reasons, switch over to that style.

This commit changes all instances where we have a single declared
license in the tag as both the before and after are identical in tag
contents.  There's also a few places where I found we did not have a tag
and have introduced one.

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>power: Move as3722 pmic to pmic/ directory</title>
<updated>2017-04-30T14:29:49Z</updated>
<author>
<name>Simon Glass</name>
</author>
<published>2017-04-27T04:27:45Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=2838c07f47016fe632273f5f799a4cefa7341b41'/>
<id>urn:sha1:2838c07f47016fe632273f5f799a4cefa7341b41</id>
<content type='text'>
Most of the PMICs are in the drivers/power/pmic/ directory. Move this one
there.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>power: Rename CONFIG_AS3722_POWER to CONFIG_PMIC_AS3722</title>
<updated>2017-04-30T14:29:47Z</updated>
<author>
<name>Simon Glass</name>
</author>
<published>2017-04-27T04:27:44Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=56aceaf2828ea3471fec99916c6c6558a309fb82'/>
<id>urn:sha1:56aceaf2828ea3471fec99916c6c6558a309fb82</id>
<content type='text'>
Before converting this to Kconfig, rename it to match the other PMICs.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>sunxi: power: add AXP809 support</title>
<updated>2016-05-25T15:52:39Z</updated>
<author>
<name>Chen-Yu Tsai</name>
</author>
<published>2016-05-02T02:28:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=795857df413aea278af95305d4b6ffc48089d6e8'/>
<id>urn:sha1:795857df413aea278af95305d4b6ffc48089d6e8</id>
<content type='text'>
The A80 uses the AXP809 as its primary PMIC.

Signed-off-by: Chen-Yu Tsai &lt;wens@csie.org&gt;
Reviewed-by: Hans de Goede &lt;hdegoede@redhat.com&gt;
Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;
</content>
</entry>
<entry>
<title>sunxi: power: add support for sy8106a driver</title>
<updated>2016-02-23T19:50:07Z</updated>
<author>
<name>Jelle van der Waa</name>
</author>
<published>2016-02-23T17:47:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=0d8382ae70e7559eba873b4d8b2cf9a15aeccf20'/>
<id>urn:sha1:0d8382ae70e7559eba873b4d8b2cf9a15aeccf20</id>
<content type='text'>
SY8106A is a PMIC which is used on the Allwinner
H3 Orange Pi Pc and Plus board. The VOUT1_SEL register is
implemented to set the default V-CPU voltage to 1200 mV.

This driver is required to ensure the SY8106A V-CPU
voltage is set to 1200 mV after a software reset. On cold
boot the default SY8106A output voltage is selected to be
1200 mV by a pair of resistors on the Orange Pi PC and Plus.

Signed-off-by: Jelle van der Waa &lt;jelle@vdwaa.nl&gt;
Tested-by: Siarhei Siamashka &lt;siarhei.siamashka@gmail.com&gt;
Acked-by: Siarhei Siamashka &lt;siarhei.siamashka@gmail.com&gt;
Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;
</content>
</entry>
<entry>
<title>sunxi: power: axp818: add support for axp818 driver</title>
<updated>2015-12-10T10:14:22Z</updated>
<author>
<name>vishnupatekar</name>
</author>
<published>2015-11-28T17:07:21Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=813c7372bbb5b8939c0e0ef04d1d16d97e489d75'/>
<id>urn:sha1:813c7372bbb5b8939c0e0ef04d1d16d97e489d75</id>
<content type='text'>
AXP818 is rsb based PMIC and used on Allwinner A83T H8 Homlet dev board.
It's registers are different and calculating reg config is different than
that of earlier axp power ICs.

DCDC1, DCDC2, DCDC3 and DCDC5 is implemented at the moment.
all other voltages can be added subsequently.
AXP datasheet is uploaded to wiki:
http://linux-sunxi.org/File:AXP818_datasheet_Revision1.0.pdf

Signed-off-by: Vishnu Patekar &lt;vishnupatekar0510@gmail.com&gt;
Reviewed-by: Hans de Goede &lt;hdegoede@redhat.com&gt;
Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;
</content>
</entry>
<entry>
<title>dm: regulator: add max77686 regulator driver</title>
<updated>2015-05-15T00:49:38Z</updated>
<author>
<name>Przemyslaw Marczak</name>
</author>
<published>2015-04-20T18:07:47Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=1757df4693fcde9fb4d4de02a22cc74d6f5caec1'/>
<id>urn:sha1:1757df4693fcde9fb4d4de02a22cc74d6f5caec1</id>
<content type='text'>
This commit adds support to MAX77686 regulator driver,
based on a driver model regulator's API. It implements
almost all regulator operations, beside those for setting
and geting the Current value.
For proper bind and operation it requires the MAX77686 PMIC driver.

New file: drivers/power/regulator/max77686.c
New config: CONFIG_DM_REGULATOR_MAX77686

Signed-off-by: Przemyslaw Marczak &lt;p.marczak@samsung.com&gt;
Acked-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>power: Add AMS AS3722 PMIC support</title>
<updated>2014-12-18T20:19:20Z</updated>
<author>
<name>Thierry Reding</name>
</author>
<published>2014-12-10T05:25:05Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=6173c45b21ca584fd691b21dc81a44d852d4bdce'/>
<id>urn:sha1:6173c45b21ca584fd691b21dc81a44d852d4bdce</id>
<content type='text'>
The AS3722 provides a number of DC/DC converters and LDOs as well as 8
GPIOs.

Signed-off-by: Thierry Reding &lt;treding@nvidia.com&gt;
Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Signed-off-by: Tom Warren &lt;twarren@nvidia.com&gt;
</content>
</entry>
<entry>
<title>sun6i: Add basic axp221 driver</title>
<updated>2014-11-13T13:49:01Z</updated>
<author>
<name>Oliver Schinagl</name>
</author>
<published>2013-07-26T10:56:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=5c7f10fda362db16a7bf3e571b4ae1e88fac2466'/>
<id>urn:sha1:5c7f10fda362db16a7bf3e571b4ae1e88fac2466</id>
<content type='text'>
The A31 uses the AXP221 pmic for various voltages.

Signed-off-by: Oliver Schinagl &lt;oliver@schinagl.nl&gt;
Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;
Acked-by: Ian Campbell &lt;ijc@hellion.org.uk&gt;
--
Changes in v2:
-Rebase
Changes in v3:
-Add support for all dldo and aldo-s
-Add Kconfig option to select building AXP221 and to select voltage of
 dldo and aldo-s
Changes in v4:
-Add axp221_setbits helper function
-Use symbolic names for enabled bits in CTRL1 - CTRL3 registers
</content>
</entry>
<entry>
<title>sunxi: Add axp152 pmic support</title>
<updated>2014-07-18T18:42:16Z</updated>
<author>
<name>Hans de Goede</name>
</author>
<published>2014-06-13T20:55:51Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=24289208354c143967968755cff5c825a12e3f90'/>
<id>urn:sha1:24289208354c143967968755cff5c825a12e3f90</id>
<content type='text'>
Add support for the x-powers axp152 pmic which is found on most A10s boards
and enable it for the r7-tv-dongle board.

Signed-off-by: Henrik Nordstrom &lt;henrik@henriknordstrom.net&gt;
Signed-off-by: Ian Campbell &lt;ijc@hellion.org.uk&gt;
Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;
Acked-by: Ian Campbell &lt;ijc@hellion.org.uk&gt;
</content>
</entry>
</feed>
