From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754031AbcICOuS (ORCPT ); Sat, 3 Sep 2016 10:50:18 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:48350 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753600AbcICOuO (ORCPT ); Sat, 3 Sep 2016 10:50:14 -0400 Date: Sat, 3 Sep 2016 16:50:20 +0200 From: Greg KH To: Linus Torvalds , Andrew Morton , Arnd Bergmann Cc: linux-kernel@vger.kernel.org Subject: [GIT PULL] Char/Misc driver fixes for 4.8-rc5 Message-ID: <20160903145020.GA10905@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.7.0 (2016-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 ---------------------------------------------------------------- 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