<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-toradex.git/drivers/mfd/ab8500-debugfs.c, branch v3.9.10</title>
<subtitle>Linux kernel for Apalis and Colibri modules</subtitle>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/'/>
<entry>
<title>mfd: ab8500: Fix compile error</title>
<updated>2013-02-13T23:24:07+00:00</updated>
<author>
<name>Linus Walleij</name>
<email>linus.walleij@linaro.org</email>
</author>
<published>2013-02-06T22:23:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=0cd5b6d08c7bf8b2d81eb1413ea1463cc72487b1'/>
<id>0cd5b6d08c7bf8b2d81eb1413ea1463cc72487b1</id>
<content type='text'>
When compiling the AB8500 core driver in the latest
MFD tree the following happens:

  CC      drivers/mfd/ab8500-debugfs.o
/home/elinwal/linux-next/drivers/mfd/ab8500-debugfs.c:157:3: error: 'AB8500_SYS_CTRL1_BLOCK' undeclared here (not in a function)
/home/elinwal/linux-next/drivers/mfd/ab8500-debugfs.c:157:2: error: array index in initializer not of integer type
/home/elinwal/linux-next/drivers/mfd/ab8500-debugfs.c:157:2: error: (near initialization for 'debug_ranges')
(...)

This is due to a missing include statement, so fix
it up.

Cc: Lee Jones &lt;lee.jones@linaro.org&gt;
Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;
Signed-off-by: Samuel Ortiz &lt;sameo@linux.intel.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When compiling the AB8500 core driver in the latest
MFD tree the following happens:

  CC      drivers/mfd/ab8500-debugfs.o
/home/elinwal/linux-next/drivers/mfd/ab8500-debugfs.c:157:3: error: 'AB8500_SYS_CTRL1_BLOCK' undeclared here (not in a function)
/home/elinwal/linux-next/drivers/mfd/ab8500-debugfs.c:157:2: error: array index in initializer not of integer type
/home/elinwal/linux-next/drivers/mfd/ab8500-debugfs.c:157:2: error: (near initialization for 'debug_ranges')
(...)

This is due to a missing include statement, so fix
it up.

Cc: Lee Jones &lt;lee.jones@linaro.org&gt;
Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;
Signed-off-by: Samuel Ortiz &lt;sameo@linux.intel.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>mfd: ab8500-gpadc: Use new ab8500_gpadc_get() with name parameter</title>
<updated>2013-02-04T08:33:30+00:00</updated>
<author>
<name>Philippe Langlais</name>
<email>philippe.langlais@linaro.org</email>
</author>
<published>2012-04-18T13:52:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=8908c04985ed67b9138c6e06be2c81867f24e2d4'/>
<id>8908c04985ed67b9138c6e06be2c81867f24e2d4</id>
<content type='text'>
The new format of ab8500_gpadc_get() accepts a device name as a
parameter to specify which device to retrieve. This patch
enforces the use of that new format.

Signed-off-by: Lee Jones &lt;lee.jones@linaro.org&gt;
Signed-off-by: Philippe Langlais &lt;philippe.langlais@linaro.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The new format of ab8500_gpadc_get() accepts a device name as a
parameter to specify which device to retrieve. This patch
enforces the use of that new format.

Signed-off-by: Lee Jones &lt;lee.jones@linaro.org&gt;
Signed-off-by: Philippe Langlais &lt;philippe.langlais@linaro.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>mfd: ab8500-debugfs: sizeof() mismatch bugfix</title>
<updated>2013-02-04T08:33:26+00:00</updated>
<author>
<name>Ashok G</name>
<email>ashok.g@stericsson.com</email>
</author>
<published>2012-02-28T04:51:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=70bad04f2a30be002d8f4701d98d14259a86391b'/>
<id>70bad04f2a30be002d8f4701d98d14259a86391b</id>
<content type='text'>
Simple pointer error fix to obtain the expected sizeof() result.

Signed-off-by: Lee Jones &lt;lee.jones@linaro.org&gt;
Signed-off-by: Ashok G &lt;ashok.g@stericsson.com&gt;
Reviewed-by: Mattias WALLIN &lt;mattias.wallin@stericsson.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Simple pointer error fix to obtain the expected sizeof() result.

