Touchscreen drivers for WM9705, WM9712, WM9713 and WM9715. branch, dev, updated. v2.6.25-rc6-97-g4135a02
Mark Brown
broonie at opensource.wolfsonmicro.com
Tue Apr 8 13:46:46 BST 2008
The branch dev has been updated
via 4135a0258bcc902a785a442ba24846818f73ac64 (commit)
via 2dd798e16c0bd6bd6d1f752af9ebb85cd0a89494 (commit)
from 92bb10418e0dc3f08a07b19163fc72343185d9c3 (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 4135a0258bcc902a785a442ba24846818f73ac64
Author: Mark Brown <broonie at opensource.wolfsonmicro.com>
Date: Tue Apr 8 13:43:36 2008 +0100
zylonite-wm97xx: Accelerated touchscreen support for 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 2dd798e16c0bd6bd6d1f752af9ebb85cd0a89494
Author: Mark Brown <broonie at opensource.wolfsonmicro.com>
Date: Tue Apr 8 13:34:14 2008 +0100
zylonite: Configure touch screen interrupt
The INT signal from the WM9713 on Zylonite systems is connected to a
GPIO on the processor, the particular GPIO used depending on the processor
in use. Configure the MFP appropriately and provide the interrupt number
for the driver to use.
Since we don't have a generic way of exporting platform data to enumerable
buses like AC97 fall back on a global variable.
Signed-off-by: Mark Brown <broonie at opensource.wolfsonmicro.com>
-----------------------------------------------------------------------
Summary of changes:
arch/arm/mach-pxa/zylonite.c | 8 +
arch/arm/mach-pxa/zylonite_pxa300.c | 5 +
arch/arm/mach-pxa/zylonite_pxa320.c | 6 +
drivers/input/touchscreen/Kconfig | 12 ++
drivers/input/touchscreen/Makefile | 1 +
.../{mainstone-wm97xx.c => zylonite-wm97xx.c} | 144 +++++++-------------
include/asm-arm/arch-pxa/zylonite.h | 2 +
7 files changed, 86 insertions(+), 92 deletions(-)
copy drivers/input/touchscreen/{mainstone-wm97xx.c => zylonite-wm97xx.c} (61%)
--
Touchscreen drivers for WM9705, WM9712, WM9713 and WM9715.
More information about the touch-commits
mailing list