Touchscreen drivers for WM9705, WM9712, WM9713 and WM9715. branch, dev, updated. v2.6.24-rc7-122-g3808704
Mark Brown
broonie at opensource.wolfsonmicro.com
Mon Jan 21 15:17:54 GMT 2008
The branch dev has been updated
via 380870439d004c4412f18328dbbae240c7a4dd1d (commit)
via ae6a719840d807b32f54942463e2e8c1755e0cd7 (commit)
via e1ad2d500e12357df72c7fbb019dce64c4f9849d (commit)
via 24cb45db4a10e7019eb68580f995a072e0c8b912 (commit)
via 49e682b509fb23221134d43932211a766eda598d (commit)
via 6856dc07137545ce37c6310af5d8a97f0e8a72fd (commit)
via aa1accafba0a43a315e92db25c68d717dabf2f2f (commit)
from 3c7bbd22ef22f72d8dc9cb6383cc42fb209eacf1 (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 380870439d004c4412f18328dbbae240c7a4dd1d
Author: Mark Brown <broonie at opensource.wolfsonmicro.com>
Date: Mon Jan 21 14:24:53 2008 +0000
Convert to using platform rather than wm97xx bus
Signed-off-by: Mark Brown <broonie at opensource.wolfsonmicro.com>
commit ae6a719840d807b32f54942463e2e8c1755e0cd7
Author: Mark Brown <broonie at opensource.wolfsonmicro.com>
Date: Mon Jan 21 14:24:23 2008 +0000
Convert wm97xx bus to platform bus
Since the wm97xx bus is functionally identical to the platform bus
convert to using that instead as suggested by Dmitry Baryshkov. Also
rename the touch acceleration node to 'wm97xx-touch' in order to avoid
overflowing the device name.
Signed-off-by: Mark Brown <broonie at opensource.wolfsonmicro.com>
commit e1ad2d500e12357df72c7fbb019dce64c4f9849d
Author: Mark Brown <broonie at opensource.wolfsonmicro.com>
Date: Mon Jan 21 12:47:28 2008 +0000
Free the input device if we fail to unregister it
Signed-off-by: Mark Brown <broonie at opensource.wolfsonmicro.com>
commit 24cb45db4a10e7019eb68580f995a072e0c8b912
Author: Mark Brown <broonie at opensource.wolfsonmicro.com>
Date: Mon Jan 21 12:46:17 2008 +0000
Set parent for the input device
Signed-off-by: Mark Brown <broonie at opensource.wolfsonmicro.com>
commit 49e682b509fb23221134d43932211a766eda598d
Author: Mark Brown <broonie at opensource.wolfsonmicro.com>
Date: Mon Jan 21 12:25:52 2008 +0000
Use input_set_abs_params()
Signed-off-by: Mark Brown <broonie at opensource.wolfsonmicro.com>
commit 6856dc07137545ce37c6310af5d8a97f0e8a72fd
Author: Mark Brown <broonie at opensource.wolfsonmicro.com>
Date: Mon Jan 21 11:38:43 2008 +0000
Remove reference counting
The input core does reference counting and calls the driver open() and
close() functions only once so the wm97xx driver does not need to
replicate this functionality.
Signed-off-by: Mark Brown <broonie at opensource.wolfsonmicro.com>
commit aa1accafba0a43a315e92db25c68d717dabf2f2f
Author: Mark Brown <broonie at opensource.wolfsonmicro.com>
Date: Mon Jan 21 11:27:44 2008 +0000
Remove spurious casts in wm97xx-core.c
Signed-off-by: Mark Brown <broonie at opensource.wolfsonmicro.com>
-----------------------------------------------------------------------
Summary of changes:
drivers/input/touchscreen/mainstone-wm97xx.c | 22 ++--
drivers/input/touchscreen/wm97xx-core.c | 207 ++++++++-----------------
include/linux/wm97xx.h | 8 +-
3 files changed, 80 insertions(+), 157 deletions(-)
--
Touchscreen drivers for WM9705, WM9712, WM9713 and WM9715.
More information about the touch-commits
mailing list