<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/regulator, branch v3.9</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/drivers/regulator?h=v3.9</id>
<link rel='self' href='https://git.amat.us/linux/atom/drivers/regulator?h=v3.9'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2013-03-05T02:12:43Z</updated>
<entry>
<title>Merge remote-tracking branch 'regulator/fix/twl' into tmp</title>
<updated>2013-03-05T02:12:43Z</updated>
<author>
<name>Mark Brown</name>
<email>broonie@opensource.wolfsonmicro.com</email>
</author>
<published>2013-03-05T02:12:43Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=8870d4029acda2666700bb5fd94d46b143f92ec4'/>
<id>urn:sha1:8870d4029acda2666700bb5fd94d46b143f92ec4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'regulator/fix/palmas' into tmp</title>
<updated>2013-03-05T02:12:41Z</updated>
<author>
<name>Mark Brown</name>
<email>broonie@opensource.wolfsonmicro.com</email>
</author>
<published>2013-03-05T02:12:41Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=b2d60949242d63a9571213761b043871c1b0e49e'/>
<id>urn:sha1:b2d60949242d63a9571213761b043871c1b0e49e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'regulator/fix/doc' into tmp</title>
<updated>2013-03-05T02:12:39Z</updated>
<author>
<name>Mark Brown</name>
<email>broonie@opensource.wolfsonmicro.com</email>
</author>
<published>2013-03-05T02:12:39Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=6d62768468d5ff96b3977a04045dd80d6710be5d'/>
<id>urn:sha1:6d62768468d5ff96b3977a04045dd80d6710be5d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'regulator/fix/db8500' into tmp</title>
<updated>2013-03-05T02:12:37Z</updated>
<author>
<name>Mark Brown</name>
<email>broonie@opensource.wolfsonmicro.com</email>
</author>
<published>2013-03-05T02:12:37Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=521e2e03b8f6c92910b72fd464126596242398f8'/>
<id>urn:sha1:521e2e03b8f6c92910b72fd464126596242398f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>regulator: fixed regulator_bulk_enable unwinding code</title>
<updated>2013-03-01T12:03:46Z</updated>
<author>
<name>Andrzej Hajda</name>
<email>a.hajda@samsung.com</email>
</author>
<published>2013-03-01T11:24:05Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=fbe31057fafebdc2811a7101b8b4a0460f5417d1'/>
<id>urn:sha1:fbe31057fafebdc2811a7101b8b4a0460f5417d1</id>
<content type='text'>
Unwinding code disables all successfully enabled regulators.
Error is logged for every failed regulator.

Signed-off-by: Andrzej Hajda &lt;a.hajda@samsung.com&gt;
Signed-off-by: Kyungmin Park &lt;kyungmin.park@samsung.com&gt;
Signed-off-by: Mark Brown &lt;broonie@opensource.wolfsonmicro.com&gt;
</content>
</entry>
<entry>
<title>regulator: twl: Convert twl4030ldo_ops to get_voltage_sel</title>
<updated>2013-03-01T08:03:49Z</updated>
<author>
<name>Axel Lin</name>
<email>axel.lin@ingics.com</email>
</author>
<published>2013-02-16T02:09:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=6949fbe5b2d7b73dfeddeb470a56385ca36b4827'/>
<id>urn:sha1:6949fbe5b2d7b73dfeddeb470a56385ca36b4827</id>
<content type='text'>
This fixes an inconsistent behavior between list_voltage() and get_voltage()
because current implementation of get_voltage() does not check the case
IS_UNSUP() is true.

Signed-off-by: Axel Lin &lt;axel.lin@ingics.com&gt;
Signed-off-by: Mark Brown &lt;broonie@opensource.wolfsonmicro.com&gt;
</content>
</entry>
<entry>
<title>regulator: palmas: fix number of SMPS voltages</title>
<updated>2013-03-01T07:42:04Z</updated>
<author>
<name>Graeme Gregory</name>
<email>gg@slimlogic.co.uk</email>
</author>
<published>2013-02-23T16:35:40Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=a7dddf2757d09ba38683b359a721dc2efe85cd24'/>
<id>urn:sha1:a7dddf2757d09ba38683b359a721dc2efe85cd24</id>
<content type='text'>
Number of voltages for SMPS regulators was off by one.

Signed-off-by: Graeme Gregory &lt;gg@slimlogic.co.uk&gt;
Signed-off-by: Ian Lartey &lt;ian@slimlogic.co.uk&gt;
Acked-by: Laxman Dewangan &lt;ldewangan@nvidia.com&gt;
Signed-off-by: Mark Brown &lt;broonie@opensource.wolfsonmicro.com&gt;
</content>
</entry>
<entry>
<title>regulator: core: fix documentation error in regulator_allow_bypass</title>
<updated>2013-03-01T06:07:23Z</updated>
<author>
<name>Nishanth Menon</name>
<email>nm@ti.com</email>
</author>
<published>2013-03-01T00:44:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=9345dfb8495aa17ce7c575e1a96e5ad64def0b3d'/>
<id>urn:sha1:9345dfb8495aa17ce7c575e1a96e5ad64def0b3d</id>
<content type='text'>
commit f59c8f9f (regulator: core: Support bypass mode)
has a short documentation error around the regulator_allow_bypass
parameter 'enable' which is documented as 'allow'.

This generates kernel-doc warning as follows:
./scripts/kernel-doc drivers/regulator/core.c &gt;/dev/null
Warning(drivers/regulator/core.c:2841): No description found for parameter 'enable'
Warning(drivers/regulator/core.c:2841): Excess function parameter 'allow' description in 'regulator_allow_bypass'

Cc: Liam Girdwood &lt;lgirdwood@gmail.com&gt;
Cc: Mark Brown &lt;broonie@opensource.wolfsonmicro.com&gt;
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Nishanth Menon &lt;nm@ti.com&gt;
Signed-off-by: Mark Brown &lt;broonie@opensource.wolfsonmicro.com&gt;
</content>
</entry>
<entry>
<title>regulator: db8500-prcmu - remove incorrect __exit markup</title>
<updated>2013-03-01T06:04:44Z</updated>
<author>
<name>Dmitry Torokhov</name>
<email>dmitry.torokhov@gmail.com</email>
</author>
<published>2013-02-25T03:26:25Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=4ceb73ae5a09416e040bce8bcfa7218dc5149ad8'/>
<id>urn:sha1:4ceb73ae5a09416e040bce8bcfa7218dc5149ad8</id>
<content type='text'>
Even if bus is not hot-pluggable, the devices can be unbound from the
driver via sysfs, so we should not be using __exit annotations on
remove() methods. The only exception is drivers registered with
platform_driver_probe() which specifically disables sysfs bind/unbind
attributes.

Signed-off-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;
Signed-off-by: Mark Brown &lt;broonie@opensource.wolfsonmicro.com&gt;
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'regulator/topic/tps65090' into regulator-next</title>
<updated>2013-02-19T12:43:12Z</updated>
<author>
<name>Mark Brown</name>
<email>broonie@opensource.wolfsonmicro.com</email>
</author>
<published>2013-02-19T12:43:12Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=2730fd82cbb922e6be8df08ba32c21be41757d3d'/>
<id>urn:sha1:2730fd82cbb922e6be8df08ba32c21be41757d3d</id>
<content type='text'>
</content>
</entry>
</feed>
