<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-dev/drivers/staging/xillybus, branch master</title>
<subtitle>Linux kernel development work - see feature branches</subtitle>
<id>https://git.zx2c4.com/linux-dev/atom/drivers/staging/xillybus?h=master</id>
<link rel='self' href='https://git.zx2c4.com/linux-dev/atom/drivers/staging/xillybus?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/'/>
<updated>2014-09-24T06:44:16Z</updated>
<entry>
<title>xillybus: Move out of staging</title>
<updated>2014-09-24T06:44:16Z</updated>
<author>
<name>Eli Billauer</name>
<email>eli.billauer@gmail.com</email>
</author>
<published>2014-09-09T06:36:04Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=7051924f771722c6dd235e693742cda6488ac700'/>
<id>urn:sha1:7051924f771722c6dd235e693742cda6488ac700</id>
<content type='text'>
This driver has been functional and stable throughout the year it has spent
in the staging area. It has been patched for minor bugs, coding style issues
and improvements during this period.

This is the second submission of this move-out, after making several style
improvements, as suggested by Dan Carpenter.

Signed-off-by: Eli Billauer &lt;eli.billauer@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: xillybus: Removed unnecessary cast</title>
<updated>2014-09-08T20:59:25Z</updated>
<author>
<name>Eli Billauer</name>
<email>eli.billauer@gmail.com</email>
</author>
<published>2014-09-05T09:53:06Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=a519946162b4bff7e452b80eee03f7e974886825'/>
<id>urn:sha1:a519946162b4bff7e452b80eee03f7e974886825</id>
<content type='text'>
Suggested-by: Dan Carpenter &lt;dan.carpenter@oracle.com&gt;
Signed-off-by: Eli Billauer &lt;eli.billauer@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: xillybus: Blank lines add/remove</title>
<updated>2014-09-08T20:58:20Z</updated>
<author>
<name>Eli Billauer</name>
<email>eli.billauer@gmail.com</email>
</author>
<published>2014-09-04T14:47:57Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=64fa2b1bf4b623408f44925c45d82bb70229420e'/>
<id>urn:sha1:64fa2b1bf4b623408f44925c45d82bb70229420e</id>
<content type='text'>
* Blank lines between a function call and its return status check were
  removed.
* Double blank lines were removed.
* Blank lines were added and removed as to silence checkpatch.pl --strict

Suggested-by: Dan Carpenter &lt;dan.carpenter@oracle.com&gt;
Signed-off-by: Eli Billauer &lt;eli.billauer@gmail.com&gt;
Reviewed-by: Dan Carpenter &lt;dan.carpenter@oracle.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: xillybus: Fix indentations</title>
<updated>2014-09-08T20:58:20Z</updated>
<author>
<name>Eli Billauer</name>
<email>eli.billauer@gmail.com</email>
</author>
<published>2014-09-04T14:47:56Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=91a2dea8f263357c8cdb772d9d1187c18c52f459'/>
<id>urn:sha1:91a2dea8f263357c8cdb772d9d1187c18c52f459</id>
<content type='text'>
Signed-off-by: Eli Billauer &lt;eli.billauer@gmail.com&gt;
Reviewed-by: Dan Carpenter &lt;dan.carpenter@oracle.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: xillybus: Trivial coding style fixes</title>
<updated>2014-09-08T20:58:19Z</updated>
<author>
<name>Eli Billauer</name>
<email>eli.billauer@gmail.com</email>
</author>
<published>2014-09-04T14:47:55Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=79ae92c436f216112a543ab4e62e8b512c9526e5'/>
<id>urn:sha1:79ae92c436f216112a543ab4e62e8b512c9526e5</id>
<content type='text'>
Suggested-by: Dan Carpenter &lt;dan.carpenter@oracle.com&gt;
Signed-off-by: Eli Billauer &lt;eli.billauer@gmail.com&gt;
Reviewed-by: Dan Carpenter &lt;dan.carpenter@oracle.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: xillybus: Reorganize line breaks for clarity</title>
<updated>2014-09-08T20:58:19Z</updated>
<author>
<name>Eli Billauer</name>
<email>eli.billauer@gmail.com</email>
</author>
<published>2014-09-04T14:47:54Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=d3274f20df58f58bab86a6b28c90676f75feb525'/>
<id>urn:sha1:d3274f20df58f58bab86a6b28c90676f75feb525</id>
<content type='text'>
Suggested-by: Dan Carpenter &lt;dan.carpenter@oracle.com&gt;
Signed-off-by: Eli Billauer &lt;eli.billauer@gmail.com&gt;
Reviewed-by: Dan Carpenter &lt;dan.carpenter@oracle.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: xillybus: Fix comments</title>
<updated>2014-09-08T20:58:19Z</updated>
<author>
<name>Eli Billauer</name>
<email>eli.billauer@gmail.com</email>
</author>
<published>2014-09-04T14:47:52Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=21c3184c5e88ab0d1cdfed69dde877a30fb19a89'/>
<id>urn:sha1:21c3184c5e88ab0d1cdfed69dde877a30fb19a89</id>
<content type='text'>
Trivial comments removed, and one comment clarified