Signed-off-by: Lee Jones &lt;lee.jones@linaro.org&gt;
Signed-off-by: Ashok G &lt;ashok.g@stericsson.com&gt;
Reviewed-by: Mattias WALLIN &lt;mattias.wallin@stericsson.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>mfd: ab8500-debugfs: Add interrupt debug</title>
<updated>2013-02-04T08:31:50+00:00</updated>
<author>
<name>Bengt Jonsson</name>
<email>bengt.g.jonsson@stericsson.com</email>
</author>
<published>2012-02-14T12:01:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=8f0eb43be5f461a28341fe724686f265b0719dd3'/>
<id>8f0eb43be5f461a28341fe724686f265b0719dd3</id>
<content type='text'>
This patch adds an entry in debugfs to check number of interrupts
from the AB.

Signed-off-by: Lee Jones &lt;lee.jones@linaro.org&gt;
Signed-off-by: Bengt Jonsson &lt;bengt.g.jonsson@stericsson.com&gt;
Reviewed-by: Rabin VINCENT &lt;rabin.vincent@stericsson.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds an entry in debugfs to check number of interrupts
from the AB.

Signed-off-by: Lee Jones &lt;lee.jones@linaro.org&gt;
Signed-off-by: Bengt Jonsson &lt;bengt.g.jonsson@stericsson.com&gt;
Reviewed-by: Rabin VINCENT &lt;rabin.vincent@stericsson.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>mfd: ab8500-debugfs: Allow number of IRQs to be provided more dynamically</title>
<updated>2013-02-04T08:31:48+00:00</updated>
<author>
<name>Linus Walleij</name>
<email>linus.walleij@stericsson.com</email>
</author>
<published>2012-02-03T10:19:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=ddba25f17dc7015f44fbcdf79ce72f69996f2be3'/>
<id>ddba25f17dc7015f44fbcdf79ce72f69996f2be3</id>
<content type='text'>
With the introduction of new AB* platforms, it's important to allow
as much code reuse as possible. By allowing a system's number of IRQs
to be dynamically passed, we can reuse almost all of the -debugfs
driver.

Signed-off-by: Lee Jones &lt;lee.jones@linaro.org&gt;
Signed-off-by: Linus Walleij &lt;linus.walleij@stericsson.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With the introduction of new AB* platforms, it's important to allow
as much code reuse as possible. By allowing a system's number of IRQs
to be dynamically passed, we can reuse almost all of the -debugfs
driver.

Signed-off-by: Lee Jones &lt;lee.jones@linaro.org&gt;
Signed-off-by: Linus Walleij &lt;linus.walleij@stericsson.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>mfd: ab8500-core: Allow the possibility to dump all AB8500 registers</title>
<updated>2013-02-04T08:31:46+00:00</updated>
<author>
<name>Mian Yousaf Kaukab</name>
<email>mian.yousaf.kaukab@stericsson.com</email>
</author>
<published>2012-01-27T10:35:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=1d843a6c8c2067615fea0ff8cb62d4a5c4a6f8ae'/>
<id>1d843a6c8c2067615fea0ff8cb62d4a5c4a6f8ae</id>
<content type='text'>
Implement an API so that a user may dump all AB8500 registers
via debugfs file access.

Signed-off-by: Lee Jones &lt;lee.jones@linaro.org&gt;
Signed-off-by: Mian Yousaf Kaukab &lt;mian.yousaf.kaukab@stericsson.com&gt;
Reviewed-by: Linus WALLEIJ &lt;linus.walleij@stericsson.com&gt;
Reviewed-by: Jonas ABERG &lt;jonas.aberg@stericsson.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implement an API so that a user may dump all AB8500 registers
via debugfs file access.

Signed-off-by: Lee Jones &lt;lee.jones@linaro.org&gt;
Signed-off-by: Mian Yousaf Kaukab &lt;mian.yousaf.kaukab@stericsson.com&gt;
Reviewed-by: Linus WALLEIJ &lt;linus.walleij@stericsson.com&gt;
Reviewed-by: Jonas ABERG &lt;jonas.aberg@stericsson.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>mfd: ab8500-debugfs: add debugfs node to read all registers</title>
<updated>2013-02-04T08:31:45+00:00</updated>
<author>
<name>Mian Yousaf Kaukab</name>
<email>mian.yousaf.kaukab@stericsson.com</email>
</author>
<published>2012-01-26T14:39:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=42002c6de9ee1916a118d6a732c533bfe138ed6f'/>
<id>42002c6de9ee1916a118d6a732c533bfe138ed6f</id>
<content type='text'>
Update the ab8500_registers_print() to reuse it from multiple places.

