All of 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 3.1-rc3
Date: Tue, 23 Aug 2011 23:52:51 -0700	[thread overview]
Message-ID: <20110824065251.GB15604@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.

Changelog:
---------

Andrew Drake (1):
      Input: bcm5974 - Add support for newer MacBookPro8,2

Axel Lin (5):
      Input: mma8450 - fix module device table type
      Input: mpu3050 - correct call to input_free_device
      Input: tegra-kbc - correct call to input_free_device
      Input: tnetv107x-ts - add missing include of linux/module.h
      Input: ep93xx_keypad - add missing include of linux/module.h

Deepak Saxena (1):
      Input: remove CLOCK_TICK_RATE from analog joystick driver

Dmitry Torokhov (1):
      Input: ad714x - use DMA-safe buffers for spi_write()

Gerard Braad (1):
      Input: wacom - add support for the Wacom Bamboo Pen (CTL-660/K)

Jiejing Zhang (1):
      Input: max11801_ts - correct license statement

Joshua V. Dillon (1):
      Input: bcm5974 - add support for touchpads found in MacBookAir4,2

Michael Hennerich (3):
      Input: ad714xx-spi - force SPI bus into the default 8-bit mode
      Input: ad714x - fix endianness issues
      Input: ad714x - read the interrupt status registers in a row

Ping Cheng (2):
      Input: wacom - add WAC_MSG_RETRIES define
      Input: wacom - report id 3 returns 4 bytes of data

Yufeng Shen (1):
      Input: atmel_mxt_ts - report pressure information from the driver


Diffstat:
--------

 drivers/input/joystick/analog.c          |    2 +-
 drivers/input/keyboard/ep93xx_keypad.c   |    1 +
 drivers/input/keyboard/tegra-kbc.c       |    2 +-
 drivers/input/misc/ad714x-i2c.c          |   81 ++++++++++-----------
 drivers/input/misc/ad714x-spi.c          |   68 ++++++++++++++----
 drivers/input/misc/ad714x.c              |  116 +++++++++++------------------
 drivers/input/misc/ad714x.h              |   35 ++++++++-
 drivers/input/misc/mma8450.c             |    2 +-
 drivers/input/misc/mpu3050.c             |    2 +-
 drivers/input/mouse/bcm5974.c            |   40 ++++++++++
 drivers/input/tablet/wacom_sys.c         |   17 +++--
 drivers/input/tablet/wacom_wac.c         |    4 +
 drivers/input/touchscreen/atmel_mxt_ts.c |   12 +++
 drivers/input/touchscreen/max11801_ts.c  |    3 +-
 drivers/input/touchscreen/tnetv107x-ts.c |    1 +
 15 files changed, 241 insertions(+), 145 deletions(-)

-- 
Dmitry


                 reply	other threads:[~2011-08-24  6:52 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=20110824065251.GB15604@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.