<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/linux.git/drivers/staging/vme, branch v4.11.5</title>
<subtitle>Linux kernel stable tree (mirror)</subtitle>
<id>https://git.radix-linux.su/kernel/linux.git/atom?h=v4.11.5</id>
<link rel='self' href='https://git.radix-linux.su/kernel/linux.git/atom?h=v4.11.5'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/'/>
<updated>2017-01-16T17:08:56+00:00</updated>
<entry>
<title>staging: vme: vme_user.c: fix warning 'line over 80 characters'</title>
<updated>2017-01-16T17:08:56+00:00</updated>
<author>
<name>Philip Thiemann</name>
<email>philip.thiemann@fau.de</email>
</author>
<published>2017-01-12T13:00:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=00e293b9efe4d595064b883f1e5a30fa72974662'/>
<id>urn:sha1:00e293b9efe4d595064b883f1e5a30fa72974662</id>
<content type='text'>
Removed checkpatch.pl warning 'line over 80 characters' by inserting a
linebreak in the comment line 50.

Signed-off-by: Philip Thiemann &lt;philip.thiemann@fau.de&gt;
Signed-off-by: Fabian Arnold &lt;fabian.arnold@fau.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Merge tag 'staging-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging</title>
<updated>2016-12-13T19:35:00+00:00</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2016-12-13T19:35:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=72cca7baf4fba777b8ab770b902cf2e08941773f'/>
<id>urn:sha1:72cca7baf4fba777b8ab770b902cf2e08941773f</id>
<content type='text'>
Pull staging/IIO updates from Greg KH:
 "Here's the "big" staging/iio pull request for 4.10-rc1.

  Not as big as 4.9 was, but still just over a thousand changes. We
  almost broke even of lines added vs. removed, as the slicoss driver
  was removed (got a "clean" driver for the same hardware through the
  netdev tree), and some iio drivers were also dropped, but I think we
  ended up adding a few thousand lines to the source tree in the end.
  Other than that it's a lot of minor fixes all over the place, nothing
  major stands out at all.

  All of these have been in linux-next for a while. There will be a
  merge conflict with Al's vfs tree in the lustre code, but the
  resolution for that should be pretty simple, that too has been in
  linux-next"

* tag 'staging-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging: (1002 commits)
  staging: comedi: comedidev.h: Document usage of 'detach' handler
  staging: fsl-mc: remove unnecessary info prints from bus driver
  staging: fsl-mc: add sysfs ABI doc
  staging/lustre/o2iblnd: Fix misspelled attemps-&gt;attempts
  staging/lustre/o2iblnd: Fix misspelling intialized-&gt;intialized
  staging/lustre: Convert all bare unsigned to unsigned int
  staging/lustre/socklnd: Fix whitespace problem
  staging/lustre/o2iblnd: Add missing space
  staging/lustre/lnetselftest: Fix potential integer overflow
  staging: greybus: audio_module: remove redundant OOM message
  staging: dgnc: Fix lines longer than 80 characters
  staging: dgnc: fix blank line after '{' warnings.
  staging/android: remove Sync Framework tasks from TODO
  staging/lustre/osc: Revert erroneous list_for_each_entry_safe use
  staging: slicoss: remove the staging driver
  staging: lustre: libcfs: remove lnet upcall code
  staging: lustre: remove set but unused variables
  staging: lustre: osc: set lock data for readahead lock
  staging: lustre: import: don't reconnect during connect interpret
  staging: lustre: clio: remove mtime check in vvp_io_fault_start()
  ...
</content>
</entry>
<entry>
<title>staging: vme: vme_user.c Spelling corrections</title>
<updated>2016-11-19T13:21:58+00:00</updated>
<author>
<name>Walt Feasel</name>
<email>waltfeasel@gmail.com</email>
</author>
<published>2016-11-18T17:14:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=1fede020317e688a524722a0cfbf864c23889715'/>
<id>urn:sha1:1fede020317e688a524722a0cfbf864c23889715</id>
<content type='text'>
Make spelling corrections for 'correctly' and
'unregister'

