All of lore.kernel.org
 help / color / mirror / Atom feed
* input/touch: LPC32xx: Introduce touch driver for the LPC32xx (v2)
@ 2010-08-16 21:21 ` wellsk40 at gmail.com
  0 siblings, 0 replies; 12+ messages in thread
From: wellsk40 @ 2010-08-16 21:21 UTC (permalink / raw)
  To: linux-input; +Cc: linux-arm-kernel

This patch set introduces support for the LPC32xx touchscreen
controller driver. The LPC32xx touchscreen controller supports
automated event detection and conversion for resistive touchscreens.

The patch can be pulled from:
	git://git.lpclinux.com/linux-2.6-lpc ts-lpc32xx_v2

v2 includes updates from the initial review of the TSC driver..
	All local TSC_* macros have been prefixed with LCP32XX_
	Added lpc32xx_ prefix to stop_tsc() and start_tsc()
	Moved clk_enable and clk_disable into lpc32xx_start_tsc()
		and lpc32xx_stop_tsc() functions
	Added ->open and ->close methods using the start and
		stop tsc functions
	Removed use of devm_* functions. Modified error unwinding
		and _remove() based on this change.
	Fixed an error return condition from input_register_device()
	Fixed use of input_free_device
	Added a use count check for suspend and resume so device
		state isn't altered if it isn't open


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2010-08-31 22:46 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-16 21:21 input/touch: LPC32xx: Introduce touch driver for the LPC32xx (v2) wellsk40
2010-08-16 21:21 ` wellsk40 at gmail.com
2010-08-16 21:21 ` [PATCH] input/touch: Introduce the LPC32xx touchscreen controller driver (v2) wellsk40
2010-08-16 21:21   ` wellsk40 at gmail.com
2010-08-16 22:09   ` Ryan Mallon
2010-08-16 22:09     ` Ryan Mallon
2010-08-18  0:34     ` Kevin Wells
2010-08-18  0:34       ` Kevin Wells
2010-08-29  5:48   ` Dmitry Torokhov
2010-08-29  5:48     ` Dmitry Torokhov
2010-08-31 22:46     ` Kevin Wells
2010-08-31 22:46       ` Kevin Wells

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.