public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	Andrew Morton <akpm@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, devel@linuxdriverproject.org
Subject: [GIT PULL] Staging driver fixes for 4.6-rc1
Date: Thu, 24 Mar 2016 12:11:31 -0400	[thread overview]
Message-ID: <20160324161131.GA5183@kroah.com> (raw)

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@linuxfoundation.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

                 reply	other threads:[~2016-03-24 16:11 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160324161131.GA5183@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=devel@linuxdriverproject.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox