linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [git pull] Input updates for 2.6.32-rc0
@ 2009-09-14  4:24 Dmitry Torokhov
  0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2009-09-14  4:24 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Andrew Morton, linux-kernel, linux-input

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:
---------

Corbin Simpson (1):
      Input: xpad - add USB ID for the drumkit controller from Rock Band

Daniel Mack (1):
      Input: eeti_ts - allow active high irq lines

David Brownell (2):
      Input: dm355evm_keys - use threaded IRQs
      Input: add twl4030_keypad driver

Dmitry Torokhov (26):
      Input: sh_keysc - allow modifying keymap from userspace
      Input: pxa27x_keypad - remove extra clk_disable
      Driver Core: Make PM operations a const pointer
      Input: i8042 - switch to using dev_pm_ops
      Input: serio - switch to using dev_pm_ops
      Input: pxa27x_keypad - switch to using dev_pm_ops
      Input: tsc2007 - properly shut off interrupts/delayed work
      Input: tsc2007 - make get_pendown_state platform callback optional
      Input: serio - don't use serio->write() directly
      Input: wistron_btns - switch to using dev_pm_ops
      Input: hil_kbd - switch to use completion instead of semaphore
      Input: hil_kbd - prepare for merging with hil_ptr
      Input: combine hil_kbd and hil_ptr drivers
      Input: w90p910_keypad - adjust to use definitions from matrix_keypad.h
      Input: psmouse - allow defining read-only attributes
      Input: matrix-keypad - add function to build device keymap
      Input: atkbd - allow setting force-release bitmap via sysfs
      Input: wacom_w8001 - simplify querying logic
      Input: i8042 - bypass AUX IRQ delivery test on laptops
      Input: sunkbd - fix formatting
      Input: pxa27x_keypad - allow modifying keymap from userspace
      Input: i8042 - try disabling and re-enabling AUX port at close
      Input: i8042 - use boolean type where it makes sense
      Input: i8042 - use platform_driver_probe
      Input: psmouse - use boolean type
      Input: wistron_btns - add keymap for AOpen 1557

Florian Echtler (1):
      Input: usbtouchscreen - add support for e2i touchscreen controller

Hans J. Koch (1):
      Input: ucb1400_ts - fix a misleading function name

Henrik Rydberg (1):
      Input: bcm5974 - silence uninitialized variables warnings

Jim Persson (1):
      Input: usbtouchscreen - support for JASTEC/DigiTech DTR-02U USB touch controllers

Julia Lawall (2):
      Input: use resource_size when allocating resources
      Input: w90p910_keypad - move a dereference below a NULL test

Marek Vasut (2):
      Input: wm97xx - add Palm support to Mainstone accelerated touch
      Input: wm97xx - add possibility to control the GPIO_STATUS shift

Michael Hennerich (1):
      Input: add Blackfin rotary input driver

Mike Frysinger (1):
      Input: bf54x-keys - convert printk() to dev_*()

Mike Rapoport (1):
      Input: gpio_keys - swtich to dev_pm_ops

Paul Fox (1):
      Input: hgpk - forced recalibration for the OLPC touchpad

Richard Röjfors (4):
      Input: tsc2007 - remove HR timer
      Input: tsc2007 - make init/exit platform hw callbacks optional
      Input: tsc2007 - do not read coordinates during probe
      Input: tsc2007 - check if I2C communication works during probe

Roel Kluin (1):
      Input: tosakbd - fix cleaning up KEY_STROBEs after error

Stephen Kitt (1):
      Input: joydev - validate axis/button maps before clobbering current ones

Tai-hwa Liang (1):
      Input: add new driver for Sentelic Finger Sensing Pad

Wan ZongShun (3):
      Input: w90p910_ts - use clk API
      Input: add keypad driver for w90p910
      Input: w90p910_keypad - rename driver name to match platform


