<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/include/palmas.h, branch master</title>
<subtitle>Broadcom-s U-Boot</subtitle>
<id>https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/'/>
<updated>2018-12-10T05:17:30Z</updated>
<entry>
<title>power: make most tps drivers and the twl4030 driver compatible with DM_I2C</title>
<updated>2018-12-10T05:17:30Z</updated>
<author>
<name>Jean-Jacques Hiblot</name>
</author>
<published>2018-12-07T13:50:46Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=fb1b7712ad3f375f83e74629f03236c300b0b896'/>
<id>urn:sha1:fb1b7712ad3f375f83e74629f03236c300b0b896</id>
<content type='text'>
Those driver are not DM drivers per se (not using the PMIC/regulator
framework) and are using the legacy I2C API. Make them compatible with
the DM_I2C API.

This impacts the following drivers:
- palmas (used by am57xx/dra7xx evms)
- tps65218 (used by am43xx evms)
- tps65217 and tps65910 (used by am335x evms and am335x boneblack vboot)
- twl4030 (used by omap3_logicpd)
- tps65217 (used by brppt1)
- twl6030

Signed-off-by: Jean-Jacques Hiblot &lt;jjhiblot@ti.com&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
Reviewed-by: Heiko Schocher &lt;hs@denx.de&gt;
</content>
</entry>
<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-03.infra.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>board: ti: dra76-evm: Add support for powering on mmc ldo</title>
<updated>2017-09-11T20:19:43Z</updated>
<author>
<name>Lokesh Vutla</name>
</author>
<published>2017-08-21T07:20:57Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=cd43b51600918a03216146c1bb4a73f4d7f04901'/>
<id>urn:sha1:cd43b51600918a03216146c1bb4a73f4d7f04901</id>
<content type='text'>
ldo4 is used to poweron mmc on dra76-evm. Enable it.

Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
Signed-off-by: Lokesh Vutla &lt;lokeshvutla@ti.com&gt;
</content>
</entry>
<entry>
<title>palmas: Add support for powering different ldos</title>
<updated>2017-09-11T20:19:37Z</updated>
<author>
<name>Lokesh Vutla</name>
</author>
<published>2017-08-21T07:20:50Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=db4fce8fcd87ba139a8c4fb0d9c57f3d70b6116c'/>
<id>urn:sha1:db4fce8fcd87ba139a8c4fb0d9c57f3d70b6116c</id>
<content type='text'>
It is not necessary that ldo1 is used to power on mmc.
So, add support for passing ldo registers for powering on mmc.

Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
Signed-off-by: Lokesh Vutla &lt;lokeshvutla@ti.com&gt;
</content>
</entry>
<entry>
<title>ARM: OMAP4+: Add support for getting pbias info from board</title>
<updated>2016-12-04T18:54:51Z</updated>
<author>
<name>Lokesh Vutla</name>
</author>
<published>2016-11-23T07:55:28Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=b4b060066f158a461780dfb06a042bb6351a2b3c'/>
<id>urn:sha1:b4b060066f158a461780dfb06a042bb6351a2b3c</id>
<content type='text'>
Palmas driver assumes it is always TPS659xx regulator on all DRA7xx based
boards to enable mmc regulator. This is not true always like in case of
DRA71x-evm. So get this information based on the board.

Signed-off-by: Lokesh Vutla &lt;lokeshvutla@ti.com&gt;
Signed-off-by: Vignesh R &lt;vigneshr@ti.com&gt;
Signed-off-by: Nishanth Menon &lt;nm@ti.com&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
[trini: Delete omap4_vmmc_pbias_config from omap_hsmmc.c]
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>ARM: OMAP5: Power: add LDO2 support for Palmas driver</title>
<updated>2014-05-13T23:43:00Z</updated>
<author>
<name>Dmitry Lifshitz</name>
</author>
<published>2014-04-27T10:17:26Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=35fe1cb0c1a1bff450449b4bc7236aa6dbedb054'/>
<id>urn:sha1:35fe1cb0c1a1bff450449b4bc7236aa6dbedb054</id>
<content type='text'>
Add defines required to turn on LDO2 regulator.

Signed-off-by: Dmitry Lifshitz &lt;lifshitz@compulab.co.il&gt;
</content>
</entry>
<entry>
<title>ARM: OMAP5: Power: Add new function to turn on SMPS10</title>
<updated>2013-10-20T21:42:39Z</updated>
<author>
<name>Dan Murphy</name>
</author>
<published>2013-08-26T13:54:49Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=1bd435bc70a03f150900be4ac70a7bc8bfa4b438'/>
<id>urn:sha1:1bd435bc70a03f150900be4ac70a7bc8bfa4b438</id>
<content type='text'>
Add new functionality to turn on SMPS10 regulator.
This supplies the VBUS to devices connected to the
USB host ports

Signed-off-by: Dan Murphy &lt;dmurphy@ti.com&gt;
</content>
</entry>
<entry>
<title>Add GPL-2.0+ SPDX-License-Identifier to source files</title>
<updated>2013-07-24T13:44:38Z</updated>
<author>
<name>Wolfgang Denk</name>
</author>
<published>2013-07-08T07:37:19Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=1a4596601fd395f3afb8f82f3f840c5e00bdd57a'/>
<id>urn:sha1:1a4596601fd395f3afb8f82f3f840c5e00bdd57a</id>
<content type='text'>
Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
[trini: Fixup common/cmd_io.c]
Signed-off-by: Tom Rini &lt;trini@ti.com&gt;
</content>
</entry>
<entry>
<title>ARM: OMAP5: Power: Add more functionality to Palmas driver</title>
<updated>2013-06-10T12:43:10Z</updated>
<author>
<name>Lubomir Popov</name>
</author>
<published>2013-06-06T04:16:40Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=e9090fa45a3d537edac0a7eecae75c9a4e75ec86'/>
<id>urn:sha1:e9090fa45a3d537edac0a7eecae75c9a4e75ec86</id>
<content type='text'>
Add some useful functions, and the corresponding definitions.

Add support for powering on the dra7xx_evm SD/MMC LDO
(courtesy Lokesh Vutla &lt;lokeshvutla@ti.com&gt;).

Signed-off-by: Lubomir Popov &lt;lpopov@mm-sol.com&gt;
Reviewed-by: Tom Rini &lt;trini@ti.com&gt;
</content>
</entry>
<entry>
<title>palmas: add header guard</title>
<updated>2013-05-10T12:25:55Z</updated>
<author>
<name>Nishanth Menon</name>
</author>
<published>2013-03-26T05:20:58Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=da2cc4545b7dfcff32eb2bb7feab43e1be9792f6'/>
<id>urn:sha1:da2cc4545b7dfcff32eb2bb7feab43e1be9792f6</id>
<content type='text'>
Add an header guard to common header file to prevent multiple
includes messing things up.

Signed-off-by: Nishanth Menon &lt;nm@ti.com&gt;
</content>
</entry>
</feed>
