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>,
	Arnd Bergmann <arnd@arndb.de>
Cc: linux-kernel@vger.kernel.org
Subject: [GIT PULL] Char/Misc driver fixes for 4.8-rc5
Date: Sat, 3 Sep 2016 16:50:20 +0200	[thread overview]
Message-ID: <20160903145020.GA10905@kroah.com> (raw)

The following changes since commit 694d0d0bb2030d2e36df73e2d23d5770511dbc8d:

  Linux 4.8-rc2 (2016-08-14 19:11:36 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git/ tags/char-misc-4.8-rc5

for you to fetch changes up to ccdf3b888d87df1b914fedde91ed1848f0651c65:

  thunderbolt: Don't declare Falcon Ridge unsupported (2016-08-31 13:25:02 +0200)

----------------------------------------------------------------
Char/Misc driver fixes for 4.8-rc5

Here are a number of small driver fixes for 4.8-rc5.

The largest thing here is deleting an obsolete driver,
drivers/misc/bh1780gli.c, as the functionality of it was replaced by an
iio driver a while ago.  The other fixes are things that have been
reported, or reverts of broken stuff (the binder change).  All of these
changes have been in linux-next for a while with no reported issues.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

----------------------------------------------------------------
Andreas Noever (1):
      thunderbolt: Fix resume quirk for Falcon Ridge 4C.

Greg Kroah-Hartman (1):
      Revert "android: binder: fix dangling pointer comparison"

Jann Horn (1):
      android: binder: fix dangling pointer comparison

Linus Walleij (1):
      misc: delete bh1780 driver

Lukas Wunner (1):
      thunderbolt: Don't declare Falcon Ridge unsupported

Michael Ellerman (1):
      lkdtm: Mark lkdtm_rodata_do_nothing() notrace

Tomas Winkler (1):
      mei: me: disable driver on SPT SPS firmware

Valentin Rothberg (1):
      drivers/iio/light/Kconfig: SENSORS_BH1780 cleanup

Xavier Gnata (1):
      thunderbolt: Add support for INTEL_FALCON_RIDGE_2C controller.

 drivers/iio/light/Kconfig    |   1 -
 drivers/misc/Kconfig         |  10 --
 drivers/misc/Makefile        |   1 -
 drivers/misc/bh1780gli.c     | 259 -------------------------------------------
 drivers/misc/lkdtm_rodata.c  |   2 +-
 drivers/misc/mei/hw-me.c     |  10 +-
 drivers/misc/mei/pci-me.c    |   4 +-
 drivers/pci/quirks.c         |   7 +-
 drivers/thunderbolt/nhi.c    |   6 +
 drivers/thunderbolt/switch.c |   4 +-
 10 files changed, 25 insertions(+), 279 deletions(-)
 delete mode 100644 drivers/misc/bh1780gli.c

                 reply	other threads:[~2016-09-03 14:50 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=20160903145020.GA10905@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=arnd@arndb.de \
    --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