<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/power, branch v2018.07-rc2</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=v2018.07-rc2</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/drivers/power?h=v2018.07-rc2'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2018-06-01T13:56:02Z</updated>
<entry>
<title>power: domain: bcm6328: convert to use live dt</title>
<updated>2018-06-01T13:56:02Z</updated>
<author>
<name>Álvaro Fernández Rojas</name>
<email>noltari@gmail.com</email>
</author>
<published>2018-03-22T18:39:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=34c0fc3fab20a91f6f929193da073745db51a899'/>
<id>urn:sha1:34c0fc3fab20a91f6f929193da073745db51a899</id>
<content type='text'>
Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
Reviewed-by: Daniel Schwierzeck &lt;daniel.schwierzeck@gmail.com&gt;
</content>
</entry>
<entry>
<title>sandbox: Rewrite i2c_pmic_emul.c to support PMIC with 3 bytes transmission</title>
<updated>2018-05-18T06:27:26Z</updated>
<author>
<name>Lukasz Majewski</name>
<email>lukma@denx.de</email>
</author>
<published>2018-05-15T14:26:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a65e644033c7534bd3391ca5305523e1fadb99a9'/>
<id>urn:sha1:a65e644033c7534bd3391ca5305523e1fadb99a9</id>
<content type='text'>
This change enables support for MC34708 PMIC in sandbox. Now we can
emulate the I2C transfers larger than 1 byte.

Notable changes for this driver:

- From now on the register number is not equal to index in the buffer,
  which emulates the PMIC registers

- The PMIC register's pool is now dynamically allocated up till
  64 regs * 3 bytes each = 192 B

Signed-off-by: Lukasz Majewski &lt;lukma@denx.de&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>pmic: dm: Add support for MC34708 for PMIC DM</title>
<updated>2018-05-18T06:27:26Z</updated>
<author>
<name>Lukasz Majewski</name>
<email>lukma@denx.de</email>
</author>
<published>2018-05-15T14:26:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c57a226ac46c3cab4b9bf82cfc0f9e81dec3c1b0'/>
<id>urn:sha1:c57a226ac46c3cab4b9bf82cfc0f9e81dec3c1b0</id>
<content type='text'>
This patch adds support for MC34708 PMIC, to be used with driver model
(DM).

Signed-off-by: Lukasz Majewski &lt;lukma@denx.de&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>pmic: dm: Rewrite pmic_reg_{read|write|clrsetbits} to support 3 bytes transmissions</title>
<updated>2018-05-18T06:27:26Z</updated>
<author>
<name>Lukasz Majewski</name>
<email>lukma@denx.de</email>
</author>
<published>2018-05-15T14:26:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=655b24cea6ef7ab1c7fd24d262b50c855b4e54b2'/>
<id>urn:sha1:655b24cea6ef7ab1c7fd24d262b50c855b4e54b2</id>
<content type='text'>
This commit provides support for transmissions larger than 1 byte for
PMIC devices used with DM (e.g. MC34708 from NXP).

Signed-off-by: Lukasz Majewski &lt;lukma@denx.de&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>pmic: Add support for setting transmission length in uclass private data</title>
<updated>2018-05-18T06:27:26Z</updated>
<author>
<name>Lukasz Majewski</name>
<email>lukma@denx.de</email>
</author>
<published>2018-05-15T14:26:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b8a6d6777b83b5aaaf7cbe7f6cdc2a32270490d0'/>
<id>urn:sha1:b8a6d6777b83b5aaaf7cbe7f6cdc2a32270490d0</id>
<content type='text'>
The struct uc_pmic_priv's trans_len field stores the number of types to
be transmitted per PMIC transfer.

