]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 14 Nov 2017 04:53:28 +0000 (20:53 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 14 Nov 2017 04:53:28 +0000 (20:53 -0800)
Pull staging and IIO updates from Greg KH:
 "Here is the "big" staging and IIO driver update for 4.15-rc1.

  Lots and lots of little changes, almost all minor code cleanups as the
  Outreachy application process happened during this development cycle.
  Also happened was a lot of IIO driver activity, and the typec USB code
  moving out of staging to drivers/usb (same commits are in the USB tree
  on a persistent branch to not cause merge issues.)

  Overall, it's a wash, I think we added a few hundred more lines than
  removed, but really only a few thousand were modified at all.

  All of these have been in linux-next for a while. There might be a
  merge issue with Al's vfs tree in the pi433 driver (take his changes,
  they are always better), and the media tree with some of the odd
  atomisp cleanups (take the media tree's version)"

* tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging: (507 commits)
  staging: lustre: add SPDX identifiers to all lustre files
  staging: greybus: Remove redundant license text
  staging: greybus: add SPDX identifiers to all greybus driver files
  staging: ccree: simplify ioread/iowrite
  staging: ccree: simplify registers access
  staging: ccree: simplify error handling logic
  staging: ccree: remove dead code
  staging: ccree: handle limiting of DMA masks
  staging: ccree: copy IV to DMAable memory
  staging: fbtft: remove redundant initialization of buf
  staging: sm750fb: Fix parameter mistake in poke32
  staging: wilc1000: Fix bssid buffer offset in Txq
  staging: fbtft: fb_ssd1331: fix mirrored display
  staging: android: Fix checkpatch.pl error
  staging: greybus: loopback: convert loopback to use generic async operations
  staging: greybus: operation: add private data with get/set accessors
  staging: greybus: loopback: Fix iteration count on async path
  staging: greybus: loopback: Hold per-connection mutex across operations
  staging: greybus/loopback: use ktime_get() for time intervals
  staging: fsl-dpaa2/eth: Extra headroom in RX buffers
  ...

24 files changed:
1  2 
drivers/iio/accel/Makefile
drivers/iio/dac/Makefile
drivers/iio/proximity/Makefile
drivers/misc/Makefile
drivers/staging/fbtft/fbtft-bus.c
drivers/staging/lustre/lustre/llite/xattr_cache.c
drivers/staging/rtl8188eu/include/Hal8188ERateAdaptive.h
drivers/staging/rtl8192u/ieee80211/rtl819x_BAProc.c
drivers/staging/rtl8192u/ieee80211/rtl819x_TSProc.c
drivers/staging/rtl8192u/r8192U_dm.c
drivers/staging/rtl8192u/r8192U_dm.h
drivers/staging/sm750fb/ddk750_chip.h
drivers/staging/sm750fb/ddk750_dvi.c
drivers/staging/sm750fb/ddk750_dvi.h
drivers/staging/sm750fb/ddk750_power.c
drivers/staging/sm750fb/ddk750_power.h
drivers/staging/sm750fb/ddk750_sii164.c
drivers/staging/sm750fb/ddk750_sii164.h
drivers/staging/sm750fb/sm750_cursor.c
drivers/staging/speakup/main.c
drivers/staging/wilc1000/host_interface.c
drivers/staging/wilc1000/host_interface.h
drivers/staging/wilc1000/wilc_wfi_cfgoperations.c
drivers/staging/xgifb/vb_setmode.c

Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
index 6722010ba1ec0f6ab17193d6f013c82a1863e003,c7218c49ed71f51378b58a299747093af07bc98f..96ebda93b4ee88549f42fd2d9100d8eecaada0dc
@@@ -1,20 -1,19 +1,20 @@@
 +/* SPDX-License-Identifier: GPL-2.0 */
  #ifndef __INC_RA_H
  #define __INC_RA_H
- /*++
- Copyright (c) Realtek Semiconductor Corp. All rights reserved.
- Module Name:
-       RateAdaptive.h
- Abstract:
-       Prototype of RA and related data structure.
- Major Change History:
-       When       Who               What
-       ---------- ---------------   -------------------------------
-       2011-08-12 Page            Create.
--*/
+ /*
 * Copyright (c) Realtek Semiconductor Corp. All rights reserved.
+  *
 * Module Name:
+  *    RateAdaptive.h
+  *
 * Abstract:
+  *    Prototype of RA and related data structure.
+  *
 * Major Change History:
+  *    When       Who               What
+  *    ---------- ---------------   -------------------------------
+  *    2011-08-12 Page            Create.
 */
  
  /*  Rate adaptive define */
  #define       PERENTRY        23
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge