Merge tag 'char-misc-4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Pull char/misc driver fixes from Greg KH: "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" * tag 'char-misc-4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc: (21 commits) extcon: int3496: Set the id pin to direction-input if necessary extcon: int3496: Use gpiod_get instead of gpiod_get_index extcon: int3496: Add dependency on X86 as it's Intel specific extcon: int3496: Add GPIO ACPI mapping table extcon: int3496: Rename GPIO pins in accordance with binding vmw_vmci: handle the return value from pci_alloc_irq_vectors correctly ppdev: fix registering same device name parport: fix attempt to write duplicate procfiles auxdisplay: img-ascii-lcd: add missing sentinel entry in img_ascii_lcd_matches Drivers: hv: vmbus: Don't leak memory when a channel is rescinded Drivers: hv: vmbus: Don't leak channel ids Drivers: hv: util: don't forget to init host_ts.lock Drivers: hv: util: move waiting for release to hv_utils_transport itself vmbus: remove hv_event_tasklet_disable/enable vmbus: use rcu for per-cpu channel list mei: don't wait for os version message reply mei: fix deadlock on mei reset intel_th: pci: Add Gemini Lake support intel_th: pci: Add Denverton SOC support intel_th: Don't leak module refcount on failure to activate ...
Showing
- Documentation/extcon/intel-int3496.txt 5 additions, 0 deletionsDocumentation/extcon/intel-int3496.txt
- drivers/auxdisplay/img-ascii-lcd.c 1 addition, 0 deletionsdrivers/auxdisplay/img-ascii-lcd.c
- drivers/char/ppdev.c 9 additions, 2 deletionsdrivers/char/ppdev.c
- drivers/extcon/Kconfig 1 addition, 1 deletiondrivers/extcon/Kconfig
- drivers/extcon/extcon-intel-int3496.c 28 additions, 11 deletionsdrivers/extcon/extcon-intel-int3496.c
- drivers/hv/channel.c 12 additions, 13 deletionsdrivers/hv/channel.c
- drivers/hv/channel_mgmt.c 5 additions, 22 deletionsdrivers/hv/channel_mgmt.c
- drivers/hv/hv_fcopy.c 0 additions, 4 deletionsdrivers/hv/hv_fcopy.c
- drivers/hv/hv_kvp.c 0 additions, 4 deletionsdrivers/hv/hv_kvp.c
- drivers/hv/hv_snapshot.c 0 additions, 4 deletionsdrivers/hv/hv_snapshot.c
- drivers/hv/hv_util.c 2 additions, 0 deletionsdrivers/hv/hv_util.c
- drivers/hv/hv_utils_transport.c 8 additions, 4 deletionsdrivers/hv/hv_utils_transport.c
- drivers/hv/hv_utils_transport.h 1 addition, 0 deletionsdrivers/hv/hv_utils_transport.h
- drivers/hv/vmbus_drv.c 5 additions, 1 deletiondrivers/hv/vmbus_drv.c
- drivers/hwtracing/intel_th/core.c 3 additions, 1 deletiondrivers/hwtracing/intel_th/core.c
- drivers/hwtracing/intel_th/pci.c 10 additions, 0 deletionsdrivers/hwtracing/intel_th/pci.c
- drivers/misc/mei/bus-fixup.c 2 additions, 12 deletionsdrivers/misc/mei/bus-fixup.c
- drivers/misc/mei/init.c 6 additions, 2 deletionsdrivers/misc/mei/init.c
- drivers/misc/vmw_vmci/vmci_guest.c 2 additions, 2 deletionsdrivers/misc/vmw_vmci/vmci_guest.c
- drivers/parport/share.c 4 additions, 2 deletionsdrivers/parport/share.c
Loading
Please register or sign in to comment