<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/linux.git/include/linux/regulator, branch v4.0</title>
<subtitle>Linux Kernel
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v4.0</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v4.0'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/'/>
<updated>2015-03-18T11:42:30Z</updated>
<entry>
<title>regulator: Fix documentation for regmap in the config</title>
<updated>2015-03-18T11:42:30Z</updated>
<author>
<name>Axel Lin</name>
<email>axel.lin@ingics.com</email>
</author>
<published>2015-03-18T00:57:41Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=cf39284d41f67964cf42b21bb386c012cf5b7f65'/>
<id>urn:sha1:cf39284d41f67964cf42b21bb386c012cf5b7f65</id>
<content type='text'>
dev_get_regulator() does not exist, fix the typo.

Signed-off-by: Axel Lin &lt;axel.lin@ingics.com&gt;
Signed-off-by: Mark Brown &lt;broonie@kernel.org&gt;
</content>
</entry>
<entry>
<title>Merge remote-tracking branches 'regulator/topic/max8649', 'regulator/topic/mode', 'regulator/topic/mt6397', 'regulator/topic/pfuze100' and 'regulator/topic/qcom-rpm' into regulator-next</title>
<updated>2015-02-08T03:16:27Z</updated>
<author>
<name>Mark Brown</name>
<email>broonie@kernel.org</email>
</author>
<published>2015-02-08T03:16:27Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=ffe167b0f2debbb3e21d2094508f8caca5a5bd8e'/>
<id>urn:sha1:ffe167b0f2debbb3e21d2094508f8caca5a5bd8e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branches 'regulator/topic/axp20x', 'regulator/topic/da9211' and 'regulator/topic/fan53555' into regulator-next</title>
<updated>2015-02-08T03:16:23Z</updated>
<author>
<name>Mark Brown</name>
<email>broonie@kernel.org</email>
</author>
<published>2015-02-08T03:16:23Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=30c5c53042e835fee7880ee2cb2d630f7a19d63f'/>
<id>urn:sha1:30c5c53042e835fee7880ee2cb2d630f7a19d63f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'regulator/topic/dt-cb' into regulator-next</title>
<updated>2015-02-08T03:16:22Z</updated>
<author>
<name>Mark Brown</name>
<email>broonie@kernel.org</email>
</author>
<published>2015-02-08T03:16:22Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=fca8e13f50e604436951ce59736046a79258ec20'/>
<id>urn:sha1:fca8e13f50e604436951ce59736046a79258ec20</id>
<content type='text'>
</content>
</entry>
<entry>
<title>regulator: Fix build breakage on !REGULATOR</title>
<updated>2015-02-04T11:22:21Z</updated>
<author>
<name>Krzysztof Kozlowski</name>
<email>k.kozlowski@samsung.com</email>
</author>
<published>2015-02-04T10:45:28Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=509102760da3a21831e763560ba4715760e3fbda'/>
<id>urn:sha1:509102760da3a21831e763560ba4715760e3fbda</id>
<content type='text'>
Add missing stubs for regulator_suspend_prepare() and
regulator_suspend_finish() to fix exynos_defconfig build without
REGULATOR:

arch/arm/mach-exynos/built-in.o: In function `exynos_suspend_finish':
arch/arm/mach-exynos/suspend.c:537: undefined reference to `regulator_suspend_finish'
arch/arm/mach-exynos/built-in.o: In function `exynos_suspend_prepare':
arch/arm/mach-exynos/suspend.c:520: undefined reference to `regulator_suspend_prepare'
make: *** [vmlinux] Error 1

