<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvidia-tegra-modules.git/drivers/regulator, branch gpu-paging</title>
<subtitle>NVIDIA's kernel modules to support tegra chips (used in Jetson boards)</subtitle>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/'/>
<entry>
<title>nvidia: use kernel overlay features</title>
<updated>2017-10-29T18:00:42+00:00</updated>
<author>
<name>Stephen Warren</name>
<email>swarren@nvidia.com</email>
</author>
<published>2017-09-14T16:51:18+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=20bb0324e532863cafc5dc41e8cd5a6ec28413d8'/>
<id>20bb0324e532863cafc5dc41e8cd5a6ec28413d8</id>
<content type='text'>
Update all Kconfig files and Makefiles to rely on the kernel overlay
feature. In particular, don't include any Kconfig files or Makefiles
from other overlays. -I directives in CFLAGS are not yet cleaned up.

Bug 1978395

Change-Id: I425d37d55f8ea61fb3a082a1504f994ff30cec03
Signed-off-by: Stephen Warren &lt;swarren@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1561187
Reviewed-by: Terje Bergstrom &lt;tbergstrom@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update all Kconfig files and Makefiles to rely on the kernel overlay
feature. In particular, don't include any Kconfig files or Makefiles
from other overlays. -I directives in CFLAGS are not yet cleaned up.

Bug 1978395

Change-Id: I425d37d55f8ea61fb3a082a1504f994ff30cec03
Signed-off-by: Stephen Warren &lt;swarren@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1561187
Reviewed-by: Terje Bergstrom &lt;tbergstrom@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>regulator: add Make,Kconfig for pmic otp regulator</title>
<updated>2017-08-19T08:50:15+00:00</updated>
<author>
<name>Venkat Reddy Talla</name>
<email>vreddytalla@nvidia.com</email>
</author>
<published>2017-07-07T08:58:29+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=4e8ca75a0b973abd0bc12690adf2b3d3bf44a5b2'/>
<id>4e8ca75a0b973abd0bc12690adf2b3d3bf44a5b2</id>
<content type='text'>
Add Makefile and Kconfig files to build pmic otp regulator
file from kernel/nvidia repo.

Bug 200325762

Change-Id: Idf853d8bcb6cf4c861a23af662c75234d14188b4
Signed-off-by: Venkat Reddy Talla &lt;vreddytalla@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1515177
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add Makefile and Kconfig files to build pmic otp regulator
file from kernel/nvidia repo.

Bug 200325762

Change-Id: Idf853d8bcb6cf4c861a23af662c75234d14188b4
Signed-off-by: Venkat Reddy Talla &lt;vreddytalla@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1515177
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>regulator: pmic-otp: initialize rdesc before using</title>
<updated>2017-08-19T08:50:09+00:00</updated>
<author>
<name>Venkat Reddy Talla</name>
<email>vreddytalla@nvidia.com</email>
</author>
<published>2016-08-01T05:51:12+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=c4925b32a979adc469b4cdd0ed6a53a4d62d892d'/>
<id>c4925b32a979adc469b4cdd0ed6a53a4d62d892d</id>
<content type='text'>
rdesc variable of type regulator descriptor not initialized
and passing to of_get_regulator_init_data to extract regulator
init data structure information from DT properties lead to
sparse error, initializing rdesc regualtor descriptor before
using it to resolve sparse warning.

Bug 200088648

Change-Id: I58e137e6255f2d3fedd3d1ec19004ef006e58cee
Signed-off-by: Venkat Reddy Talla &lt;vreddytalla@nvidia.com&gt;
Reviewed-on: http://git-master/r/1194873
(cherry picked from commit fc5d66a0c8121720e3f4546289399b157b31501b)
Signed-off-by: Venkat Reddy Talla &lt;vreddytalla@nvidia.com&gt;
Reviewed-on: http://git-master/r/1457014
GVS: Gerrit_Virtual_Submit
Reviewed-by: Laxman Dewangan &lt;ldewangan@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1515176
Reviewed-by: svccoveritychecker &lt;svccoveritychecker@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
rdesc variable of type regulator descriptor not initialized
and passing to of_get_regulator_init_data to extract regulator
init data structure information from DT properties lead to
sparse error, initializing rdesc regualtor descriptor before
using it to resolve sparse warning.

Bug 200088648

Change-Id: I58e137e6255f2d3fedd3d1ec19004ef006e58cee
Signed-off-by: Venkat Reddy Talla &lt;vreddytalla@nvidia.com&gt;
Reviewed-on: http://git-master/r/1194873
(cherry picked from commit fc5d66a0c8121720e3f4546289399b157b31501b)
Signed-off-by: Venkat Reddy Talla &lt;vreddytalla@nvidia.com&gt;
Reviewed-on: http://git-master/r/1457014
GVS: Gerrit_Virtual_Submit
Reviewed-by: Laxman Dewangan &lt;ldewangan@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1515176
Reviewed-by: svccoveritychecker &lt;svccoveritychecker@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>regulator: pmic-otp: add pmic-otp regulator</title>
<updated>2017-08-19T08:50:08+00:00</updated>
<author>
<name>Laxman Dewangan</name>
<email>ldewangan@nvidia.com</email>
</author>
<published>2015-08-15T09:17:05+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=0705af48012974c7553334f33eb71cf4b134007d'/>
<id>0705af48012974c7553334f33eb71cf4b134007d</id>
<content type='text'>
Adding pmic otp regulator driver to register PMIC-OTP
controlled regulators with core framework.For client drivers,
regulator handle and all possible regulator ops available to avoid
regulator failures and allowing client drivers to continue.
pmic otp regulator module will not change PMIC-OTP configuration settings.

Bug 200131582

Change-Id: I512945193d3e171c8295bdd039b5002b7f3937a5
Signed-off-by: Laxman Dewangan &lt;ldewangan@nvidia.com&gt;
Reviewed-on: http://git-master/r/783983
Reviewed-on: http://git-master/r/1149825
(cherry picked from commit 13a7d40e1ded073b476665b969024b33e9f745b5)
Signed-off-by: Venkat Reddy Talla &lt;vreddytalla@nvidia.com&gt;
Reviewed-on: http://git-master/r/1457013
Reviewed-on: https://git-master.nvidia.com/r/1515175
Reviewed-by: svccoveritychecker &lt;svccoveritychecker@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adding pmic otp regulator driver to register PMIC-OTP
controlled regulators with core framework.For client drivers,
regulator handle and all possible regulator ops available to avoid
regulator failures and allowing client drivers to continue.
pmic otp regulator module will not change PMIC-OTP configuration settings.

Bug 200131582

Change-Id: I512945193d3e171c8295bdd039b5002b7f3937a5
Signed-off-by: Laxman Dewangan &lt;ldewangan@nvidia.com&gt;
Reviewed-on: http://git-master/r/783983
Reviewed-on: http://git-master/r/1149825
(cherry picked from commit 13a7d40e1ded073b476665b969024b33e9f745b5)
Signed-off-by: Venkat Reddy Talla &lt;vreddytalla@nvidia.com&gt;
Reviewed-on: http://git-master/r/1457013
Reviewed-on: https://git-master.nvidia.com/r/1515175
Reviewed-by: svccoveritychecker &lt;svccoveritychecker@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
</pre>
</div>
</content>
</entry>
</feed>
