<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/staging/most/aim-cdev, branch v4.5</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
</subtitle>
<id>https://git.shady.money/linux/atom?h=v4.5</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v4.5'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2015-10-28T23:57:19Z</updated>
<entry>
<title>staging: most: remove exclusive wait_queue</title>
<updated>2015-10-28T23:57:19Z</updated>
<author>
<name>Christian Gromm</name>
<email>christian.gromm@microchip.com</email>
</author>
<published>2015-10-28T14:14:35Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=c27fc351cf4298b5ade8f3bda8f8be15af5d6cde'/>
<id>urn:sha1:c27fc351cf4298b5ade8f3bda8f8be15af5d6cde</id>
<content type='text'>
This patch removes the unnecessary wait_queue that has exclusively been
used for the poll function and its poll_table. Instead, an already
existing one is used.

Signed-off-by: Christian Gromm &lt;christian.gromm@microchip.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: most: fix logical operator position</title>
<updated>2015-10-25T02:08:20Z</updated>
<author>
<name>Christian Gromm</name>
<email>christian.gromm@microchip.com</email>
</author>
<published>2015-10-21T15:50:48Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=623d800252111942d357d8d8592d578d3783ff67'/>
<id>urn:sha1:623d800252111942d357d8d8592d578d3783ff67</id>
<content type='text'>
This patch puts logical continuations on the previous line to meet
coding style.

Signed-off-by: Christian Gromm &lt;christian.gromm@microchip.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: most: use blank line after declarations</title>
<updated>2015-10-25T02:08:16Z</updated>
<author>
<name>Christian Gromm</name>
<email>christian.gromm@microchip.com</email>
</author>
<published>2015-10-21T15:50:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=9cbe5aa65d5d4e90c8bb661d021b50131eb963c6'/>
<id>urn:sha1:9cbe5aa65d5d4e90c8bb661d021b50131eb963c6</id>
<content type='text'>
This patch fixes style violation regarding blank lines after
function/struct/union/enum declarations.

Signed-off-by: Christian Gromm &lt;christian.gromm@microchip.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: most: make alignment match open parenthesis</title>
<updated>2015-10-25T02:08:16Z</updated>
<author>
<name>Christian Gromm</name>
<email>christian.gromm@microchip.com</email>
</author>
<published>2015-10-21T15:50:43Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=edaa1e33e21ab38c683be0037605e3408f2a5a02'/>
<id>urn:sha1:edaa1e33e21ab38c683be0037605e3408f2a5a02</id>
<content type='text'>
This patch fixes coding style violations by making alignments match
open parenthesis.

Signed-off-by: Christian Gromm &lt;christian.gromm@microchip.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: most: remove constants from comparisons</title>
<updated>2015-10-17T06:09:41Z</updated>
<author>
<name>Christian Gromm</name>
<email>christian.gromm@microchip.com</email>
</author>
<published>2015-10-15T11:28:54Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=ff466a5bc26af4f2bed11cd6adf625c6e57e0242'/>
<id>urn:sha1:ff466a5bc26af4f2bed11cd6adf625c6e57e0242</id>
<content type='text'>
This patch removes constants from comparisons and fixes checkpatch warnings
about constants being put in the wrong place inside a comparison.

Signed-off-by: Christian Gromm &lt;christian.gromm@microchip.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: most: cdev: Remove useless check</title>
<updated>2015-10-17T06:08:39Z</updated>
<author>
<name>Shivani Bhardwaj</name>
<email>shivanib134@gmail.com</email>
</author>
<published>2015-10-15T10:42:01Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=bba76322c3075776f222c4c7dd36f954ed458250'/>
<id>urn:sha1:bba76322c3075776f222c4c7dd36f954ed458250</id>
<content type='text'>
The variable mbo is already NULL tested so, check on it should be
removed.
Semantic patch used:

@@ expression E;
statement S; @@
if(E==NULL) {... return ...;}
- if(E)
  S

Signed-off-by: Shivani Bhardwaj &lt;shivanib134@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: most: fix style issue in aim-cdev/cdev.c</title>
<updated>2015-10-17T06:08:39Z</updated>
<author>
<name>Gavin Thomas Claugus</name>
<email>gclaugus@gmail.com</email>
</author>
<published>2015-10-13T21:44:40Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=b981da12513469324a18ae8250bca2848f8bf787'/>
<id>urn:sha1:b981da12513469324a18ae8250bca2848f8bf787</id>
<content type='text'>
Fix 80+ character line in cdev.c to stop checkpatch from whining.

Signed-off-by: Gavin Thomas Claugus &lt;gclaugus@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: most: add poll syscall to AIM cdev</title>
<updated>2015-09-29T01:18:53Z</updated>
<author>
<name>Christian Gromm</name>
<email>christian.gromm@microchip.com</email>
</author>
<published>2015-09-28T15:18:57Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=aac997dfdd58eec1add02dae09030caeddc1abe6'/>
<id>urn:sha1:aac997dfdd58eec1add02dae09030caeddc1abe6</id>
<content type='text'>
This patch adds the implementation of the poll syscall to the AIM cdev.
To have the full functionality, a helper function is needed in the
core module to retrieve the instantaneous availability of tx buffers.

Signed-off-by: Christian Gromm &lt;christian.gromm@microchip.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: most: add fair buffer distribution</title>
<updated>2015-09-29T01:18:51Z</updated>
<author>
<name>Christian Gromm</name>
<email>christian.gromm@microchip.com</email>
</author>
<published>2015-09-28T15:18:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=71457d482751a38e78da32fde80e87b6f670c389'/>
<id>urn:sha1:71457d482751a38e78da32fde80e87b6f670c389</id>
<content type='text'>
This patch ensures a fair distribution of buffers, when two AIMs share a
single channel. The AIMs then won't be able to use more than half of all
pre-allocated buffers of the linked channel. However, in case the channel
is not shared, the AIM can exclusively use all available buffers.

Signed-off-by: Andrey Shvetsov &lt;andrey.shvetsov@k2l.de&gt;
Signed-off-by: Christian Gromm &lt;christian.gromm@microchip.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: most: fix channel operation in multi-aim context</title>
<updated>2015-09-29T01:18:49Z</updated>
<author>
<name>Christian Gromm</name>
<email>christian.gromm@microchip.com</email>
</author>
<published>2015-09-28T15:18:35Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=f13f6981bca3c79ba97c4092ab5ed6aed8b2ce99'/>
<id>urn:sha1:f13f6981bca3c79ba97c4092ab5ed6aed8b2ce99</id>
<content type='text'>
This patch fixes the opening and closing process of a physical channel
when used by different AIMs.

Signed-off-by: Andrey Shvetsov &lt;andrey.shvetsov@k2l.de&gt;
Signed-off-by: Christian Gromm &lt;christian.gromm@microchip.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
</feed>
