<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-toradex.git/drivers/mfd/lpc_sch.c, branch v3.4.2</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: Convert to DEFINE_PCI_DEVICE_TABLE</title>
<updated>2012-01-08T23:37:37+00:00</updated>
<author>
<name>Axel Lin</name>
<email>axel.lin@gmail.com</email>
</author>
<published>2011-12-01T01:41:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=61485c63c4a4e823445da4ae8798d9082f6bc586'/>
<id>61485c63c4a4e823445da4ae8798d9082f6bc586</id>
<content type='text'>
Convert static struct pci_device_id *[] to static DEFINE_PCI_DEVICE_TABLE
tables.

Cc: Andres Salomon &lt;dilinger@queued.net&gt;
Cc: Denis Turischev &lt;denis@compulab.co.il&gt;
Cc: Ben Dooks &lt;ben@simtec.co.uk&gt;
Cc: Vincent Sanders &lt;vince@simtec.co.uk&gt;
Cc: Mocean Laboratories &lt;info@mocean-labs.com&gt;
Cc: Harald Welte &lt;HaraldWelte@viatech.com&gt;
Signed-off-by: Axel Lin &lt;axel.lin@gmail.com&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>
Convert static struct pci_device_id *[] to static DEFINE_PCI_DEVICE_TABLE
tables.

Cc: Andres Salomon &lt;dilinger@queued.net&gt;
Cc: Denis Turischev &lt;denis@compulab.co.il&gt;
Cc: Ben Dooks &lt;ben@simtec.co.uk&gt;
Cc: Vincent Sanders &lt;vince@simtec.co.uk&gt;
Cc: Mocean Laboratories &lt;info@mocean-labs.com&gt;
Cc: Harald Welte &lt;HaraldWelte@viatech.com&gt;
Signed-off-by: Axel Lin &lt;axel.lin@gmail.com&gt;
Signed-off-by: Samuel Ortiz &lt;sameo@linux.intel.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>mfd: Add tunnelcreek watchdog to lpc_sch devices</title>
<updated>2011-07-31T21:28:23+00:00</updated>
<author>
<name>Alexander Stein</name>
<email>alexander.stein@systec-electronic.com</email>
</author>
<published>2011-06-16T11:05:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=19921ef61217fff600202b819c05bb078f254619'/>
<id>19921ef61217fff600202b819c05bb078f254619</id>
<content type='text'>
Tunnel Creek has an additional watchdog core.

Signed-off-by: Alexander Stein &lt;alexander.stein@systec-electronic.com&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>
Tunnel Creek has an additional watchdog core.

Signed-off-by: Alexander Stein &lt;alexander.stein@systec-electronic.com&gt;
Signed-off-by: Samuel Ortiz &lt;sameo@linux.intel.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>mfd: Add Tunnel Creek support to lpc_sch</title>
<updated>2011-03-23T09:42:08+00:00</updated>
<author>
<name>Denis Turischev</name>
<email>denis@compulab.co.il</email>
</author>
<published>2011-03-13T15:28:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=e967f77d9818df884bdffb3e801eb12e0fd52b1c'/>
<id>e967f77d9818df884bdffb3e801eb12e0fd52b1c</id>
<content type='text'>
Intel Poulsbo SCH and Tunnel Creek provide almost the
same LPC interface. Use the same driver for both devices while
storing PCI ID to distinguish between platforms to apply plarform
related quirks.

Signed-off-by: Denis Turischev &lt;denis@compulab.co.il&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>
Intel Poulsbo SCH and Tunnel Creek provide almost the
same LPC interface. Use the same driver for both devices while
storing PCI ID to distinguish between platforms to apply plarform
related quirks.

Signed-off-by: Denis Turischev &lt;denis@compulab.co.il&gt;
Signed-off-by: Samuel Ortiz &lt;sameo@linux.intel.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>mfd: Introduce lpc_sch for Intel SCH LPC bridge</title>
<updated>2010-03-07T21:17:22+00:00</updated>
<author>
<name>Denis Turischev</name>
<email>denis@compulab.co.il</email>
</author>
<published>2010-02-19T10:26:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=e82c60ae7d3a7f19c4b9b3e7bd6ea298fa5efe93'/>
<id>e82c60ae7d3a7f19c4b9b3e7bd6ea298fa5efe93</id>
<content type='text'>
Intel Poulsbo (SCH) chipset LPC bridge controller contains several
functions. Creating and MFD driver for the LPC bridge controller allows
simultaneous use of SMBus and GPIO interfaces on the SCH.

Signed-off-by: Denis Turischev &lt;denis@compulab.co.il&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>
Intel Poulsbo (SCH) chipset LPC bridge controller contains several
functions. Creating and MFD driver for the LPC bridge controller allows
simultaneous use of SMBus and GPIO interfaces on the SCH.

Signed-off-by: Denis Turischev &lt;denis@compulab.co.il&gt;
Signed-off-by: Samuel Ortiz &lt;sameo@linux.intel.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
