<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/misc/mei, branch v3.6.3</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/drivers/misc/mei?h=v3.6.3</id>
<link rel='self' href='https://git.amat.us/linux/atom/drivers/misc/mei?h=v3.6.3'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2012-08-16T17:54:01Z</updated>
<entry>
<title>mei: add mei_quirk_probe function</title>
<updated>2012-08-16T17:54:01Z</updated>
<author>
<name>Tomas Winkler</name>
<email>tomas.winkler@intel.com</email>
</author>
<published>2012-08-06T12:23:55Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=a2f6985332d2564e443d9d889ce70f39b3293d09'/>
<id>urn:sha1:a2f6985332d2564e443d9d889ce70f39b3293d09</id>
<content type='text'>
The main purpose of this function is to exclude ME devices
without support for MEI/HECI interface from binding

Currently affected systems are C600/X79 based servers
that expose PCI device even though it doesn't supported ME Interface.
MEI driver accessing such nonfunctional device can corrupt
the system.

Signed-off-by: Tomas Winkler &lt;tomas.winkler@intel.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>mei: fix device stall after wd is stopped</title>
<updated>2012-08-16T16:44:52Z</updated>
<author>
<name>Tomas Winkler</name>
<email>tomas.winkler@intel.com</email>
</author>
<published>2012-08-16T13:25:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=3e8309551777e2a54367daddb65b53e236754374'/>
<id>urn:sha1:3e8309551777e2a54367daddb65b53e236754374</id>
<content type='text'>
After watchdog was disabled the driver would stall
due to wrong calculation of credits reduction

The cat&amp;paste bug was introduced in the commit
7bdf72d3d8059a50214069ea4b87c2174645f40f
mei: introduce mei_data2slots wrapper

Signed-off-by: Tomas Winkler &lt;tomas.winkler@intel.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>mei: use module_pci_driver</title>
<updated>2012-07-19T22:33:30Z</updated>
<author>
<name>Tomas Winkler</name>
<email>tomas.winkler@intel.com</email>
</author>
<published>2012-07-19T06:45:32Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=6078188e2ba1d61a2119ddb2289e88c2c2a015ab'/>
<id>urn:sha1:6078188e2ba1d61a2119ddb2289e88c2c2a015ab</id>
<content type='text'>
use module_pci_driver() macro to wrap standard
pci module registration into a single line

Signed-off-by: Tomas Winkler &lt;tomas.winkler@intel.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Merge 3.5-rc7 into char-misc-next.</title>
<updated>2012-07-18T13:22:45Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2012-07-18T13:22:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=5b1f6d81e4c63ae30d92678cc35081001add7674'/>
<id>urn:sha1:5b1f6d81e4c63ae30d92678cc35081001add7674</id>
<content type='text'>
This lets us pick up the mei driver changes that we need in order to
handle future merge issues.

Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>mei: mei_irq_thread_write_handler - line break fix</title>
<updated>2012-07-10T21:58:36Z</updated>
<author>
<name>Tomas Winkler</name>
<email>tomas.winkler@intel.com</email>
</author>
<published>2012-07-04T16:24:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=483136ea0e2b23f2aebf57e1a36a06dec4223a92'/>
<id>urn:sha1:483136ea0e2b23f2aebf57e1a36a06dec4223a92</id>
<content type='text'>
1. straight up lines that doesn't cross 80 characters
2. don't break strings

Signed-off-by: Tomas Winkler &lt;tomas.winkler@intel.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>mei: streamline the _mei_irq_thread_close/ioctol functions</title>
<updated>2012-07-10T21:58:36Z</updated>
<author>
<name>Tomas Winkler</name>
<email>tomas.winkler@intel.com</email>
</author>
<published>2012-07-04T16:24:53Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=b45f3ccf80fb3e9e86bba2ad3640880d6fe85bfc'/>
<id>urn:sha1:b45f3ccf80fb3e9e86bba2ad3640880d6fe85bfc</id>
<content type='text'>
change statements of types

	if (ok)
		do something
	else
		return err

into

	if (err)
		return err

	do something

Signed-off-by: Tomas Winkler &lt;tomas.winkler@intel.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>mei: introduce mei_data2slots wrapper</title>
<updated>2012-07-10T21:58:35Z</updated>
<author>
<name>Tomas Winkler</name>
<email>tomas.winkler@intel.com</email>
</author>
<published>2012-07-04T16:24:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=7bdf72d3d8059a50214069ea4b87c2174645f40f'/>
<id>urn:sha1:7bdf72d3d8059a50214069ea4b87c2174645f40f</id>
<content type='text'>
Introduce mei_data2slots wrapper for sake of
readability. This wrapper close up the open code
for computing slots from a message length:
rond up dwords count from payload and header byte size

Signed-off-by: Tomas Winkler &lt;tomas.winkler@intel.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>mei: mei_wd_host_init: update the comment</title>
<updated>2012-07-10T21:58:35Z</updated>
<author>
<name>Tomas Winkler</name>
<email>tomas.winkler@intel.com</email>
</author>
<published>2012-07-04T16:24:51Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=7cb1ba9b679afe5fc335205fd6fb25fd3e51e33a'/>
<id>urn:sha1:7cb1ba9b679afe5fc335205fd6fb25fd3e51e33a</id>
<content type='text'>
Signed-off-by: Tomas Winkler &lt;tomas.winkler@intel.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>mei: remove write only wariable wd_due_counter</title>
<updated>2012-07-10T21:58:35Z</updated>
<author>
<name>Tomas Winkler</name>
<email>tomas.winkler@intel.com</email>
</author>
<published>2012-07-04T16:24:50Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=d242a0afb2e5bf1db83c6a0504e55addef425e61'/>
<id>urn:sha1:d242a0afb2e5bf1db83c6a0504e55addef425e61</id>
<content type='text'>
Signed-off-by: Tomas Winkler &lt;tomas.winkler@intel.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>mei: mei_device can be const for mei register access functions</title>
<updated>2012-07-10T21:58:35Z</updated>
<author>
<name>Tomas Winkler</name>
<email>tomas.winkler@intel.com</email>
</author>
<published>2012-07-04T16:24:49Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=4a0d6a74638f44055ea536abdd428007e5f2f89e'/>
<id>urn:sha1:4a0d6a74638f44055ea536abdd428007e5f2f89e</id>
<content type='text'>
Signed-off-by: Tomas Winkler &lt;tomas.winkler@intel.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
</feed>
