From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751763AbcFRPwO (ORCPT ); Sat, 18 Jun 2016 11:52:14 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:40927 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751695AbcFRPwN (ORCPT ); Sat, 18 Jun 2016 11:52:13 -0400 Date: Sat, 18 Jun 2016 08:52:12 -0700 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.7-rc4 Message-ID: <20160618155212.GA23609@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.6.1 (2016-04-27) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit af8c34ce6ae32addda3788d54a7e340cad22516b: Linux 4.7-rc2 (2016-06-05 14:31:26 -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.7-rc4 for you to fetch changes up to 5014e904681ddbdf663bb20f134eb053ddccb181: coresight: Handle build path error (2016-06-16 00:13:06 -0700) ---------------------------------------------------------------- char/misc driver fixes for 4.7-rc4 Here are a small number of char and misc driver fixes for 4.7-rc4. They resolve some minor issues that have been reported, and have all been in linux-next. Signed-off-by: Greg Kroah-Hartman ---------------------------------------------------------------- Alexander Usyskin (1): mei: don't use wake_up_interruptible for wr_ctrl Greg Kroah-Hartman (1): Merge tag 'extcon-fixes-for-4.7-rc4' of git://git.kernel.org/.../chanwoo/extcon into char-misc-linus Johannes Thumshirn (2): mcb: Acquire reference to device in probe mcb: Acquire reference to carrier module in core Roger Quadros (1): extcon: palmas: Fix boot up state of VBUS when using GPIO detection Suzuki K Poulose (4): coresight: Fix NULL pointer dereference in _coresight_build_path coresight: Fix tmc_read_unprepare_etr coresight: Fix erroneous memset in tmc_read_unprepare_etr coresight: Handle build path error drivers/extcon/extcon-palmas.c | 2 ++ drivers/hwtracing/coresight/coresight-tmc-etr.c | 11 ++++------- drivers/hwtracing/coresight/coresight.c | 15 +++++++++------ drivers/mcb/mcb-core.c | 17 ++++++++++++++++- drivers/misc/mei/client.c | 2 +- 5 files changed, 32 insertions(+), 15 deletions(-)