Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git for-linus to receive updates for the input subsystem. You will get: - a new product ID was added to xpad joystick driver - fixes to resistive-adc-touch and snvs_pwrkey drivers - a change to touchscreen helpers to make clang happier Changelog: --------- Michael Cullen (1): Input: xpad - add support for another USB ID of Nacon GC-100 Nathan Chancellor (1): Input: touchscreen - avoid bitwise vs logical OR warning Oleksij Rempel (1): Input: resistive-adc-touch - fix division by zero error on z1 == 0 Uwe Kleine-König (1): Input: snvs_pwrkey - add clk handling Diffstat: -------- drivers/input/joystick/xpad.c | 2 ++ drivers/input/keyboard/snvs_pwrkey.c | 29 +++++++++++++++++ drivers/input/touchscreen.c | 42 ++++++++++++------------- drivers/input/touchscreen/resistive-adc-touch.c | 29 +++++++++-------- 4 files changed, 68 insertions(+), 34 deletions(-) Thanks. -- Dmitry