<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-toradex.git/include/linux/mfd/tc3589x.h, branch v3.0.37</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>input/tc3589x: add tc3589x keypad support</title>
<updated>2010-12-29T21:02:24+00:00</updated>
<author>
<name>Sundar Iyer</name>
<email>sundar.iyer@stericsson.com</email>
</author>
<published>2010-12-21T10:23:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=09c730a488c32c2cadb31cdb8dcc4df528441197'/>
<id>09c730a488c32c2cadb31cdb8dcc4df528441197</id>
<content type='text'>
Add support for the keypad controller module found on the
TC3589X devices. This driver default adds the support for
TC35893 device.

Signed-off-by: Sundar Iyer &lt;sundar.iyer@stericsson.com&gt;
Acked-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
[Some minor fixups for compilation]
Signed-off-by: Linus Walleij &lt;linus.walleij@stericsson.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support for the keypad controller module found on the
TC3589X devices. This driver default adds the support for
TC35893 device.

Signed-off-by: Sundar Iyer &lt;sundar.iyer@stericsson.com&gt;
Acked-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
[Some minor fixups for compilation]
Signed-off-by: Linus Walleij &lt;linus.walleij@stericsson.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>mfd/tc3589x: add block identifier for multiple child devices</title>
<updated>2010-12-19T18:27:49+00:00</updated>
<author>
<name>Sundar Iyer</name>
<email>sundar.iyer@stericsson.com</email>
</author>
<published>2010-12-13T04:03:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=611b7590afa6e6c6b0942b1d3efef17fbb348ef5'/>
<id>611b7590afa6e6c6b0942b1d3efef17fbb348ef5</id>
<content type='text'>
Add block identifier to be able to add multiple mfd clients
to the mfd core

Acked-by: Samuel Ortiz &lt;sameo@linux.intel.com&gt;
Signed-off-by: Sundar Iyer &lt;sundar.iyer@stericsson.com&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>
Add block identifier to be able to add multiple mfd clients
to the mfd core

Acked-by: Samuel Ortiz &lt;sameo@linux.intel.com&gt;
Signed-off-by: Sundar Iyer &lt;sundar.iyer@stericsson.com&gt;
Signed-off-by: Linus Walleij &lt;linus.walleij@stericsson.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>mfd/tc3589x: rename tc35892 structs/registers to tc359x</title>
<updated>2010-12-19T18:27:46+00:00</updated>
<author>
<name>Sundar Iyer</name>
<email>sundar.iyer@stericsson.com</email>
</author>
<published>2010-12-13T04:03:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=20406ebff4a298e6e3abbc1717a90bb3e55dc820'/>
<id>20406ebff4a298e6e3abbc1717a90bb3e55dc820</id>
<content type='text'>
Most of the register layout, client IRQ numbers on the TC35892 is shared also
by other variants. Make this generic as tc3589x

Acked-by: Samuel Ortiz &lt;sameo@linux.intel.com&gt;
Signed-off-by: Sundar Iyer &lt;sundar.iyer@stericsson.com&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>
Most of the register layout, client IRQ numbers on the TC35892 is shared also
by other variants. Make this generic as tc3589x

Acked-by: Samuel Ortiz &lt;sameo@linux.intel.com&gt;
Signed-off-by: Sundar Iyer &lt;sundar.iyer@stericsson.com&gt;
Signed-off-by: Linus Walleij &lt;linus.walleij@stericsson.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>mfd/tc35892: rename tc35892 header to tc3589x</title>
<updated>2010-12-19T18:27:39+00:00</updated>
<author>
<name>Sundar Iyer</name>
<email>sundar.iyer@stericsson.com</email>
</author>
<published>2010-12-13T04:03:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=c6eda6c5eeb357ff231121619fb49d2bc0605faf'/>
<id>c6eda6c5eeb357ff231121619fb49d2bc0605faf</id>
<content type='text'>
Rename the header file to include further variants within
the same mfd core driver

Acked-by: Samuel Ortiz &lt;sameo@linux.intel.com&gt;
Signed-off-by: Sundar Iyer &lt;sundar.iyer@stericsson.com&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>
Rename the header file to include further variants within
the same mfd core driver

Acked-by: Samuel Ortiz &lt;sameo@linux.intel.com&gt;
Signed-off-by: Sundar Iyer &lt;sundar.iyer@stericsson.com&gt;
Signed-off-by: Linus Walleij &lt;linus.walleij@stericsson.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
