[GIT PULL] Char/Misc driver fixes for 4.13-rc2

From: Greg KH
Date: Sat Jul 22 2017 - 05:51:59 EST


The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:

Linux v4.13-rc1 (2017-07-15 15:22:10 -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.13-rc1

for you to fetch changes up to c89876dda01841a6a485cb29b9d1843db34958a3:

w1: omap-hdq: fix error return code in omap_hdq_probe() (2017-07-17 16:48:15 +0200)

----------------------------------------------------------------
Char/Misc driver fixes for 4.13-rc2

Here are some small char and misc driver fixes for 4.13-rc2. All fix
reported problems with 4.13-rc1 or older kernels (like the binder
fixes). Full details in the shortlog.

All have been in linux-next with no reported issues.

Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

----------------------------------------------------------------
Alex A. Mihaylov (2):
w1: Fix slave count on 1-Wire bus (resend)
regmap: regmap-w1: Fix build troubles

Arnd Bergmann (1):
drivers/fsi: fix fsi_slave_mode prototype

Bjorn Andersson (1):
spmi: Include OF based modalias in device uevent

Frank Wang (1):
nvmem: rockchip-efuse: amend compatible rk322x-efuse to rk3228-efuse

Gustavo A. R. Silva (1):
w1: omap-hdq: fix error return code in omap_hdq_probe()

Joel Stanley (1):
fsi: core: register with postcore_initcall

Kuppuswamy Sathyanarayanan (1):
mux: mux-core: unregister mux_class in mux_exit()

Mika Westerberg (1):
thunderbolt: Correct access permissions for active NVM contents

Peter Rosin (1):
mux: remove the Kconfig question for the subsystem

Riley Andrews (1):
binder: Use wake up hint for synchronous transactions.

Stephen Boyd (2):
MAINTAINERS: Add entry for SPMI subsystem
spmi: pmic-arb: Always allocate ppid_to_apid table

Stephen Hemminger (1):
vmbus: re-enable channel tasklet

Todd Kjos (2):
Revert "android: binder: Sanity check at binder ioctl"
binder: use group leader instead of open thread

.../devicetree/bindings/nvmem/rockchip-efuse.txt | 2 +-
MAINTAINERS | 9 +++++++++
drivers/android/binder.c | 17 ++++++++---------
drivers/base/regmap/regmap-w1.c | 4 ++--
drivers/fsi/fsi-core.c | 7 +++----
drivers/hv/channel.c | 2 ++
drivers/mux/Kconfig | 19 +++++--------------
drivers/mux/mux-core.c | 2 +-
drivers/nvmem/rockchip-efuse.c | 2 +-
drivers/spmi/spmi-pmic-arb.c | 17 +++++++----------
drivers/spmi/spmi.c | 12 ++++++++++++
drivers/thunderbolt/switch.c | 3 ++-
drivers/w1/masters/omap_hdq.c | 3 ++-
drivers/w1/w1.c | 4 ++--
14 files changed, 57 insertions(+), 46 deletions(-)