[git pull] Input updates for 3.20-rc0 (part 2)

From: Dmitry Torokhov
Date: Fri Feb 20 2015 - 15:18:38 EST


Hi Linus,

Please pull from:

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

to receive second round of updates for the input subsystem. You will get updates to
ALPS an bfin_roraty drivers and a couple oother fixups.

Changelog:
---------

Bastien Nocera (1):
Input: soc_button_array - use "Windows" key for "Home"

Dan Carpenter (1):
Input: pxa27x_keypad - remove an unneeded NULL check

Dmitry Torokhov (10):
Input: ALPS - renumber protocol numbers
Input: ALPS - make Rushmore a separate protocol
Input: ALPS - split protocol data from model info
Input: ALPS - consolidate setting protocol parameters
Input: ALPS - fix trackstick detection on some Dell Latitudes
Input: ALPS - fix confusing comment in protocol data
Input: bfin_rotary - fix potential oops in interrupt handler
Input: bfin_rotary - mark suspend and resume code as __maybe_unused
Input: bfin_rotary - introduce open and close methods
Input: psmouse - use IS_ENABLED instead of homegrown code

Markus Elfring (1):
Input: adi - remove an unnecessary check

Pali Rohár (2):
Input: ALPS - do not mix trackstick and external PS/2 mouse data
Input: ALPS - move v7 packet info to Documentation and v6 packet info

Sonic Zhang (4):
Input: bfin_rotary - move platform header to linux/platform_data
Input: bfin_rotary - move pin lists into into platform data
Input: bfin_rotary - use generic IO functions
Input: bfin_rotary - convert to use managed resources


Diffstat:
--------

Documentation/input/alps.txt | 68 ++-
arch/blackfin/mach-bf527/boards/ad7160eval.c | 15 +-
arch/blackfin/mach-bf527/boards/ezkit.c | 15 +-
arch/blackfin/mach-bf548/boards/ezkit.c | 7 +-
arch/blackfin/mach-bf609/boards/ezkit.c | 7 +-
drivers/input/joystick/adi.c | 3 +-
drivers/input/keyboard/pxa27x_keypad.c | 4 +-
drivers/input/misc/bfin_rotary.c | 208 +++++----
drivers/input/misc/soc_button_array.c | 2 +-
drivers/input/mouse/alps.c | 516 ++++++++++++---------
drivers/input/mouse/alps.h | 65 ++-
drivers/input/mouse/cypress_ps2.c | 5 -
drivers/input/mouse/cypress_ps2.h | 5 -
drivers/input/mouse/focaltech.c | 10 -
drivers/input/mouse/focaltech.h | 1 -
drivers/input/mouse/psmouse-base.c | 6 +-
drivers/input/mouse/synaptics.c | 10 -
drivers/input/mouse/synaptics.h | 1 -
.../linux/platform_data}/bfin_rotary.h | 1 +
19 files changed, 577 insertions(+), 372 deletions(-)
rename {arch/blackfin/include/asm => include/linux/platform_data}/bfin_rotary.h (99%)


--
Dmitry

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/