[GIT PULL] char/misc driver fixes for 4.7-rc4

From: Greg KH
Date: Sat Jun 18 2016 - 11:52:16 EST


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 <gregkh@xxxxxxxxxxxxxxxxxxx>

----------------------------------------------------------------
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(-)