<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-dev/drivers/staging/mei, branch master</title>
<subtitle>Linux kernel development work - see feature branches</subtitle>
<id>https://git.zx2c4.com/linux-dev/atom/drivers/staging/mei?h=master</id>
<link rel='self' href='https://git.zx2c4.com/linux-dev/atom/drivers/staging/mei?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/'/>
<updated>2012-05-01T22:23:38Z</updated>
<entry>
<title>Staging: mei: move the mei code out of staging</title>
<updated>2012-05-01T22:23:38Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2012-05-01T22:23:38Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=ffc2825c2942b57c5dbfbcb3ad798696438aed62'/>
<id>urn:sha1:ffc2825c2942b57c5dbfbcb3ad798696438aed62</id>
<content type='text'>
It's been cleaned up, and there's nothing else left to do, so move it
out of staging into drivers/misc/ where all can use it now.

Cc: Tomas Winkler &lt;tomas.winkler@intel.com&gt;
Cc: Oren Weil &lt;oren.jer.weil@intel.com&gt;
Cc: Alan Cox &lt;alan@linux.intel.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging/mei: wd.c normalize debug and error messages</title>
<updated>2012-04-10T16:38:50Z</updated>
<author>
<name>Tomas Winkler</name>
<email>tomas.winkler@intel.com</email>
</author>
<published>2012-04-03T20:34:59Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=13c398aa5c9a7eae7792726f6229d961e2915b12'/>
<id>urn:sha1:13c398aa5c9a7eae7792726f6229d961e2915b12</id>
<content type='text'>
1. use wd: prefix for all messages
2. fix strings
3. change from dev_dbg to dev_err where appropriate

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>staging/mei: refactor mei_wd_host_init function</title>
<updated>2012-04-10T16:38:49Z</updated>
<author>
<name>Tomas Winkler</name>
<email>tomas.winkler@intel.com</email>
</author>
<published>2012-04-03T20:34:58Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=9487eb0a1588b8d759f7231c7aa44893525769b2'/>
<id>urn:sha1:9487eb0a1588b8d759f7231c7aa44893525769b2</id>
<content type='text'>
The function has returned false in both error and success
cases.

1. change return value to int and return appropriate errno
2. use typical Linux kernel error handling.
3. normalize debug messages

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>staging/mei: cleanup driver naming strings</title>
<updated>2012-04-10T16:37:52Z</updated>
<author>
<name>Tomas Winkler</name>
<email>tomas.winkler@intel.com</email>
</author>
<published>2012-04-02T17:32:39Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=c38ea24e22e8c416d4a2b13355a546b5916ae296'/>
<id>urn:sha1:c38ea24e22e8c416d4a2b13355a546b5916ae296</id>
<content type='text'>
1. use only mei_driver_name and remove define MEI_DRIVER_NAME
2. drop MEI_DEV_NAME and assign device name directly
3. drop mei_driver_string, it is not used

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>staging/mei: struct amt_wd_dev' should it be static</title>
<updated>2012-04-10T16:37:51Z</updated>
<author>
<name>Tomas Winkler</name>
<email>tomas.winkler@intel.com</email>
</author>
<published>2012-04-02T17:32:38Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=68d923d5369e7e8f72dbc75015829b7fc83512fc'/>
<id>urn:sha1:68d923d5369e7e8f72dbc75015829b7fc83512fc</id>
<content type='text'>
fix sparse warning:
'amt_wd_dev' was not declared. Should it be static

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>staging/mei: remove unused variable</title>
<updated>2012-04-10T16:37:51Z</updated>
<author>
<name>Tomas Winkler</name>
<email>tomas.winkler@intel.com</email>
</author>
<published>2012-04-02T17:32:37Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=b18a4d6d7d1b10c2c727de925c4883df432aa1a5'/>
<id>urn:sha1:b18a4d6d7d1b10c2c727de925c4883df432aa1a5</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>staging/mei: use dev_err instead of printk</title>
<updated>2012-04-10T16:35:52Z</updated>
<author>
<name>Tomas Winkler</name>
<email>tomas.winkler@intel.com</email>
</author>
<published>2012-03-19T15:58:42Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=d39a464970185f2592cb06aa42a88764bcb12e32'/>
<id>urn:sha1:d39a464970185f2592cb06aa42a88764bcb12e32</id>
<content type='text'>
one instance of bare printk was forgotten in init.c file

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>staging/mei: mei_wd_set_start_timeout should be static</title>
<updated>2012-04-10T16:35:52Z</updated>
<author>
<name>Tomas Winkler</name>
<email>tomas.winkler@intel.com</email>
</author>
<published>2012-03-19T15:58:43Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=5192dda1751b2c4a988e6aa198c153d840a304a2'/>
<id>urn:sha1:5192dda1751b2c4a988e6aa198c153d840a304a2</id>
<content type='text'>
mei_wd_set_start_timeout is only used from within wd.c
so remove its declaration from interface.h and mark
it static

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>staging/mei: define pr_fmt prefix for pr_ macros</title>
<updated>2012-04-10T16:35:52Z</updated>
<author>
<name>Tomas Winkler</name>
<email>tomas.winkler@intel.com</email>
</author>
<published>2012-03-19T20:38:13Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=2f3d2b499b73b3aa05feba35a9b04c6eec1a50ec'/>
<id>urn:sha1:2f3d2b499b73b3aa05feba35a9b04c6eec1a50ec</id>
<content type='text'>
define pr_fmt macro and remove mei: from the messages

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>watchdog: fix set_timeout operations</title>
<updated>2012-03-27T18:08:09Z</updated>
<author>
<name>Wim Van Sebroeck</name>
<email>wim@iguana.be</email>
</author>
<published>2012-02-29T19:20:58Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=0197c1c49ef1ff386b2ebb6d3b0fc85a8e174b5c'/>
<id>urn:sha1:0197c1c49ef1ff386b2ebb6d3b0fc85a8e174b5c</id>
<content type='text'>
Since we changed the behaviour of the set_timeout operation in the
watchdog API, we need to change the allready converted drivers so
that they update the timeout field at the end of the set_timeout
operation.

Signed-off-by: Wim Van Sebroeck &lt;wim@iguana.be&gt;
</content>
</entry>
</feed>