Signed-off-by: Lukasz Majewski &lt;lukma@denx.de&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>power: as3722: fix ldo_get/set_enable for ldo index bigger than 7</title>
<updated>2018-05-10T23:34:20Z</updated>
<author>
<name>Marcel Ziswiler</name>
<email>marcel.ziswiler@toradex.com</email>
</author>
<published>2018-05-08T15:34:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4616e33b6a01b2f12c422d0d27afbbbbee2985e8'/>
<id>urn:sha1:4616e33b6a01b2f12c422d0d27afbbbbee2985e8</id>
<content type='text'>
Fix ldo_get_enable() and ldo_set_enable() functions for LDOs with an
index &gt; 7. Turns out there are actually two separate AS3722_LDO_CONTROL
registers AS3722_LDO_CONTROL0 and AS3722_LDO_CONTROL1. Actually make use
of both. While at it also actually use the enable parameter of the
ldo_set_enable() function which now truly allows disabling as opposed to
only enabling LDOs.

Signed-off-by: Marcel Ziswiler &lt;marcel.ziswiler@toradex.com&gt;
Signed-off-by: Tom Warren &lt;twarren@nvidia.com&gt;
</content>
</entry>
<entry>
<title>Merge git://git.denx.de/u-boot-mmc</title>
<updated>2018-05-08T17:47:39Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2018-05-08T17:47:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=14249635b6aa7615f356099cfb349d0a820f9bed'/>
<id>urn:sha1:14249635b6aa7615f356099cfb349d0a820f9bed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>power: regulator: Add support for stm32-vrefbuf</title>
<updated>2018-05-08T13:07:39Z</updated>
<author>
<name>Fabrice Gasnier</name>
<email>fabrice.gasnier@st.com</email>
</author>
<published>2018-04-26T15:00:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=93cf0ae7758d66475963a6b2186e41c51a1840aa'/>
<id>urn:sha1:93cf0ae7758d66475963a6b2186e41c51a1840aa</id>
<content type='text'>
Add regulator driver for STM32 voltage reference buffer which can be
used as voltage reference for ADCs, DACs and external components through
dedicated VREF+ pin.

Signed-off-by: Fabrice Gasnier &lt;fabrice.gasnier@st.com&gt;
Signed-off-by: Patrice Chotard &lt;patrice.chotard@st.com&gt;
</content>
</entry>
<entry>
<title>power: pmic: stpmu1: Add regulator bindings</title>
<updated>2018-05-08T13:07:38Z</updated>
<author>
<name>Patrice Chotard</name>
<email>patrice.chotard@st.com</email>
</author>
<published>2018-04-26T15:13:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1f0dfa1fa0af064fb97b3254b22cab44b9426561'/>
<id>urn:sha1:1f0dfa1fa0af064fb97b3254b22cab44b9426561</id>
<content type='text'>
Add regulator bindings to get access to regulator managed
by drivers/power/regulator/stpmu1.c regulator driver.

Signed-off-by: Christophe Kerello &lt;christophe.kerello@st.com&gt;
Signed-off-by: Patrick Delaunay &lt;patrick.delaunay@st.com&gt;
Signed-off-by: Patrice Chotard &lt;patrice.chotard@st.com&gt;
</content>
</entry>
<entry>
<title>power: regulator: stpmu1: Introduce stpmu1 driver</title>
<updated>2018-05-08T13:07:38Z</updated>
<author>
<name>Christophe Kerello</name>
<email>christophe.kerello@st.com</email>
</author>
<published>2018-04-26T15:13:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=069f0b63547456e9744e8bd1cdc4c62551b24b9a'/>
<id>urn:sha1:069f0b63547456e9744e8bd1cdc4c62551b24b9a</id>
<content type='text'>
Enable support for the regulator functions of the STPMU1X PMIC. The
driver implements get/set api for the various BUCKS and LDOs supported
by the PMIC device. This driver is controlled by a device tree node
which includes voltage limits.

Signed-off-by: Christophe Kerello &lt;christophe.kerello@st.com&gt;
Signed-off-by: Patrick Delaunay &lt;patrick.delaunay@st.com&gt;
Signed-off-by: Patrice Chotard &lt;patrice.chotard@st.com&gt;
</content>
</entry>
</feed>