Signed-off-by: Walt Feasel &lt;waltfeasel@gmail.com&gt;
Acked-by: Martyn Welch &lt;martyn at welchs.e.uk&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Revert "Staging: vme: Use BIT macro for bit field definitions."</title>
<updated>2016-11-14T14:44:57+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2016-11-14T14:44:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=41849215b0812ff97893a3389ba7cdb365285167'/>
<id>urn:sha1:41849215b0812ff97893a3389ba7cdb365285167</id>
<content type='text'>
This reverts commit d4ef13130ee00432c6e9077ebcf8396f7ca8fb6a.

It's wrong :(

Reported-by: Dan Carpenter &lt;dan.carpenter@oracle.com&gt;
Cc: Anton Leshchenko &lt;antonl1911@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman gregkh@linuxfoundation.org
</content>
</entry>
<entry>
<title>Staging: vme: Fix parenthesis alignment.</title>
<updated>2016-11-07T09:58:32+00:00</updated>
<author>
<name>Anton Leshchenko</name>
<email>antonl1911@gmail.com</email>
</author>
<published>2016-11-01T22:27:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=2a0fc8bc0c4eefc284ff10c4cebcfacdd0cb71e3'/>
<id>urn:sha1:2a0fc8bc0c4eefc284ff10c4cebcfacdd0cb71e3</id>
<content type='text'>
Align broken line for code readability.

Signed-off-by: Anton Leshchenko &lt;antonl1911@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: vme: Add required identifier names.</title>
<updated>2016-11-07T09:58:32+00:00</updated>
<author>
<name>Anton Leshchenko</name>
<email>antonl1911@gmail.com</email>
</author>
<published>2016-11-01T22:27:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=f0316a1950c391d90bbf6a9addbb992fc61b5569'/>
<id>urn:sha1:f0316a1950c391d90bbf6a9addbb992fc61b5569</id>
<content type='text'>
Add identifier names for function definition arguments.

Signed-off-by: Anton Leshchenko &lt;antonl1911@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: vme: Use BIT macro for bit field definitions.</title>
<updated>2016-11-07T09:58:32+00:00</updated>
<author>
<name>Anton Leshchenko</name>
<email>antonl1911@gmail.com</email>
</author>
<published>2016-11-01T22:27:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=d4ef13130ee00432c6e9077ebcf8396f7ca8fb6a'/>
<id>urn:sha1:d4ef13130ee00432c6e9077ebcf8396f7ca8fb6a</id>
<content type='text'>
Instead of using shift operation use BIT macro for bit field
definitions.

Signed-off-by: Anton Leshchenko &lt;antonl1911@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: vme: Remove excessive blank lines.</title>
<updated>2016-11-07T09:58:32+00:00</updated>
<author>
<name>Anton Leshchenko</name>
<email>antonl1911@gmail.com</email>
</author>
<published>2016-11-01T22:27:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=b197fd9d67853e6fad12b72db78716a0f8d492e6'/>
<id>urn:sha1:b197fd9d67853e6fad12b72db78716a0f8d492e6</id>
<content type='text'>
To make code more readable, remove excessive blank lines.

Signed-off-by: Anton Leshchenko &lt;antonl1911@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>docs: fix locations of several documents that got moved</title>
<updated>2016-10-24T10:12:35+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@s-opensource.com</email>
</author>
<published>2016-10-18T12:12:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=8c27ceff3604b249a9efafbd1bd8b141b79e619d'/>
<id>urn:sha1:8c27ceff3604b249a9efafbd1bd8b141b79e619d</id>
<content type='text'>
The previous patch renamed several files that are cross-referenced
along the Kernel documentation. Adjust the links to point to
the right places.

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@s-opensource.com&gt;
</content>
</entry>
<entry>
<title>drivers: staging: vme: convert to octal notation for permission bits</title>
<updated>2016-09-17T21:36:53+00:00</updated>
<author>
<name>Andrew Kanner</name>
<email>andrew.kanner@gmail.com</email>
</author>
<published>2016-09-16T22:28:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=fbafd397fb63c787f302f1ca6db281a87cdb0ca9'/>
<id>urn:sha1:fbafd397fb63c787f302f1ca6db281a87cdb0ca9</id>
<content type='text'>
Ran checkpatch.pl -f vme_pio2_core.c
Fixed: WARNING: Symbolic permissions are not preferred. Consider using
octal permissions (0444)

Signed-off-by: Andrew Kanner &lt;andrew.kanner@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
</feed>
