<feed xmlns='http://www.w3.org/2005/Atom'>
<title>blackbird-op-linux/drivers/staging/kpc2000, branch master</title>
<subtitle>Blackbird™ Linux sources for OpenPOWER</subtitle>
<id>https://git.raptorcs.com/git/blackbird-op-linux/atom?h=master</id>
<link rel='self' href='https://git.raptorcs.com/git/blackbird-op-linux/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-op-linux/'/>
<updated>2020-01-29T18:15:11+00:00</updated>
<entry>
<title>Merge tag 'staging-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging</title>
<updated>2020-01-29T18:15:11+00:00</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2020-01-29T18:15:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-op-linux/commit/?id=7ba31c3f2f1ee095d8126f4d3757fc3b2bc3c838'/>
<id>urn:sha1:7ba31c3f2f1ee095d8126f4d3757fc3b2bc3c838</id>
<content type='text'>
Pull staging and IIO updates from Greg KH:
 "Here is the big staging/iio driver patches for 5.6-rc1

  Included in here are:

   - lots of new IIO drivers and updates for that subsystem

   - the usual huge quantity of minor cleanups for staging drivers

   - removal of the following staging drivers:
       - isdn/avm
       - isdn/gigaset
       - isdn/hysdn
       - octeon-usb
       - octeon ethernet

  Overall we deleted far more lines than we added, removing over 40k of
  old and obsolete driver code.

  All of these changes have been in linux-next for a while with no
  reported issues"

* tag 'staging-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging: (353 commits)
  staging: most: usb: check for NULL device
  staging: next: configfs: fix release link
  staging: most: core: fix logging messages
  staging: most: core: remove container struct
  staging: most: remove struct device core driver
  staging: most: core: drop device reference
  staging: most: remove device from interface structure
  staging: comedi: drivers: fix spelling mistake "to" -&gt; "too"
  staging: exfat: remove fs_func struct.
  staging: wilc1000: avoid mutex unlock without lock in wilc_wlan_handle_txq()
  staging: wilc1000: return zero on success and non-zero on function failure
  staging: axis-fifo: replace spinlock with mutex
  staging: wilc1000: remove unused code prior to throughput enhancement in SPI
  staging: wilc1000: added 'wilc_' prefix for 'struct assoc_resp' name
  staging: wilc1000: move firmware API struct's to separate header file
  staging: wilc1000: remove use of infinite loop conditions
  staging: kpc2000: rename variables with kpc namespace
  staging: vt6656: Remove memory buffer from vnt_download_firmware.
  staging: vt6656: Just check NEWRSR_DECRYPTOK for RX_FLAG_DECRYPTED.
  staging: vt6656: Use vnt_rx_tail struct for tail variables.
  ...
</content>
</entry>
<entry>
<title>staging: kpc2000: rename variables with kpc namespace</title>
<updated>2020-01-22T08:53:44+00:00</updated>
<author>
<name>Jerry Lin</name>
<email>wahahab11@gmail.com</email>
</author>
<published>2020-01-21T02:46:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-op-linux/commit/?id=b5909c6d16fd4e3972b0cd48dedde08d55575342'/>
<id>urn:sha1:b5909c6d16fd4e3972b0cd48dedde08d55575342</id>
<content type='text'>
Some namings in kpc2000_i2c are too ambiguous that may causing
confusion to the readers.

Rename some variable, function and struct name to prefix with 'kpc_i2c'
to eliminate confusions.

Signed-off-by: Jerry Lin &lt;wahahab11@gmail.com&gt;
Link: https://lore.kernel.org/r/20200121024620.GA10842@compute1
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: kpc2000: Remove warning: "dubious: x | !y" detected by sparse</title>
<updated>2020-01-22T08:44:43+00:00</updated>
<author>
<name>Felipe Cardoso Resende</name>
<email>felipecardoso.fcr@gmail.com</email>
</author>
<published>2020-01-17T00:42:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-op-linux/commit/?id=27f391a5d628f860e2245f59f97461cbd22433f1'/>
<id>urn:sha1:27f391a5d628f860e2245f59f97461cbd22433f1</id>
<content type='text'>
Sparse complains about "dubious: x | !y".

This patch adds some macros to make it clear if a flag will be enabled or
not so Sparse stops complaining about dubious code construct.

Signed-off-by: Felipe Cardoso Resende &lt;felipecardoso.fcr@gmail.com&gt;
Link: https://lore.kernel.org/r/20200117004214.GA1800@felipe-pc
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>remove ioremap_nocache and devm_ioremap_nocache</title>
<updated>2020-01-06T08:45:59+00:00</updated>
<author>
<name>Christoph Hellwig</name>
<email>hch@lst.de</email>
</author>
<published>2020-01-06T08:43:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-op-linux/commit/?id=4bdc0d676a643140bdf17dbf7eafedee3d496a3c'/>
<id>urn:sha1:4bdc0d676a643140bdf17dbf7eafedee3d496a3c</id>
<content type='text'>
ioremap has provided non-cached semantics by default since the Linux 2.6
days, so remove the additional ioremap_nocache interface.

