<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/regulator, branch v2.6.32</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
</subtitle>
<id>https://git.shady.money/linux/atom?h=v2.6.32</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v2.6.32'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2009-12-02T19:37:16Z</updated>
<entry>
<title>regulator: Initialise wm831x structure pointor for ISINK driver</title>
<updated>2009-12-02T19:37:16Z</updated>
<author>
<name>Mark Brown</name>
<email>broonie@opensource.wolfsonmicro.com</email>
</author>
<published>2009-11-30T14:01:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=e8092da92e1fd38dc7c38a4eeae93eaa21764584'/>
<id>urn:sha1:e8092da92e1fd38dc7c38a4eeae93eaa21764584</id>
<content type='text'>
The version that made it into mainline missed the initialisation of the
chip handle.

Signed-off-by: Mark Brown &lt;broonie@opensource.wolfsonmicro.com&gt;
Signed-off-by: Liam Girdwood &lt;lrg@slimlogic.co.uk&gt;
</content>
</entry>
<entry>
<title>dereferencing freed memory regulator_fixed_voltage_remove()</title>
<updated>2009-11-16T12:40:25Z</updated>
<author>
<name>Dan Carpenter</name>
<email>error27@gmail.com</email>
</author>
<published>2009-11-16T09:05:03Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=80099c707e0915ac3159ddc70fb714adbb3d53e3'/>
<id>urn:sha1:80099c707e0915ac3159ddc70fb714adbb3d53e3</id>
<content type='text'>
Don't dereference drvdata after it has been freed.

regards,
dan carpenter

Signed-off-by: Dan Carpenter &lt;error27@gmail.com&gt;
Acked-by: Mark Brown &lt;broonie@opensource.wolfsonmicro.com&gt;
Signed-off-by: Liam Girdwood &lt;lrg@slimlogic.co.uk&gt;
</content>
</entry>
<entry>
<title>regulator: Fix check of unsigned return value and transmit errors in wm831x_gp_ldo_get_mode()</title>
<updated>2009-11-16T09:57:17Z</updated>
<author>
<name>Roel Kluin</name>
<email>roel.kluin@gmail.com</email>
</author>
<published>2009-10-16T12:16:15Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=9a767d43fbddb3319dca568df49c48e0d1bb6bd8'/>
<id>urn:sha1:9a767d43fbddb3319dca568df49c48e0d1bb6bd8</id>
<content type='text'>
If ret is unsigned, the checks for negative wm831x_reg_read() return values
are wrong. The error value should be transmitted to its caller, e.g.
wm831x_gp_ldo_get_status() which tests for a negative return value.

Signed-off-by: Roel Kluin &lt;roel.kluin@gmail.com&gt;
Acked-by: Mark Brown &lt;broonie@opensource.wolfsonmicro.com&gt;
Signed-off-by: Liam Girdwood &lt;lrg@slimlogic.co.uk&gt;
</content>
</entry>
<entry>
<title>regulator: Handle missing constraints in _regulator_disable()</title>
<updated>2009-11-16T09:57:16Z</updated>
<author>
<name>Mark Brown</name>
<email>broonie@opensource.wolfsonmicro.com</email>
</author>
<published>2009-10-13T12:06:50Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=60ef66fcf40f0e7bc9579981aa16bd8218942a83'/>
<id>urn:sha1:60ef66fcf40f0e7bc9579981aa16bd8218942a83</id>
<content type='text'>
Signed-off-by: Mark Brown &lt;broonie@opensource.wolfsonmicro.com&gt;
Signed-off-by: Liam Girdwood &lt;lrg@slimlogic.co.uk&gt;
</content>
</entry>
<entry>
<title>regulator: fix voltage range in da9034 ldo12</title>
<updated>2009-09-22T12:58:23Z</updated>
<author>
<name>Haojian Zhuang</name>
<email>haojian.zhuang@marvell.com</email>
</author>
<published>2009-09-21T16:14:12Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=55c1d7c60d9b269551cd7cc31e6be8323e1d94ec'/>
<id>urn:sha1:55c1d7c60d9b269551cd7cc31e6be8323e1d94ec</id>
<content type='text'>
Signed-off-by: Roel Kluin &lt;roel.kluin@gmail.com&gt;
Signed-off-by: Haojian Zhuang &lt;haojian.zhuang@marvell.com&gt;
Acked-by: Mark Brown &lt;broonie@opensource.wolfsonmicro.com&gt;
Signed-off-by: Liam Girdwood &lt;lrg@slimlogic.co.uk&gt;
</content>
</entry>
<entry>
<title>regulator/lp3971: drop unnecessary initialization</title>
<updated>2009-09-22T12:32:45Z</updated>
<author>
<name>Wolfram Sang</name>
<email>w.sang@pengutronix.de</email>
</author>
<published>2009-09-18T20:44:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=12a1d933a99e1a2901575390dceea3819f2a575a'/>
<id>urn:sha1:12a1d933a99e1a2901575390dceea3819f2a575a</id>
<content type='text'>
Signed-off-by: Wolfram Sang &lt;w.sang@pengutronix.de&gt;
Acked-by: Mark Brown &lt;broonie@opensource.wolfsonmicro.com&gt;
Signed-off-by: Liam Girdwood &lt;lrg@slimlogic.co.uk&gt;
</content>
</entry>
<entry>
<title>regulator: drop 'default n'</title>
<updated>2009-09-22T12:32:44Z</updated>
<author>
<name>Wolfram Sang</name>
<email>w.sang@pengutronix.de</email>
</author>
<published>2009-09-18T20:44:44Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=a954c487b95e7061d9546f6897edbc20a73454d3'/>
<id>urn:sha1:a954c487b95e7061d9546f6897edbc20a73454d3</id>
<content type='text'>
Specifying 'default n' is superfluous.

