Touchscreen drivers for WM9705, WM9712, WM9713 and WM9715. branch, dev, updated. v2.6.25-rc6-99-gadebdc1
Mark Brown
broonie at opensource.wolfsonmicro.com
Thu Apr 10 12:44:36 BST 2008
The branch dev has been updated
via adebdc1061862d387ee22a21cc5abf8ebeafa775 (commit)
via 509b2fef9dc78a7123b30ca64623eca7cea8e86b (commit)
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 adebdc1061862d387ee22a21cc5abf8ebeafa775
Author: Mark Brown <broonie at opensource.wolfsonmicro.com>
Date: Tue Apr 8 14:56:12 2008 +0100
zylonite-wm97xx: We don't need to do anything on shutdown
Signed-off-by: Mark Brown <broonie at opensource.wolfsonmicro.com>
commit 509b2fef9dc78a7123b30ca64623eca7cea8e86b
Author: Mark Brown <broonie at opensource.wolfsonmicro.com>
Date: Tue Apr 8 14:11:57 2008 +0100
Improve documentation of Zylonite touch IRQ export
Signed-off-by: Mark Brown <broonie at opensource.wolfsonmicro.com>
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 | 9 ++
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} | 145 +++++++-------------
include/asm-arm/arch-pxa/zylonite.h | 2 +
7 files changed, 82 insertions(+), 98 deletions(-)
copy drivers/input/touchscreen/{mainstone-wm97xx.c => zylonite-wm97xx.c} (60%)
--
Touchscreen drivers for WM9705, WM9712, WM9713 and WM9715.
More information about the touch-commits
mailing list