Suggested-by: Dan Carpenter &lt;dan.carpenter@oracle.com&gt;
Signed-off-by: Eli Billauer &lt;eli.billauer@gmail.com&gt;
Reviewed-by: Dan Carpenter &lt;dan.carpenter@oracle.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: xillybus: Added curly brackets as required</title>
<updated>2014-09-08T20:58:19Z</updated>
<author>
<name>Eli Billauer</name>
<email>eli.billauer@gmail.com</email>
</author>
<published>2014-09-04T14:47:51Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=c14cc622da94b9e0c9ddeea1bd51e7ff9b02cc04'/>
<id>urn:sha1:c14cc622da94b9e0c9ddeea1bd51e7ff9b02cc04</id>
<content type='text'>
Suggested-by: Dan Carpenter &lt;dan.carpenter@oracle.com&gt;
Signed-off-by: Eli Billauer &lt;eli.billauer@gmail.com&gt;
Reviewed-by: Dan Carpenter &lt;dan.carpenter@oracle.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: xillybus: Clarified the stop condition for a loop</title>
<updated>2014-09-08T20:58:19Z</updated>
<author>
<name>Eli Billauer</name>
<email>eli.billauer@gmail.com</email>
</author>
<published>2014-09-04T14:47:50Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=1af1ea6b2caeefa9e99e5d8d9c94f34571a168d7'/>
<id>urn:sha1:1af1ea6b2caeefa9e99e5d8d9c94f34571a168d7</id>
<content type='text'>
Suggested-by: Dan Carpenter &lt;dan.carpenter@oracle.com&gt;
Signed-off-by: Eli Billauer &lt;eli.billauer@gmail.com&gt;
Reviewed-by: Dan Carpenter &lt;dan.carpenter@oracle.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: xillybus: Use the return value of wait_event_interruptible</title>
<updated>2014-09-08T20:58:19Z</updated>
<author>
<name>Eli Billauer</name>
<email>eli.billauer@gmail.com</email>
</author>
<published>2014-09-04T14:47:49Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=ae870e5d04f4ebc6c27e76652dccb6bacc6e1e8e'/>
<id>urn:sha1:ae870e5d04f4ebc6c27e76652dccb6bacc6e1e8e</id>
<content type='text'>
Rather than checking the wait condition, the return value of
wait_event_interruptible() and wait_event_interruptible_timeout() is
used.

Suggested-by: Dan Carpenter &lt;dan.carpenter@oracle.com&gt;
Signed-off-by: Eli Billauer &lt;eli.billauer@gmail.com&gt;
Reviewed-by: Dan Carpenter &lt;dan.carpenter@oracle.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
</feed>