Signed-off-by: Wolfram Sang &lt;w.sang@pengutronix.de&gt;
Acked-by: Mark Brown &lt;broonie@opensource.wolfsonmicro.com&gt;
Signed-off-by: Liam Girdwood &lt;lrg@slimlogic.co.uk&gt;
</content>
</entry>
<entry>
<title>regulator: fix calculation of voltage range in da9034_set_ldo12_voltage()</title>
<updated>2009-09-22T12:32:44Z</updated>
<author>
<name>Roel Kluin</name>
<email>roel.kluin@gmail.com</email>
</author>
<published>2009-09-18T19:56:20Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=656d0498ea14c51cd8ec00081b5e0662acc72614'/>
<id>urn:sha1:656d0498ea14c51cd8ec00081b5e0662acc72614</id>
<content type='text'>
For val to be greater than 7 or less than 20 is logically always true.

Signed-off-by: Roel Kluin &lt;roel.kluin@gmail.com&gt;
Cc: Liam Girdwood &lt;lrg@slimlogic.co.uk&gt;
Cc: Mark Brown &lt;broonie@opensource.wolfsonmicro.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Acked-by: Mark Brown &lt;broonie@opensource.wolfsonmicro.com&gt;
Signed-off-by: Liam Girdwood &lt;lrg@slimlogic.co.uk&gt;
</content>
</entry>
<entry>
<title>drivers/regulator/Kconfig: fix typo (s/Usersapce/Userspace/) in REGULATOR_USERSPACE_CONSUMER description</title>
<updated>2009-09-22T12:32:43Z</updated>
<author>
<name>Michael Prokop</name>
<email>mika@grml.org</email>
</author>
<published>2009-09-05T00:59:14Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=6f2653e63a4aedf877efbbcdbd4cea7db088bf29'/>
<id>urn:sha1:6f2653e63a4aedf877efbbcdbd4cea7db088bf29</id>
<content type='text'>
Signed-off-by: Michael Prokop &lt;mika@grml.org&gt;
Signed-off-by: Liam Girdwood &lt;lrg@slimlogic.co.uk&gt;
</content>
</entry>
<entry>
<title>REGULATOR Handle positive returncode from enable</title>
<updated>2009-09-22T12:32:43Z</updated>
<author>
<name>Linus Walleij</name>
<email>linus.walleij@stericsson.com</email>
</author>
<published>2009-08-26T10:54:04Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=a7433cff9ed8e7982de8e0f210f0325d0f3d1949'/>
<id>urn:sha1:a7433cff9ed8e7982de8e0f210f0325d0f3d1949</id>
<content type='text'>
This makes _regulator_enable() properly handle the case where
a regulator is already on when you try to enable it. Currently
it will erroneously handle positive return values as an error.

Signed-off-by: Linus Walleij &lt;linus.walleij@stericsson.com&gt;
Acked-by: Mark Brown &lt;broonie@opensource.wolfsonmicro.com&gt;
Signed-off-by: Liam Girdwood &lt;lrg@slimlogic.co.uk&gt;
</content>
</entry>
</feed>
