[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20160324161131.GA5183@kroah.com>
Date:	Thu, 24 Mar 2016 12:11:31 -0400
From:	Greg KH <gregkh@...uxfoundation.org>
To:	Linus Torvalds <torvalds@...ux-foundation.org>,
	Andrew Morton <akpm@...ux-foundation.org>
Cc:	linux-kernel@...r.kernel.org, devel@...uxdriverproject.org
Subject: [GIT PULL] Staging driver fixes for 4.6-rc1
The following changes since commit 01cde1538e1dff4254e340f606177a870131a01f:
  Merge tag 'nfs-for-4.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs (2016-03-22 13:16:21 -0700)
are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git/ tags/staging-4.6-rc1
for you to fetch changes up to 8bb7e27bbb9d0db7ca0e83d40810fb752381cdd5:
  staging: delete STE RMI4 hackish driver (2016-03-22 22:29:38 -0400)
----------------------------------------------------------------
Staging fixes for 4.6-rc1
Here are some fixes that poped up due to the big staging tree merge, as
well as the removal of a staging driver that now is covered by a "real"
driver.  All of these have been in linux-next for a few days with no
reported issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
----------------------------------------------------------------
Amitoj Kaur Chawla (1):
      staging: most: hdm-dim2: Remove possible dereference error
Arnd Bergmann (1):
      staging: lustre: really make lustre dependent on LNet
Cihangir Akturk (2):
      staging: fsl-mc: fix incorrect type passed to dev_dbg macros
      staging: fsl-mc: fix incorrect type passed to dev_err macros
Colin Ian King (1):
      staging: wilc1000: fix a couple of memory leaks
Dan Carpenter (1):
      staging: lustre: checking for NULL instead of IS_ERR
H Hartley Sweeten (1):
      staging: comedi: ni_mio_common: fix the ni_write[blw]() functions
Leo Kim (1):
      staging: wilc1000: fixed kernel panic when firmware is not started
Linus Walleij (1):
      staging: delete STE RMI4 hackish driver
Vladimir Zapolskiy (1):
      staging: android: ion_test: fix check of platform_device_register_simple() error code
Xose Vazquez Perez (2):
      staging: refresh TODO for rtl8723au
      staging: refresh TODO for rtl8712
 drivers/staging/Kconfig                           |    2 -
 drivers/staging/Makefile                          |    1 -
 drivers/staging/android/ion/ion_test.c            |    4 +-
 drivers/staging/comedi/drivers/ni_mio_common.c    |   12 +-
 drivers/staging/fsl-mc/bus/mc-bus.c               |    4 +-
 drivers/staging/fsl-mc/bus/mc-sys.c               |    6 +-
 drivers/staging/lustre/lustre/Kconfig             |    2 +-
 drivers/staging/lustre/lustre/mgc/mgc_request.c   |    2 +-
 drivers/staging/most/hdm-dim2/dim2_hdm.c          |    2 +-
 drivers/staging/rtl8712/TODO                      |   12 +-
 drivers/staging/rtl8723au/TODO                    |    3 +
 drivers/staging/ste_rmi4/Kconfig                  |    9 -
 drivers/staging/ste_rmi4/Makefile                 |    4 -
 drivers/staging/ste_rmi4/TODO                     |    7 -
 drivers/staging/ste_rmi4/synaptics_i2c_rmi4.c     | 1137 ---------------------
 drivers/staging/ste_rmi4/synaptics_i2c_rmi4.h     |   46 -
 drivers/staging/wilc1000/coreconfigurator.c       |    8 +-
 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c |    7 +
 18 files changed, 38 insertions(+), 1230 deletions(-)
 delete mode 100644 drivers/staging/ste_rmi4/Kconfig
 delete mode 100644 drivers/staging/ste_rmi4/Makefile
 delete mode 100644 drivers/staging/ste_rmi4/TODO
 delete mode 100644 drivers/staging/ste_rmi4/synaptics_i2c_rmi4.c
 delete mode 100644 drivers/staging/ste_rmi4/synaptics_i2c_rmi4.h
Powered by blists - more mailing lists