Touchscreen drivers for WM9705, WM9712, WM9713 and WM9715. branch, dev, updated. v2.6.25-rc4-83-gdd5cc9a

Mark Brown broonie at opensource.wolfsonmicro.com
Thu Mar 6 09:35:20 GMT 2008


The branch dev has been updated
       via  dd5cc9a11162d3a48e748ee4e898e99da0310b13 (commit)
      from  435765c8e64b8f3c4871f2dbaa630099757628dd (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 dd5cc9a11162d3a48e748ee4e898e99da0310b13
Author: Hans-Christian Egtvedt <hcegtvedt at atmel.com>
Date:   Thu Mar 6 10:25:39 2008 +0100

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

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

Summary of changes:
 drivers/input/touchscreen/Kconfig       |   15 ++
 drivers/input/touchscreen/Makefile      |    1 +
 drivers/input/touchscreen/at32-wm97xx.c |  411 +++++++++++++++++++++++++++++++
 drivers/input/touchscreen/at32-wm97xx.h |   48 ++++
 4 files changed, 475 insertions(+), 0 deletions(-)
 create mode 100644 drivers/input/touchscreen/at32-wm97xx.c
 create mode 100644 drivers/input/touchscreen/at32-wm97xx.h

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


More information about the touch-commits mailing list