1
0
Fork 0
alistair23-linux/drivers/staging/vboxvideo
Linus Torvalds 02061181d3 Staging/IIO driver patches for 4.21-rc1
Here is the big staging and iio driver pull request for 4.21-rc1.
 
 Lots and lots of tiny patches here, nothing major at all.  Which is
 good, tiny cleanups is nice to see.  No new huge driver removal or
 addition, this release cycle, although there are lots of good IIO driver
 changes, addtions, and movement from staging into the "real" part of the
 kernel, which is always great.
 
 Full details are in the shortlog, and all of these have been in
 linux-next for a while with no reported issues.
 
 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 -----BEGIN PGP SIGNATURE-----
 
 iG0EABECAC0WIQT0tgzFv3jCIUoxPcsxR9QN2y37KQUCXCY93w8cZ3JlZ0Brcm9h
 aC5jb20ACgkQMUfUDdst+ymJRwCfeV0x/+IMS0UGh9ltHnUfCfR9bcgAmgPWMPnY
 bauRCLkceTjzODOR4SzH
 =o6Fs
 -----END PGP SIGNATURE-----

Merge tag 'staging-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging

Pull staging/IIO driver updates from Greg KH:
 "Here is the big staging and iio driver pull request for 4.21-rc1.

  Lots and lots of tiny patches here, nothing major at all. Which is
  good, tiny cleanups is nice to see. No new huge driver removal or
  addition, this release cycle, although there are lots of good IIO
  driver changes, addtions, and movement from staging into the "real"
  part of the kernel, which is always great.

  Full details are in the shortlog, and all of these have been in
  linux-next for a while with no reported issues"

* tag 'staging-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging: (553 commits)
  staging: mt7621-mmc: Correct spelling mistakes in comments
  staging: wilc1000: fix missing read_write setting when reading data
  mt7621-mmc: char * array declaration might be better as static const
  mt7621-mmc: return statement in void function unnecessary
  mt7621-mmc: Alignment should match open parenthesis
  mt7621-mmc: Removed unnecessary blank lines
  mt7621-mmc: Fix some coding style issues
  staging: android: ashmem: doc: Fix spelling
  staging: rtl8188eu: cleanup brace coding style issues
  staging: rtl8188eu: add spaces around '&' in rtw_mlme_ext.c
  staging: rtl8188eu: change return type of is_basicrate() to bool
  staging: rtl8188eu: simplify null array initializations
  staging: rtl8188eu: change order of declarations to improve readability
  staging: rtl8188eu: make some arrays static in rtw_mlme_ext.c
  staging: rtl8188eu: constify some arrays
  staging: rtl8188eu: convert unsigned char arrays to u8
  staging: rtl8188eu: remove redundant declaration in rtw_mlme_ext.c
  staging: rtl8188eu: remove unused arrays WFD_OUI and WMM_INFO_OUI
  staging: rtl8188eu: remove unnecessary parentheses in rtw_mlme_ext.c
  staging: rtl8188eu: remove unnecessary comments in rtw_mlme_ext.c
  ...
2018-12-28 20:39:58 -08:00
..
Kconfig staging: vboxvideo: select DRM_TTM 2017-08-18 15:57:15 -07:00
Makefile staging: vboxvideo: Cleanup header use 2018-11-07 12:59:50 +01:00
TODO staging: vboxvideo: Atomic phase 3: Switch last bits over to atomic 2018-09-29 05:31:32 -07:00
hgsmi_base.c staging: vboxvideo: Change licence headers over to SPDX 2018-11-07 12:27:33 +01:00
hgsmi_ch_setup.h staging: vboxvideo: Change licence headers over to SPDX 2018-11-07 12:27:33 +01:00
hgsmi_channels.h staging: vboxvideo: Change licence headers over to SPDX 2018-11-07 12:27:33 +01:00
hgsmi_defs.h staging: vboxvideo: Change licence headers over to SPDX 2018-11-07 12:27:33 +01:00
modesetting.c staging: vboxvideo: Change licence headers over to SPDX 2018-11-07 12:27:33 +01:00
vbox_drv.c Staging/IIO driver patches for 4.21-rc1 2018-12-28 20:39:58 -08:00
vbox_drv.h Staging/IIO driver patches for 4.21-rc1 2018-12-28 20:39:58 -08:00
vbox_fb.c staging: vboxvideo: Use DRM_FB_HELPER_DEFAULT_OPS 2018-11-07 12:59:50 +01:00
vbox_hgsmi.c staging: vboxvideo: Change licence headers over to SPDX 2018-11-07 12:27:33 +01:00
vbox_irq.c staging: vboxvideo: Change licence headers over to SPDX 2018-11-07 12:27:33 +01:00
vbox_main.c staging: vboxvideo: Drop DRM_MODE_FB_CMD define 2018-11-07 12:59:50 +01:00
vbox_mode.c staging: vboxvideo: Rename uint32_t type to u32 2018-11-23 10:58:47 +01:00
vbox_prime.c staging: vboxvideo: Change licence headers over to SPDX 2018-11-07 12:27:33 +01:00
vbox_ttm.c Staging/IIO driver patches for 4.21-rc1 2018-12-28 20:39:58 -08:00
vboxvideo.h staging: vboxvideo: Change licence headers over to SPDX 2018-11-07 12:27:33 +01:00
vboxvideo_guest.h staging: vboxvideo: Change licence headers over to SPDX 2018-11-07 12:27:33 +01:00
vboxvideo_vbe.h staging: vboxvideo: Change licence headers over to SPDX 2018-11-07 12:27:33 +01:00
vbva_base.c staging: vboxvideo: Change licence headers over to SPDX 2018-11-07 12:27:33 +01:00