lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Wed, 18 May 2016 11:35:42 -0700
From:	Dmitry Torokhov <dmitry.torokhov@...il.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-kernel@...r.kernel.org, linux-input@...r.kernel.org
Subject: [git pull] Input updates for 4.7-rc0

Hi Linus,

Please pull from:

	git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git for-linus

to receive first round of updates for the input subsystem. No new
drivers here, just some driver fixes.

Changelog:
---------

Andreas Färber (1):
      Input: gpio-keys - clean up device tree binding example

Clifton Barnes (1):
      Input: rotary-encoder - fix bare use of 'unsigned'

Dmitry Torokhov (4):
      Input: omap-keypad - remove adjusting of scan delay
      Input: omap-keypad - drop empty PM stubs
      Input: omap-keypad - remove set_col_gpio_val() and get_row_gpio_val()
      Input: ti_am335x_tsc - use SIMPLE_DEV_PM_OPS

Florian Euchner (1):
      Input: cm109 - fix handling of volume and mute buttons

Geert Uytterhoeven (1):
      Input: bcm_iproc_tsc - DT spelling s/clock-name/clock-names/

H. Nikolaus Schaller (1):
      Input: twl6040-vibra - remove mutex

Ming Lei (1):
      Input: cm109 - spin_lock in complete() cleanup

Oliver Neukum (4):
      Input: acecad - stop saving struct usb_device
      Input: aiptek - stop saving struct usb_device
      Input: gtco - stop saving struct usb_device
      Input: kbtab - stop saving struct usb_device

Raveendra Padasalagi (1):
      Input: bcm_iproc_tsc - use syscon to access shared registers

Rui Teng (1):
      Input: twl4030 - fix unsafe macro definition

Vladimir Zapolskiy (1):
      Input: byd - don't wipe dynamically allocated memory twice


Diffstat:
--------

 .../devicetree/bindings/input/gpio-keys.txt        | 10 +--
 .../input/touchscreen/brcm,iproc-touchscreen.txt   | 23 +++++--
 arch/arm/boot/dts/bcm-cygnus.dtsi                  | 11 +++-
 drivers/input/keyboard/omap-keypad.c               | 52 +--------------
 drivers/input/keyboard/twl4030_keypad.c            | 28 ++++----
 drivers/input/misc/cm109.c                         | 47 +++++++++----
 drivers/input/misc/rotary_encoder.c                |  8 +--
 drivers/input/misc/twl6040-vibra.c                 | 15 +----
 drivers/input/mouse/byd.c                          |  1 -
 drivers/input/tablet/acecad.c                      | 12 ++--
 drivers/input/tablet/aiptek.c                      | 20 +++---
 drivers/input/tablet/gtco.c                        | 24 +++----
 drivers/input/tablet/kbtab.c                       |  8 +--
 drivers/input/touchscreen/bcm_iproc_tsc.c          | 77 ++++++++++++----------
 drivers/input/touchscreen/ti_am335x_tsc.c          | 16 ++---
 15 files changed, 170 insertions(+), 182 deletions(-)

-- 
Dmitry

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