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.36-rc2
Date: Thu, 26 Aug 2010 00:27:32 -0700 [thread overview]
Message-ID: <20100826072731.GC7788@core.coreip.homeip.net> (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 updates for the input subsystem. The changes consist of
couple bug/regression fixes and also 3 patches dropping 'tty' argument
from SysRq handlers. While the last 3 are not bug fixes I mentioned that
I would be sending them in my -rc0 pull request and so I hope they could
still make it in (I did not send them with rc0 pull request because there
were conflicts and I waited for -rc1 to merge and resolve).
Thanks,
Changelog:
---------
Axel Lin (1):
Input: pxa27x_keypad - remove input_free_device() in pxa27x_keypad_remove()
Christoph Fritz (1):
Input: mousedev - fix regression of inverting axes
Dmitry Torokhov (4):
Input: sysrq - drop tty argument from sysrq ops handlers
Input: sysrq - drop tty argument form handle_sysrq()
USB: drop tty argument from usb_serial_handle_sysrq_char()
Input: hil_kbd - fix compile error
Kay Sievers (1):
Input: uinput - add devname alias to allow module on-demand load
Diffstat:
--------
arch/arm/kernel/etm.c | 2 +-
arch/ia64/hp/sim/simserial.c | 2 +-
arch/powerpc/xmon/xmon.c | 5 +--
arch/sparc/kernel/process_64.c | 2 +-
arch/um/drivers/mconsole_kern.c | 2 +-
drivers/char/hangcheck-timer.c | 2 +-
drivers/char/hvc_console.c | 2 +-
drivers/char/hvsi.c | 2 +-
drivers/char/sysrq.c | 53 +++++++++++++++----------------
drivers/gpu/drm/drm_fb_helper.c | 2 +-
drivers/input/keyboard/hil_kbd.c | 12 +++---
drivers/input/keyboard/pxa27x_keypad.c | 2 -
drivers/input/misc/uinput.c | 2 +
drivers/input/mousedev.c | 8 ++--
drivers/net/ibm_newemac/debug.c | 2 +-
drivers/s390/char/ctrlchar.c | 4 +--
drivers/s390/char/keyboard.c | 2 +-
drivers/serial/sn_console.c | 2 +-
drivers/usb/serial/ftdi_sio.c | 2 +-
drivers/usb/serial/generic.c | 10 ++---
drivers/usb/serial/pl2303.c | 2 +-
drivers/usb/serial/ssu100.c | 2 +-
drivers/xen/manage.c | 2 +-
include/linux/miscdevice.h | 1 +
include/linux/serial_core.h | 2 +-
include/linux/sysrq.h | 16 +++++----
include/linux/uinput.h | 1 -
include/linux/usb/serial.h | 3 +-
kernel/debug/debug_core.c | 2 +-
kernel/debug/kdb/kdb_main.c | 2 +-
kernel/power/poweroff.c | 2 +-
31 files changed, 75 insertions(+), 80 deletions(-)
--
Dmitry
reply other threads:[~2010-08-26 7:27 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=20100826072731.GC7788@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 \
/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).