Signed-off-by: Christoph Hellwig &lt;hch@lst.de&gt;
Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;
</content>
</entry>
<entry>
<title>staging: kpc2000: remove unnecessary assertions in kpc_dma_transfer</title>
<updated>2020-01-03T10:04:57+00:00</updated>
<author>
<name>Aditya Pakki</name>
<email>pakki001@umn.edu</email>
</author>
<published>2019-12-19T17:21:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-op-linux/commit/?id=d7a336d67ab5443a0ef14b8335d139e855e8a682'/>
<id>urn:sha1:d7a336d67ab5443a0ef14b8335d139e855e8a682</id>
<content type='text'>
In kpc_dma_transfer(), the assertion that priv is NULL and priv-&gt;ldev
is NULL, are never satisfied. The two callers of the function,
dereference the fields before the function is called. This patch
removes the two BUG_ON calls.

Signed-off-by: Aditya Pakki &lt;pakki001@umn.edu&gt;
Link: https://lore.kernel.org/r/20191219172118.17456-1-pakki001@umn.edu
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: KPC2000: kpc2000_spi.c: Fix style issues (Unnecessary parenthesis)</title>
<updated>2019-10-30T09:38:50+00:00</updated>
<author>
<name>Chandra Annamaneni</name>
<email>chandra627@gmail.com</email>
</author>
<published>2019-10-29T09:16:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-op-linux/commit/?id=be1f84cf772b1598a4ed15b41e78d2967b97fbf5'/>
<id>urn:sha1:be1f84cf772b1598a4ed15b41e78d2967b97fbf5</id>
<content type='text'>
Resolved: CHECK: Unnecessary parentheses around table[i]

Signed-off-by: Chandra Annamaneni &lt;chandra627@gmail.com&gt;
Link: https://lore.kernel.org/r/20191029091638.16101-4-chandra627@gmail.com
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: KPC2000: kpc2000_spi.c: Fix style issues (alignment)</title>
<updated>2019-10-30T09:38:50+00:00</updated>
<author>
<name>Chandra Annamaneni</name>
<email>chandra627@gmail.com</email>
</author>
<published>2019-10-29T09:16:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-op-linux/commit/?id=e5f26f8548f943e7c70e6136d0ecd942a912a70e'/>
<id>urn:sha1:e5f26f8548f943e7c70e6136d0ecd942a912a70e</id>
<content type='text'>
Resolved: "CHECK: Alignment should match open parenthesis" from checkpatch

Signed-off-by: Chandra Annamaneni &lt;chandra627@gmail.com&gt;
Link: https://lore.kernel.org/r/20191029091638.16101-3-chandra627@gmail.com
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: KPC2000: kpc2000_spi.c: Fix style issues (misaligned brace)</title>
<updated>2019-10-30T09:38:49+00:00</updated>
<author>
<name>Chandra Annamaneni</name>
<email>chandra627@gmail.com</email>
</author>
<published>2019-10-29T09:16:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-op-linux/commit/?id=c4d362420d75aff10596f876e3e66458bfdb84b5'/>
<id>urn:sha1:c4d362420d75aff10596f876e3e66458bfdb84b5</id>
<content type='text'>
Resolved: ERROR: else should follow close brace '}'

Signed-off-by: Chandra Annamaneni &lt;chandra627@gmail.com&gt;
Link: https://lore.kernel.org/r/20191029091638.16101-2-chandra627@gmail.com
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: KPC2000: kpc2000_spi.c: Fix style issues (missing blank line)</title>
<updated>2019-10-30T09:38:48+00:00</updated>
<author>
<name>Chandra Annamaneni</name>
<email>chandra627@gmail.com</email>
</author>
<published>2019-10-29T09:16:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-op-linux/commit/?id=25ec44ebdc1ab930965b266b2717a2e56249d7bb'/>
<id>urn:sha1:25ec44ebdc1ab930965b266b2717a2e56249d7bb</id>
<content type='text'>
Resolved: "CHECK: Please use a blank line after.." from checkpatch.pl

Signed-off-by: Chandra Annamaneni &lt;chandra627@gmail.com&gt;
Link: https://lore.kernel.org/r/20191029091638.16101-1-chandra627@gmail.com
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: kpc2000: kpc_i2c: Remove commented code</title>
<updated>2019-10-29T08:08:00+00:00</updated>
<author>
<name>Jamal Shareef</name>
<email>jamal.k.shareef@gmail.com</email>
</author>
<published>2019-10-28T20:24:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-op-linux/commit/?id=09ef6fde7d89d08f390e6cf53cf40f9623d61616'/>
<id>urn:sha1:09ef6fde7d89d08f390e6cf53cf40f9623d61616</id>
<content type='text'>
Remove some commented out code.

Signed-off-by: Jamal Shareef &lt;jamal.k.shareef@gmail.com&gt;
Link: https://lore.kernel.org/r/c101a2ff94b3d5dcd467407bfa083679f3bbc612.1572293975.git.jamal.k.shareef@gmail.com
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
</feed>