Diffstat:
--------

 Documentation/input/sentelic.txt                   |  475 +++++++++++
 arch/arm/mach-pxa/include/mach/pxa27x_keypad.h     |    7 +-
 .../arm/mach-w90x900/include/mach/w90p910_keypad.h |   15 +
 arch/blackfin/include/asm/bfin_rotary.h            |   39 +
 drivers/base/platform.c                            |    2 +-
 drivers/base/power/main.c                          |    8 +-
 drivers/input/joydev.c                             |  106 ++-
 drivers/input/joystick/xpad.c                      |    2 +
 drivers/input/keyboard/Kconfig                     |   26 +-
 drivers/input/keyboard/Makefile                    |    2 +
 drivers/input/keyboard/atkbd.c                     |   43 +-
 drivers/input/keyboard/bf54x-keys.c                |   26 +-
 drivers/input/keyboard/gpio_keys.c                 |   19 +-
 drivers/input/keyboard/hil_kbd.c                   |  607 +++++++++-----
 drivers/input/keyboard/lkkbd.c                     |   62 +-
 drivers/input/keyboard/matrix_keypad.c             |   15 +-
 drivers/input/keyboard/pxa27x_keypad.c             |  217 +++---
 drivers/input/keyboard/sh_keysc.c                  |   22 +-
 drivers/input/keyboard/sunkbd.c                    |  142 ++--
 drivers/input/keyboard/tosakbd.c                   |   18 +-
 drivers/input/keyboard/twl4030_keypad.c            |  480 +++++++++++
 drivers/input/keyboard/w90p910_keypad.c            |  281 +++++++
 drivers/input/misc/Kconfig                         |   10 +
 drivers/input/misc/Makefile                        |    1 +
 drivers/input/misc/bfin_rotary.c                   |  283 +++++++
 drivers/input/misc/cobalt_btns.c                   |    2 +-
 drivers/input/misc/dm355evm_keys.c                 |   42 +-
 drivers/input/misc/wistron_btns.c                  |   84 ++-
 drivers/input/mouse/Kconfig                        |   16 +-
 drivers/input/mouse/Makefile                       |    2 +-
 drivers/input/mouse/alps.c                         |   20 +-
 drivers/input/mouse/alps.h                         |    4 +-
 drivers/input/mouse/bcm5974.c                      |   31 +-
 drivers/input/mouse/elantech.c                     |    2 +-
 drivers/input/mouse/elantech.h                     |    4 +-
 drivers/input/mouse/hgpk.c                         |   61 ++-
 drivers/input/mouse/hgpk.h                         |    6 +-
 drivers/input/mouse/hil_ptr.c                      |  447 ----------
 drivers/input/mouse/lifebook.c                     |    8 +-
 drivers/input/mouse/lifebook.h                     |    4 +-
 drivers/input/mouse/logips2pp.c                    |   41 +-
 drivers/input/mouse/logips2pp.h                    |    4 +-
 drivers/input/mouse/psmouse-base.c                 |  113 ++-
 drivers/input/mouse/psmouse.h                      |   30 +-
 drivers/input/mouse/sentelic.c                     |  867 ++++++++++++++++++++
 drivers/input/mouse/sentelic.h                     |   98 +++
 drivers/input/mouse/synaptics.c                    |   34 +-
 drivers/input/mouse/synaptics.h                    |    2 +-
 drivers/input/mouse/touchkit_ps2.c                 |    4 +-
 drivers/input/mouse/touchkit_ps2.h                 |    4 +-
 drivers/input/mouse/trackpoint.c                   |    2 +-
 drivers/input/mouse/trackpoint.h                   |    4 +-
 drivers/input/mouse/vsxxxaa.c                      |    8 +-
 drivers/input/serio/at32psif.c                     |    2 +-
 drivers/input/serio/i8042-x86ia64io.h              |   71 ++-
 drivers/input/serio/i8042.c                        |  242 ++++---
 drivers/input/serio/libps2.c                       |   15 +-
 drivers/input/serio/serio.c                        |   23 +-
 drivers/input/touchscreen/Kconfig                  |   16 +-
 drivers/input/touchscreen/atmel_tsadcc.c           |    8 +-
 drivers/input/touchscreen/eeti_ts.c                |   22 +-
 drivers/input/touchscreen/h3600_ts_input.c         |    9 +-
 drivers/input/touchscreen/mainstone-wm97xx.c       |   53 +-
 drivers/input/touchscreen/tsc2007.c                |  264 +++---
 drivers/input/touchscreen/ucb1400_ts.c             |    5 +-
 drivers/input/touchscreen/usbtouchscreen.c         |   81 ++
 drivers/input/touchscreen/w90p910_ts.c             |   34 +-
 drivers/input/touchscreen/wacom_w8001.c            |  121 +--
 drivers/input/touchscreen/wm97xx-core.c            |    6 +-
 drivers/pci/pci-driver.c                           |   16 +-
 include/linux/device.h                             |    9 +-
 include/linux/i2c/twl4030.h                        |   19 +-
 include/linux/input/eeti_ts.h                      |    9 +
 include/linux/input/matrix_keypad.h                |   32 +
 include/linux/libps2.h                             |    1 +
 include/linux/serio.h                              |    2 -
 include/linux/wm97xx.h                             |    7 +
 77 files changed, 4347 insertions(+), 1572 deletions(-)
 create mode 100644 Documentation/input/sentelic.txt
 create mode 100644 arch/arm/mach-w90x900/include/mach/w90p910_keypad.h
 create mode 100644 arch/blackfin/include/asm/bfin_rotary.h
 create mode 100644 drivers/input/keyboard/twl4030_keypad.c
 create mode 100644 drivers/input/keyboard/w90p910_keypad.c
 create mode 100644 drivers/input/misc/bfin_rotary.c
 delete mode 100644 drivers/input/mouse/hil_ptr.c
 create mode 100644 drivers/input/mouse/sentelic.c
 create mode 100644 drivers/input/mouse/sentelic.h
 create mode 100644 include/linux/input/eeti_ts.h