Signed-off-by: Lee Jones &lt;lee.jones@linaro.org&gt;
Signed-off-by: Mian Yousaf Kaukab &lt;mian.yousaf.kaukab@stericsson.com&gt;
Reviewed-by: Linus WALLEIJ &lt;linus.walleij@stericsson.com&gt;
Reviewed-by: Jonas ABERG &lt;jonas.aberg@stericsson.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update the ab8500_registers_print() to reuse it from multiple places.

Signed-off-by: Lee Jones &lt;lee.jones@linaro.org&gt;
Signed-off-by: Mian Yousaf Kaukab &lt;mian.yousaf.kaukab@stericsson.com&gt;
Reviewed-by: Linus WALLEIJ &lt;linus.walleij@stericsson.com&gt;
Reviewed-by: Jonas ABERG &lt;jonas.aberg@stericsson.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>mfd: ab8500-debugfs: Set the USB charging current to 300mA for ABV3</title>
<updated>2013-02-04T08:31:43+00:00</updated>
<author>
<name>Philippe Langlais</name>
<email>philippe.langlais@stericsson.com</email>
</author>
<published>2011-10-17T07:48:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=40c064e43ee4db4159331a1c421d0df577b447dd'/>
<id>40c064e43ee4db4159331a1c421d0df577b447dd</id>
<content type='text'>
In case of AB-V3, the eye diagram related issues are resolved.
So, set the device charging current to 300mA when connected to
standard host. Also, add the USB PHY tuning values to improve
the USB eye diagram

Signed-off-by: Lee Jones &lt;lee.jones@linaro.org&gt;
Signed-off-by: &lt;thirupathi.chippakurthy@stericsson.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In case of AB-V3, the eye diagram related issues are resolved.
So, set the device charging current to 300mA when connected to
standard host. Also, add the USB PHY tuning values to improve
the USB eye diagram

Signed-off-by: Lee Jones &lt;lee.jones@linaro.org&gt;
Signed-off-by: &lt;thirupathi.chippakurthy@stericsson.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>mfd: ab8500-debugfs: Export all AB8500 ADCs as debugfs nodes</title>
<updated>2013-02-04T08:31:41+00:00</updated>
<author>
<name>John Beckett</name>
<email>john.beckett@stericsson.com</email>
</author>
<published>2011-05-31T12:54:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=1478a316e3ff3c3b0967091ac36bc6987773570a'/>
<id>1478a316e3ff3c3b0967091ac36bc6987773570a</id>
<content type='text'>
Allow a user to take a glimpse into the inner workings of the
AB8500 Analogue-to-Digital Converters, via debugfs.

Signed-off-by: Lee Jones &lt;lee.jones@linaro.org&gt;
Signed-off-by: John Beckett &lt;john.beckett@stericsson.com&gt;
Reviewed-by: Mattias WALLIN &lt;mattias.wallin@stericsson.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow a user to take a glimpse into the inner workings of the
AB8500 Analogue-to-Digital Converters, via debugfs.

Signed-off-by: Lee Jones &lt;lee.jones@linaro.org&gt;
Signed-off-by: John Beckett &lt;john.beckett@stericsson.com&gt;
Reviewed-by: Mattias WALLIN &lt;mattias.wallin@stericsson.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>mfd: ab8500-debugfs: Formated access AB8500 registers from debugfs entry</title>
<updated>2013-02-04T08:31:40+00:00</updated>
<author>
<name>carriere etienne</name>
<email>etienne.carriere@stericsson.com</email>
</author>
<published>2011-04-08T14:26:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=0fbce76eff0e7ea92f51b253c504a79d9b3b5769'/>
<id>0fbce76eff0e7ea92f51b253c504a79d9b3b5769</id>
<content type='text'>
Add debugfs entry ab8500/hwreg to read/write bit-field in AB8500 registers.
Check the debugfs entries usage from heading comments in ab8500-debugfs.c

Signed-off-by: Lee Jones &lt;lee.jones@linaro.org&gt;
Signed-off-by: carriere etienne &lt;etienne.carriere@stericsson.com&gt;
Reviewed-by: Mattias WALLIN &lt;mattias.wallin@stericsson.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add debugfs entry ab8500/hwreg to read/write bit-field in AB8500 registers.
Check the debugfs entries usage from heading comments in ab8500-debugfs.c

Signed-off-by: Lee Jones &lt;lee.jones@linaro.org&gt;
Signed-off-by: carriere etienne &lt;etienne.carriere@stericsson.com&gt;
Reviewed-by: Mattias WALLIN &lt;mattias.wallin@stericsson.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
