Touchscreen drivers for WM9705, WM9712, WM9713 and WM9715. branch, upstream, updated. v2.6.29-rc1-12-gf23cb02

git at opensource.wolfsonmicro.com git at opensource.wolfsonmicro.com
Tue Mar 3 17:40:20 GMT 2009


The branch upstream has been updated
  discards  eaedb1b1d7b1a9ef8add4924d80074c516cf6d31 (commit)
  discards  8857cf70c7df05c0e1a6c9473714a4b2732d4d64 (commit)
  discards  07d2a8a46631900901c0dddb8776fcb2be62d9ea (commit)
       via  f23cb023e94f62800df05ef9874c4b5407c4e411 (commit)
       via  9cade0d1b3709e9f27c45ef0b2065ca8ec5aba88 (commit)
       via  f81e5ec8534fdcb90098090d5e81cddbd0f68f51 (commit)
       via  6fa937e2c9f8ad4a4132d3be56b302b92d427a32 (commit)
       via  1f7868ef0da7fe40e0cf807f510b22022ee2f73b (commit)
       via  0f4954819fb6f840d46076f0dbd313ef5da48f5d (commit)
      from  eaedb1b1d7b1a9ef8add4924d80074c516cf6d31 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f23cb023e94f62800df05ef9874c4b5407c4e411
Author: Hans-Christian Egtvedt <hcegtvedt at atmel.com>
Date:   Thu Mar 6 10:25:39 2008 +0100

    Input: add wm97xx accelerated driver for AVR32 AT32AP700X microprocessors
    
    This patch adds an accelerated driver for Atmel AVR32 AT32AP700X
    microprocessors. It uses interrupts on the channel B in the AC97 controller.
    Thus, offloading the work queue in the wm97xx-ts driver.
    
    The driver has been tested with Atmel AVR32 AT32AP7000 and Wolfson WM9712
    codec.
    
    Signed-off-by: Hans-Christian Egtvedt <hcegtvedt at atmel.com>
    Signed-off-by: Mark Brown <broonie at opensource.wolfsonmicro.com>

commit 9cade0d1b3709e9f27c45ef0b2065ca8ec5aba88
Author: Mark Brown <broonie at opensource.wolfsonmicro.com>
Date:   Tue Apr 8 13:43:36 2008 +0100

    Input: Accelerated touchscreen support for Marvell Zylonite
    
    This patch implements accelerated touchscreen support for the Marvell
    Zylonite development platform, supporting pen down interrupts and
    continuous mode data transfers.
    
    Signed-off-by: Mark Brown <broonie at opensource.wolfsonmicro.com>

commit f81e5ec8534fdcb90098090d5e81cddbd0f68f51
Author: Mark Brown <broonie at opensource.wolfsonmicro.com>
Date:   Tue Mar 3 11:40:50 2009 +0000

    Input: Use disable_irq_nosync() variants for Mainstone
    
    This makes no practical difference since the Mainstone can't be SMP but
    it is more correct.
    
    Signed-off-by: Mark Brown <broonie at opensource.wolfsonmicro.com>

commit 6fa937e2c9f8ad4a4132d3be56b302b92d427a32
Author: Mike Rapoport <mike at compulab.co.il>
Date:   Tue Mar 3 10:27:54 2009 +0200

    Input: add BTN_TOUCH event
    
    Add BTN_TOUCH event reporting to ucb1400_ts and accelerated mainstone-wm97xx
    touchscreen drivers. Together with previously posted similar patch for
    wm97xx-core this will make all touchscreen drivers behave consistently wrt.
    BTN_TOUCH.
    
    Signed-off-by: Mike Rapoport <mike at compulab.co.il>
    Signed-off-by: Mark Brown <broonie at opensource.wolfsonmicro.com>

commit 1f7868ef0da7fe40e0cf807f510b22022ee2f73b
Author: Mike Rapoport <mike at compulab.co.il>
Date:   Tue Feb 17 11:43:33 2009 +0200

    Input: wm97xx: add BTN_TOUCH event to wm97xx to use it with Android
    
    Please CC me, I'm not subscribed to linux-input
    
    Android expects BTN_TOUCH events when pen state changes. Add BTN_TOUCH
    event reporting to allow use of wm97xx touchscreen controller wiht
    Android devices.
    
    Signed-off-by: Mike Rapoport <mike at compulab.co.il>
    Signed-off-by: Mark Brown <broonie at opensource.wolfsonmicro.com>

commit 0f4954819fb6f840d46076f0dbd313ef5da48f5d
Author: Andy Whitcroft <apw at canonical.com>
Date:   Sat Feb 28 14:55:46 2009 -0800

    Input: psmouse - add newline to OLPC HGPK touchpad debugging
    
    When probing for the OLPC HGPK touchpad the ID of the probed touchpad is
    emitted, but the debug is missing the terminating newline.  This causes
    later information to run into it, and for that to be categorised
    incorrectly at KERN_DBG.  Fix this up.
    
    Reported-by: Matt Zimmerman <mdz at canonical.com>
    Signed-off-by: Andy Whitcroft <apw at canonical.com>
    Signed-off-by: Dmitry Torokhov <dtor at mail.ru>

-----------------------------------------------------------------------

Summary of changes:
 drivers/input/mouse/hgpk.c                   |    2 +-
 drivers/input/touchscreen/at32-wm97xx.c      |    6 ++++++
 drivers/input/touchscreen/mainstone-wm97xx.c |    3 ++-
 drivers/input/touchscreen/ucb1400_ts.c       |    5 ++++-
 drivers/input/touchscreen/zylonite-wm97xx.c  |   20 ++++++++++----------
 5 files changed, 23 insertions(+), 13 deletions(-)

-- 
Touchscreen drivers for WM9705, WM9712, WM9713 and WM9715.


More information about the touch-commits mailing list