* [patch 2.6.22-rc2] ads7846 doc: handles tsc2046 too
@ 2007-05-22 18:39 David Brownell
2007-05-22 19:22 ` Kevin Hilman
0 siblings, 1 reply; 3+ messages in thread
From: David Brownell @ 2007-05-22 18:39 UTC (permalink / raw)
To: Dmitry Torokhov, linux-input; +Cc: Kevin Hilman
The TSC2046 is an updated version of the ADS7846 ... mention that in
the Kconfig helptext and driver source.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
---
drivers/input/touchscreen/Kconfig | 8 ++++----
drivers/input/touchscreen/ads7846.c | 1 +
2 files changed, 5 insertions(+), 4 deletions(-)
--- g26.orig/drivers/input/touchscreen/Kconfig 2007-05-19 12:58:22.000000000 -0700
+++ g26/drivers/input/touchscreen/Kconfig 2007-05-19 12:59:06.000000000 -0700
@@ -12,17 +12,17 @@ menuconfig INPUT_TOUCHSCREEN
if INPUT_TOUCHSCREEN
config TOUCHSCREEN_ADS7846
- tristate "ADS 7846/7843 based touchscreens"
+ tristate "ADS7846/TSC2046 and ADS7843 based touchscreens"
depends on SPI_MASTER
depends on HWMON = n || HWMON
help
Say Y here if you have a touchscreen interface using the
- ADS7846 or ADS7843 controller, and your board-specific setup
- code includes that in its table of SPI devices.
+ ADS7846/TSC2046 or ADS7843 controller, and your board-specific
+ setup code includes that in its table of SPI devices.
If HWMON is selected, and the driver is told the reference voltage
on your board, you will also get hwmon interfaces for the voltage
- (and on ads7846, temperature) sensors of this chip.
+ (and on ads7846/tsc2046, temperature) sensors of this chip.
If unsure, say N (but it's safe to say "Y").
--- g26.orig/drivers/input/touchscreen/ads7846.c 2007-05-19 13:01:02.000000000 -0700
+++ g26/drivers/input/touchscreen/ads7846.c 2007-05-19 13:01:47.000000000 -0700
@@ -39,6 +39,7 @@
/*
* This code has been heavily tested on a Nokia 770, and lightly
* tested on other ads7846 devices (OSK/Mistral, Lubbock).
+ * TSC2046 is just newer ads7846 silicon.
* Support for ads7843 tested on Atmel at91sam926x-EK.
* Support for ads7845 has only been stubbed in.
*
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [patch 2.6.22-rc2] ads7846 doc: handles tsc2046 too
2007-05-22 18:39 [patch 2.6.22-rc2] ads7846 doc: handles tsc2046 too David Brownell
@ 2007-05-22 19:22 ` Kevin Hilman
2007-05-22 20:09 ` Dmitry Torokhov
0 siblings, 1 reply; 3+ messages in thread
From: Kevin Hilman @ 2007-05-22 19:22 UTC (permalink / raw)
To: David Brownell; +Cc: Dmitry Torokhov, linux-input
On Tue, 2007-05-22 at 11:39 -0700, David Brownell wrote:
> The TSC2046 is an updated version of the ADS7846 ... mention that in
> the Kconfig helptext and driver source.
>
> Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Verified that ads7846 driver indeed works for tsc2046 on OMAP2430SDP
platform.
Acked-by: Kevin Hilman <khilman@mvista.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [patch 2.6.22-rc2] ads7846 doc: handles tsc2046 too
2007-05-22 19:22 ` Kevin Hilman
@ 2007-05-22 20:09 ` Dmitry Torokhov
0 siblings, 0 replies; 3+ messages in thread
From: Dmitry Torokhov @ 2007-05-22 20:09 UTC (permalink / raw)
To: Kevin Hilman; +Cc: David Brownell, linux-input
Hi,
On 5/22/07, Kevin Hilman <khilman@mvista.com> wrote:
> On Tue, 2007-05-22 at 11:39 -0700, David Brownell wrote:
> > The TSC2046 is an updated version of the ADS7846 ... mention that in
> > the Kconfig helptext and driver source.
> >
> > Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
>
> Verified that ads7846 driver indeed works for tsc2046 on OMAP2430SDP
> platform.
>
> Acked-by: Kevin Hilman <khilman@mvista.com>
>
Thanks, I will get this in. Since there are no code changes there is
no point for waiting for 2.6.23 merge window to open.
--
Dmitry
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-05-22 20:09 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-22 18:39 [patch 2.6.22-rc2] ads7846 doc: handles tsc2046 too David Brownell
2007-05-22 19:22 ` Kevin Hilman
2007-05-22 20:09 ` Dmitry Torokhov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).