<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/power, branch v2014.07-rc4</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/drivers/power?h=v2014.07-rc4</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/drivers/power?h=v2014.07-rc4'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2014-06-19T15:19:05Z</updated>
<entry>
<title>pmic: tps65090: correct checking i2c bus</title>
<updated>2014-06-19T15:19:05Z</updated>
<author>
<name>Jeroen Hofstee</name>
<email>jeroen@myspectrum.nl</email>
</author>
<published>2014-06-15T15:17:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a348d56934d6b0de31d5bdc12911a63e186e8ffa'/>
<id>urn:sha1:a348d56934d6b0de31d5bdc12911a63e186e8ffa</id>
<content type='text'>
The function tps65090_init checks the i2c bus of p-&gt;bus. However
the pointer p is not intialiased at this point. Check the local
variable bus instead.

cc: Tom Wai-Hong Tam &lt;waihong@chromium.org&gt;
Signed-off-by: Jeroen Hofstee &lt;jeroen@myspectrum.nl&gt;
Acked-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>power: Add support for the TPS65218 PMIC</title>
<updated>2014-06-06T21:46:16Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@ti.com</email>
</author>
<published>2014-06-05T15:15:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=86db550b3864bcb3c9567fbdb67b49a244f5263e'/>
<id>urn:sha1:86db550b3864bcb3c9567fbdb67b49a244f5263e</id>
<content type='text'>
Add a driver for the TPS65218 PMIC which is used by TI AM43xx SoCs and
may be used by TI AM335x SoCs.

Signed-off-by: Tom Rini &lt;trini@ti.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'</title>
<updated>2014-06-02T06:43:48Z</updated>
<author>
<name>Albert ARIBAUD</name>
<email>albert.u.boot@aribaud.net</email>
</author>
<published>2014-06-02T06:43:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=cc49da249cf2f380d2fed5571fad65ce6494fc95'/>
<id>urn:sha1:cc49da249cf2f380d2fed5571fad65ce6494fc95</id>
<content type='text'>
</content>
</entry>
<entry>
<title>power: Explicitly select pmic device's bus</title>
<updated>2014-05-28T01:58:19Z</updated>
<author>
<name>Aaron Durbin</name>
<email>adurbin@chromium.org</email>
</author>
<published>2014-05-20T12:01:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0b259dc2e849183dfea604fa137bb616e09b319a'/>
<id>urn:sha1:0b259dc2e849183dfea604fa137bb616e09b319a</id>
<content type='text'>
The current pmic i2c code assumes the current i2c bus is
the same as the pmic device's bus. There is nothing ensuring
that to be true. Therefore, select the proper bus before performing
a transaction.

Signed-off-by: Aaron Durbin &lt;adurbin@chromium.org&gt;
Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Acked-by: Heiko Schocher &lt;hs@denx.de&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
Signed-off-by: Minkyu Kang &lt;mk7.kang@samsung.com&gt;
</content>
</entry>
<entry>
<title>power: Add support for TPS65090 PMU chip.</title>
<updated>2014-05-28T01:58:19Z</updated>
<author>
<name>Tom Wai-Hong Tam</name>
<email>waihong@chromium.org</email>
</author>
<published>2014-05-20T12:01:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ac1058fdb72b8a6dade7c81be31b22760099ee91'/>
<id>urn:sha1:ac1058fdb72b8a6dade7c81be31b22760099ee91</id>
<content type='text'>
This adds driver support for the TPS65090 PMU. Support includes
hooking into the pmic infrastructure  so that the pmic commands
can be used on the console. The TPS65090 supports the following
functionality:

- fet enable/disable/querying
- getting and setting of charge state

Even though it is connected to the pmic infrastructure it does
not hook into the pmic charging charging infrastructure.

The device tree binding is from Linux, but only a small subset of
functionality is supported.

