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.11-rc4
Date: Sun, 26 Mar 2017 13:05:22 +0200	[thread overview]
Message-ID: <20170326110522.GA9354@kroah.com> (raw)

The following changes since commit 4495c08e84729385774601b5146d51d9e5849f81:

  Linux 4.11-rc2 (2017-03-12 14:47:08 -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.11-rc4

for you to fetch changes up to 5c1724c42dc1d60addaa67106a4f25c2a9a140de:

  Merge tag 'extcon-fixes-for-4.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon into char-misc-linus (2017-03-22 12:03:17 +0100)

----------------------------------------------------------------
Char/Misc driver fixes for 4.11-rc4

A smattering of different small fixes for some random driver subsystems.
Nothing all that major, just resolutions for reported issues and bugs.

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

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

----------------------------------------------------------------
Alexander Shishkin (3):
      intel_th: Don't leak module refcount on failure to activate
      intel_th: pci: Add Denverton SOC support
      intel_th: pci: Add Gemini Lake support

Alexander Usyskin (1):
      mei: don't wait for os version message reply

Andy Shevchenko (3):
      extcon: int3496: Propagate error code of gpiod_to_irq()
      extcon: int3496: Rename GPIO pins in accordance with binding
      extcon: int3496: Add GPIO ACPI mapping table

Christoph Hellwig (1):
      vmw_vmci: handle the return value from pci_alloc_irq_vectors correctly

Dexuan Cui (2):
      vmbus: remove hv_event_tasklet_disable/enable
      Drivers: hv: util: don't forget to init host_ts.lock

Dmitry Torokhov (1):
      auxdisplay: img-ascii-lcd: add missing sentinel entry in img_ascii_lcd_matches

Greg Kroah-Hartman (2):
      Merge tag 'stm-fixes-for-greg-20170315' of git://git.kernel.org/.../ash/stm into char-misc-linus
      Merge tag 'extcon-fixes-for-4.11-rc3' of git://git.kernel.org/.../chanwoo/extcon into char-misc-linus

Hans de Goede (2):
      extcon: int3496: Use gpiod_get instead of gpiod_get_index
      extcon: int3496: Set the id pin to direction-input if necessary

K. Y. Srinivasan (2):
      Drivers: hv: vmbus: Don't leak channel ids
      Drivers: hv: vmbus: Don't leak memory when a channel is rescinded

Peter Robinson (1):
      extcon: int3496: Add dependency on X86 as it's Intel specific

Stephen Hemminger (1):
      vmbus: use rcu for per-cpu channel list

Sudip Mukherjee (2):
      parport: fix attempt to write duplicate procfiles
      ppdev: fix registering same device name

Tomas Winkler (1):
      mei: fix deadlock on mei reset

Vitaly Kuznetsov (1):
      Drivers: hv: util: move waiting for release to hv_utils_transport itself

 Documentation/extcon/intel-int3496.txt |  5 +++++
 drivers/auxdisplay/img-ascii-lcd.c     |  1 +
 drivers/char/ppdev.c                   | 11 ++++++++--
 drivers/extcon/Kconfig                 |  2 +-
 drivers/extcon/extcon-intel-int3496.c  | 39 ++++++++++++++++++++++++----------
 drivers/hv/channel.c                   | 25 +++++++++++-----------
 drivers/hv/channel_mgmt.c              | 27 +++++------------------
 drivers/hv/hv_fcopy.c                  |  4 ----
 drivers/hv/hv_kvp.c                    |  4 ----
 drivers/hv/hv_snapshot.c               |  4 ----
 drivers/hv/hv_util.c                   |  2 ++
 drivers/hv/hv_utils_transport.c        | 12 +++++++----
 drivers/hv/hv_utils_transport.h        |  1 +
 drivers/hv/vmbus_drv.c                 |  6 +++++-
 drivers/hwtracing/intel_th/core.c      |  4 +++-
 drivers/hwtracing/intel_th/pci.c       | 10 +++++++++
 drivers/misc/mei/bus-fixup.c           | 14 ++----------
 drivers/misc/mei/init.c                |  8 +++++--
 drivers/misc/vmw_vmci/vmci_guest.c     |  4 ++--
 drivers/parport/share.c                |  6 ++++--
 include/linux/hyperv.h                 | 10 ++++++---
 21 files changed, 111 insertions(+), 88 deletions(-)

                 reply	other threads:[~2017-03-26 11:05 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=20170326110522.GA9354@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.