Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1609316 > unrolled thread

[GIT PULL] Char/Misc driver fixes for 4.11-rc4

Started byGreg KH <gregkh@linuxfoundation.org>
First post2017-03-26 13:10 +0200
Last post2017-03-26 13:10 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [GIT PULL] Char/Misc driver fixes for 4.11-rc4 Greg KH <gregkh@linuxfoundation.org> - 2017-03-26 13:10 +0200

#1609316 — [GIT PULL] Char/Misc driver fixes for 4.11-rc4

FromGreg KH <gregkh@linuxfoundation.org>
Date2017-03-26 13:10 +0200
Subject[GIT PULL] Char/Misc driver fixes for 4.11-rc4
Message-ID<tpedA-7pp-11@gated-at.bofh.it>
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(-)

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web