Signed-off-by: Tom Wai-Hong Tam &lt;waihong@chromium.org&gt;
Signed-off-by: Hatim Ali &lt;hatim.rv@samsung.com&gt;
Signed-off-by: Katie Roberts-Hoffman &lt;katierh@chromium.org&gt;
Signed-off-by: Rong Chang &lt;rongchang@chromium.org&gt;
Signed-off-by: Sean Paul &lt;seanpaul@chromium.org&gt;
Signed-off-by: Vincent Palatin &lt;vpalatin@chromium.org&gt;
Signed-off-by: Aaron Durbin &lt;adurbin@chromium.org&gt;
Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Signed-off-by: Minkyu Kang &lt;mk7.kang@samsung.com&gt;
</content>
</entry>
<entry>
<title>power: Add PMIC_ prefix to CHARGER_EN/DISABLE</title>
<updated>2014-05-28T01:58:18Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2014-05-20T12:01:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=78a36c3ef390f7780840db3b42837e55e002829a'/>
<id>urn:sha1:78a36c3ef390f7780840db3b42837e55e002829a</id>
<content type='text'>
This enum should be common across all PMICs rather than having it
independently defined with the same name in multiple places.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Signed-off-by: Minkyu Kang &lt;mk7.kang@samsung.com&gt;
</content>
</entry>
<entry>
<title>power: Rename CONFIG_PMIC_... to CONFIG_POWER_...</title>
<updated>2014-05-28T01:58:18Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2014-05-20T12:01:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=913702ca397755e06fcc126a063ebbf814ac869b'/>
<id>urn:sha1:913702ca397755e06fcc126a063ebbf814ac869b</id>
<content type='text'>
Commit be3b51aa did this mostly, but several have been added since. Do the
job again.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Acked-by: Lukasz Majewski &lt;l.majewski@samsung.com&gt;
Signed-off-by: Minkyu Kang &lt;mk7.kang@samsung.com&gt;
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'u-boot/master'</title>
<updated>2014-05-20T08:05:42Z</updated>
<author>
<name>Albert ARIBAUD</name>
<email>albert.u.boot@aribaud.net</email>
</author>
<published>2014-05-20T08:05:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=05d134b084590684bcf4d832c0035952727b7cd9'/>
<id>urn:sha1:05d134b084590684bcf4d832c0035952727b7cd9</id>
<content type='text'>
Conflicts:
	boards.cfg

Conflicts were trivial once u-boot-arm/master boards.cfg was
reformatted (commit 6130c146) to match u-boot/master's own
reformatting (commit 1b37fa83).
</content>
</entry>
<entry>
<title>tps6586x: staticize funtions</title>
<updated>2014-05-12T19:19:46Z</updated>
<author>
<name>Manish Badarkhe</name>
<email>badarkhe.manish@gmail.com</email>
</author>
<published>2014-04-24T03:25:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=bafd67d3d0f39a19c1e32146cde8b1f4ccd6d666'/>
<id>urn:sha1:bafd67d3d0f39a19c1e32146cde8b1f4ccd6d666</id>
<content type='text'>
Make funtions static which are locally used in file.

Signed-off-by: Manish Badarkhe &lt;badarkhe.manish@gmail.com&gt;
</content>
</entry>
<entry>
<title>power: Add support for LTC3676 PMIC</title>
<updated>2014-05-09T12:38:23Z</updated>
<author>
<name>Tim Harvey</name>
<email>tharvey@gateworks.com</email>
</author>
<published>2014-04-23T04:53:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5e2f01772a87ddd8592d5a53de85261b62faa7fb'/>
<id>urn:sha1:5e2f01772a87ddd8592d5a53de85261b62faa7fb</id>
<content type='text'>
The LTC3676 PMIC includes four DC/DC converters, and three 300mA
LDO Regulators (two Adjustable). The DC/DC converters are adjustable based
on a resistor devider (board-specific).

This adds support for the LTC3676 by creating a namespace unique init function
that uses the PMIC API to allocate a pmic and defines the registers.

Signed-off-by: Tim Harvey &lt;tharvey@gateworks.com&gt;
Acked-by: Stefano Babic &lt;sbabic@denx.de&gt;
</content>
</entry>
</feed>
