Merge 5.2-rc4 into char-misc-next
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 9 Jun 2019 07:11:21 +0000 (09:11 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 9 Jun 2019 07:11:21 +0000 (09:11 +0200)
We want the char/misc driver fixes in here as well.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
20 files changed:
1  2 
MAINTAINERS
drivers/char/bsr.c
drivers/firmware/google/coreboot_table.h
drivers/firmware/google/framebuffer-coreboot.c
drivers/firmware/google/memconsole-coreboot.c
drivers/firmware/google/memconsole.c
drivers/firmware/google/vpd.c
drivers/firmware/google/vpd_decode.c
drivers/misc/Kconfig
drivers/misc/altera-stapl/Kconfig
drivers/misc/c2port/Kconfig
drivers/misc/cb710/Kconfig
drivers/misc/cxl/Kconfig
drivers/misc/echo/Kconfig
drivers/misc/eeprom/ee1004.c
drivers/misc/genwqe/Kconfig
drivers/misc/lis3lv02d/Kconfig
drivers/misc/ocxl/Kconfig
include/linux/vmw_vmci_defs.h
mm/balloon_compaction.c

diff --cc MAINTAINERS
Simple merge
Simple merge
index c8156db0e3a093c359787f95ddbcd5f68cd53bb5,fe5aa740c34d6fd00d75d06cb77805f3dc9b3ee9..44d314ad69e4ec0e44395723b311c97256ec98f2
@@@ -4,17 -5,9 +5,8 @@@
   * Architecture-independent parts of the memory based BIOS console.
   *
   * Copyright 2017 Google Inc.
-  *
-  * This program is free software; you can redistribute it and/or modify
-  * it under the terms of the GNU General Public License v2.0 as published by
-  * the Free Software Foundation.
-  *
-  * This program is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-  * GNU General Public License for more details.
   */
  
 -#include <linux/init.h>
  #include <linux/sysfs.h>
  #include <linux/kobject.h>
  #include <linux/module.h>
Simple merge
index f8c9143472dfd8e9fe1feed5b76467be3e88af1f,c62fa7063a7cfd0f366e2e17ecfc68a408c0edc9..92e3258552fcafefc93c30ccf155a7043d40b92e
@@@ -4,17 -5,10 +5,8 @@@
   * Google VPD decoding routines.
   *
   * Copyright 2017 Google Inc.
-  *
-  * This program is free software; you can redistribute it and/or modify
-  * it under the terms of the GNU General Public License v2.0 as published by
-  * the Free Software Foundation.
-  *
-  * This program is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-  * GNU General Public License for more details.
   */
  
 -#include <linux/export.h>
 -
  #include "vpd_decode.h"
  
  static int vpd_decode_len(const s32 max_len, const u8 *in,
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
index 004233587137df7a3003545b35ebc79fd9ab5b6c,39656413e70dd4e1acd87c01108640b4797e0268..be70b263e2713f49de41e22ebce834e3cfed4cc9
@@@ -1,5 -1,7 +1,6 @@@
+ # SPDX-License-Identifier: GPL-2.0-only
  config ECHO
        tristate "Line Echo Canceller support"
 -      default n
        ---help---
          This driver provides line echo cancelling support for mISDN and
          Zaptel drivers.
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge