From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, linux-input@vger.kernel.org
Subject: [git pull] Input updates for 3.20-rc0 (part 2)
Date: Fri, 20 Feb 2015 12:18:29 -0800 [thread overview]
Message-ID: <20150220201829.GC22546@dtor-glaptop> (raw)
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-input" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
reply other threads:[~2015-02-20 20:18 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150220201829.GC22546@dtor-glaptop \
--to=dmitry.torokhov@gmail.com \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).