linux-input.vger.kernel.org archive mirror
 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.27-rc0 (round 2)
Date: Mon, 28 Jul 2008 12:59:26 -0400	[thread overview]
Message-ID: <20080728165926.GA21561@anvil.corenet.prv> (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.

Changelog:
---------

Dan Liang (1):
      Input: add driver for Atmel integrated touchscreen controller

Dmitry Torokhov (1):
      Input: serio - mark serio_register_driver() __must_check

Hans-Christian Egtvedt (1):
      Input: ads7846 - optimize order of calculating Rt in ads7846_rx()

Harvey Harrison (1):
      Input: ads7846 - fix sparse endian warnings

Huang Weiyi (1):
      Input: uinput - remove duplicate include

Shaohua Li (1):
      Input: serio - offload resume to kseriod


Diffstat:
--------

 drivers/input/misc/uinput.c              |    1 -
 drivers/input/serio/serio.c              |   55 ++++--
 drivers/input/touchscreen/Kconfig        |   12 +
 drivers/input/touchscreen/Makefile       |    1 +
 drivers/input/touchscreen/ads7846.c      |   16 +-
 drivers/input/touchscreen/atmel_tsadcc.c |  332 ++++++++++++++++++++++++++++++
 include/linux/serio.h                    |    3 +-
 7 files changed, 390 insertions(+), 30 deletions(-)
 create mode 100644 drivers/input/touchscreen/atmel_tsadcc.c

-- 
Dmitry

             reply	other threads:[~2008-07-28 16:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-28 16:59 Dmitry Torokhov [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-08-15  2:28 [git pull] Input updates for 2.6.27-rc0 (round 2) Dmitry Torokhov
2008-08-15  2:30 ` 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=20080728165926.GA21561@anvil.corenet.prv \
    --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).