LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>,
linux-kernel@vger.kernel.org, linux-input@vger.kernel.org
Subject: [git pull] Input updates for 2.6.38-rc2
Date: Tue, 25 Jan 2011 20:57:06 -0800 [thread overview]
Message-ID: <20110126045706.GB23085@core.coreip.homeip.net> (raw)
In-Reply-To: <20110107065448.GC29038@core.coreip.homeip.net>
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 updates for the input subsystem.
Mostly small fixups to the drivers, but also a new keyboard driver.
Since it is for previously unsupported hardware; arch-specific and we
are pretty early in the release cycle I hope it is still OK to get it
in.
Thanks!
Changelog:
---------
Andy Whitcroft (1):
Input: sysrq - ensure sysrq_enabled and __sysrq_enabled are consistent
David Engraf (1):
Input: serio - allow registered drivers to get status flag
Davidlohr Bueso (1):
Input: ct82710c - return proper error code for ct82c710_open
Dmitry Torokhov (1):
Input: sparse-keymap - fix KEY_VSW handling in sparse_keymap_setup
Jamie Iles (2):
Input: tnetv107x-keypad - don't treat NULL clk as an error
Input: tnetv107x-ts - don't treat NULL clk as an error
Naveen Kumar Gaddipati (2):
Input: bu21013_ts - remove duplicate resolution parameters
Input: bu21013_ts - added regulator support
Philippe Langlais (1):
Input: gpio_keys - switch to using request_any_context_irq
Ping Cheng (2):
Input: wacom - add 2 Bamboo Pen and touch models
Input: wacom - pass touch resolution to clients through input_absinfo
Rakesh Iyer (1):
Input: tegra-kbc - add tegra keyboard driver
Diffstat:
--------
arch/arm/mach-tegra/include/mach/kbc.h | 61 +++
drivers/input/keyboard/Kconfig | 10 +
drivers/input/keyboard/Makefile | 1 +
drivers/input/keyboard/gpio_keys.c | 6 +-
drivers/input/keyboard/tegra-kbc.c | 727 +++++++++++++++++++++++++++++
drivers/input/keyboard/tnetv107x-keypad.c | 5 +-
drivers/input/serio/ct82c710.c | 8 +-
drivers/input/serio/serport.c | 24 +-
drivers/input/sparse-keymap.c | 1 +
drivers/input/tablet/wacom_wac.c | 27 +-
drivers/input/touchscreen/bu21013_ts.c | 39 ++-
drivers/input/touchscreen/tnetv107x-ts.c | 5 +-
drivers/tty/sysrq.c | 2 +-
include/linux/input/bu21013.h | 4 -
include/linux/sysrq.h | 3 +
kernel/sysctl.c | 3 +-
16 files changed, 901 insertions(+), 25 deletions(-)
create mode 100644 arch/arm/mach-tegra/include/mach/kbc.h
create mode 100644 drivers/input/keyboard/tegra-kbc.c
--
Dmitry
next prev parent reply other threads:[~2011-01-26 4:57 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-07 6:54 [git pull] Input updates for 2.6.37-rc0 Dmitry Torokhov
2011-01-07 6:56 ` [git pull] Input updates for 2.6.38-rc0 Dmitry Torokhov
2011-01-12 6:09 ` [git pull] Input updates for 2.6.38-rc0 (round 2) Dmitry Torokhov
2011-01-26 4:57 ` Dmitry Torokhov [this message]
2011-01-29 7:23 ` [git pull] Input updates for 2.6.38-rc2 Dmitry Torokhov
2011-02-15 16:41 ` [git pull] Input updates for 2.6.38-rc4 Dmitry Torokhov
2011-02-23 16:59 ` [git pull] Input updates for 2.6.38-rc6 Dmitry Torokhov
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=20110126045706.GB23085@core.coreip.homeip.net \
--to=dmitry.torokhov@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
--subject='Re: [git pull] Input updates for 2.6.38-rc2' \
/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
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).