All of lore.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.13-rc2
Date: Sat, 22 Jul 2017 11:51:38 +0200	[thread overview]
Message-ID: <20170722095138.GA5498@kroah.com> (raw)

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@linuxfoundation.org>

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

                 reply	other threads:[~2017-07-22  9:51 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=20170722095138.GA5498@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.