Signed-off-by: Krzysztof Kozlowski &lt;k.kozlowski@samsung.com&gt;
Reported-by: Joerg Roedel &lt;joro@8bytes.org&gt;
Reported-by: Marek Szyprowski &lt;m.szyprowski@samsung.com&gt;
Signed-off-by: Mark Brown &lt;broonie@kernel.org&gt;
</content>
</entry>
<entry>
<title>regulator: da9211: Add gpio control for enable/disable of buck</title>
<updated>2015-01-28T17:38:14Z</updated>
<author>
<name>James Ban</name>
<email>james.ban.opensource@diasemi.com</email>
</author>
<published>2015-01-28T00:28:08Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=8c7dd8bce05345ca5fe249b64782e8feeb3b9259'/>
<id>urn:sha1:8c7dd8bce05345ca5fe249b64782e8feeb3b9259</id>
<content type='text'>
This is a patch for adding gpio control about enable/disable of buck.

Signed-off-by: James Ban &lt;james.ban.opensource@diasemi.com&gt;
Signed-off-by: Mark Brown &lt;broonie@kernel.org&gt;
</content>
</entry>
<entry>
<title>regulator: da9211: fix unmatched of_node</title>
<updated>2015-01-16T11:47:59Z</updated>
<author>
<name>James Ban</name>
<email>james.ban.opensource@diasemi.com</email>
</author>
<published>2015-01-16T03:13:27Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=076c3b8e03e2737659a89660bb8e54e13587d974'/>
<id>urn:sha1:076c3b8e03e2737659a89660bb8e54e13587d974</id>
<content type='text'>
This is a patch for fixing unmatched of_node.

Signed-off-by: James Ban &lt;james.ban.opensource@diasemi.com&gt;
Signed-off-by: Mark Brown &lt;broonie@kernel.org&gt;
</content>
</entry>
<entry>
<title>regulator: pfuze100-regulator: add pfuze3000 support</title>
<updated>2015-01-09T12:22:18Z</updated>
<author>
<name>Robin Gong</name>
<email>b38343@freescale.com</email>
</author>
<published>2015-01-09T01:57:33Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=e5a7a72cd51a585b8f1a1e299bf88fff44b94440'/>
<id>urn:sha1:e5a7a72cd51a585b8f1a1e299bf88fff44b94440</id>
<content type='text'>
Add pfuze3000 chip support.

Signed-off-by: Robin Gong &lt;b38343@freescale.com&gt;
Signed-off-by: Mark Brown &lt;broonie@kernel.org&gt;
</content>
</entry>
<entry>
<title>regulator: Allow parsing custom properties when using simplified DT parsing</title>
<updated>2015-01-08T20:15:45Z</updated>
<author>
<name>Krzysztof Kozlowski</name>
<email>k.kozlowski@samsung.com</email>
</author>
<published>2015-01-05T11:48:42Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=bfa21a0dfe6915dc85953b5d40ea9dae5fdf205f'/>
<id>urn:sha1:bfa21a0dfe6915dc85953b5d40ea9dae5fdf205f</id>
<content type='text'>
When drivers use simplified DT parsing method (they provide
'regulator_desc.of_match') they still may want to parse custom
properties for some of the regulators. For example some of the
regulators support GPIO enable control.

Add a driver-supplied callback for such case. This way the regulator
core parses common bindings offloading a lot of code from drivers and
still custom properties may be used.

The callback, called for each parsed regulator, may modify the
'regulator_config' initially passed to regulator_register().

Signed-off-by: Krzysztof Kozlowski &lt;k.kozlowski@samsung.com&gt;
Signed-off-by: Mark Brown &lt;broonie@kernel.org&gt;
</content>
</entry>
<entry>
<title>regulator: mt6397: Add support for MT6397 regulator</title>
<updated>2014-12-24T12:41:05Z</updated>
<author>
<name>Flora Fu</name>
<email>flora.fu@mediatek.com</email>
</author>
<published>2014-12-05T04:07:54Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=0425e2420c0ab1b5da24f6d9fce39241ad85fc46'/>
<id>urn:sha1:0425e2420c0ab1b5da24f6d9fce39241ad85fc46</id>
<content type='text'>
Add MT6397 regulator driver.

Signed-off-by: Flora Fu &lt;flora.fu@mediatek.com&gt;
Signed-off-by: Mark Brown &lt;broonie@kernel.org&gt;
</content>
</entry>
</feed>