-- 
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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [git pull] Input updates for 2.6.32-rc0
@ 2009-09-23  4:05 Dmitry Torokhov
  0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2009-09-23  4:05 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Andrew Morton, linux-kernel, linux-input

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 2nd round of updates for the input subsystem. You will get a
few new input drivers for embedded platforms and generic suspend/resume
for input devices.

Changelog:
---------

Dmitry Torokhov (6):
      Input: libps2 - additional locking for i8042 ports
      Input: add generic suspend and resume for input devices
      Input: atkbd - rely on input core to restore state on resume
      Input: synaptics_i2c - switch to using __cancel_delayed_work()
      Input: dm355evm_keys - remove dm355evm_keys_hardirq
      Input: max7359 - use threaded IRQs

Javier Herrero (1):
      Input: add driver for OpenCores Keyboard Controller

Joonyoung Shim (1):
      Input: add touchscreen driver for MELFAS MCS-5000 controller

Kim Kyuwon (1):
      Input: add driver for Maxim MAX7359 key switch controller

Michael Hennerich (2):
      Input: ad7879 - add support for AD7889
      Input: add driver for ADP5588 QWERTY I2C Keypad

Raphael Derosso Pereira (1):
      Input: add driver for Atmel AT42QT2160 Sensor Chip


Diffstat:
--------

 drivers/input/input.c                   |   64 +++++-
 drivers/input/keyboard/Kconfig          |   40 +++
 drivers/input/keyboard/Makefile         |    4 +
 drivers/input/keyboard/adp5588-keys.c   |  361 ++++++++++++++++++++++++++++
 drivers/input/keyboard/atkbd.c          |   25 --
 drivers/input/keyboard/max7359_keypad.c |  330 +++++++++++++++++++++++++
 drivers/input/keyboard/opencores-kbd.c  |  180 ++++++++++++++
 drivers/input/keyboard/qt2160.c         |  397 +++++++++++++++++++++++++++++++
 drivers/input/misc/dm355evm_keys.c      |   26 +--
 drivers/input/mouse/sentelic.c          |   18 +-
 drivers/input/mouse/synaptics_i2c.c     |   51 +++--
 drivers/input/serio/i8042.c             |   41 ++++
 drivers/input/serio/libps2.c            |   28 ++-
 drivers/input/touchscreen/Kconfig       |   17 +-
 drivers/input/touchscreen/Makefile      |    1 +
 drivers/input/touchscreen/ad7879.c      |    6 +-
 drivers/input/touchscreen/mcs5000_ts.c  |  318 +++++++++++++++++++++++++
 drivers/leds/leds-clevo-mail.c          |    8 +
 drivers/platform/x86/acer-wmi.c         |    2 +
 include/linux/i2c/adp5588.h             |   92 +++++++
 include/linux/i2c/mcs5000_ts.h          |   24 ++
 include/linux/i8042.h                   |   30 +++
 include/linux/input.h                   |    2 +-
 include/linux/libps2.h                  |    2 +
 24 files changed, 1987 insertions(+), 80 deletions(-)
 create mode 100644 drivers/input/keyboard/adp5588-keys.c
 create mode 100644 drivers/input/keyboard/max7359_keypad.c
 create mode 100644 drivers/input/keyboard/opencores-kbd.c
 create mode 100644 drivers/input/keyboard/qt2160.c
 create mode 100644 drivers/input/touchscreen/mcs5000_ts.c
 create mode 100644 include/linux/i2c/adp5588.h
 create mode 100644 include/linux/i2c/mcs5000_ts.h

-- 
Dmitry


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-09-23  4:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-14  4:24 [git pull] Input updates for 2.6.32-rc0 Dmitry Torokhov
  -- strict thread matches above, loose matches on Subject: below --
2009-09-23  4:05 Dmitry Torokhov

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).