* OMAP tsc210x touchscreens?
@ 2007-10-29 15:30 Dirk Behme
2007-10-29 16:06 ` andrzej zaborowski
0 siblings, 1 reply; 4+ messages in thread
From: Dirk Behme @ 2007-10-29 15:30 UTC (permalink / raw)
To: linux-omap-open-source
Because of [1] I looked into drivers/input/touchscreen/omap/ts_hx.c
what need to be done there. And, mmh, looks like
drivers/input/touchscreen/omap
can/should be completely removed? I couldn't find any Kconfig using
TOUCHSCREEN_OMAP, so touchscreen/omap will never compile?
Instead, touchscreen/tsc210x_ts.c should be used? tsc2102_ts.c is
outdated and replaced by tsc210x_ts.c now as well?
Regards
Dirk
[1]
http://linux.omap.com/pipermail/linux-omap-open-source/2007-October/011767.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: OMAP tsc210x touchscreens?
2007-10-29 15:30 OMAP tsc210x touchscreens? Dirk Behme
@ 2007-10-29 16:06 ` andrzej zaborowski
2007-10-29 16:20 ` Dirk Behme
0 siblings, 1 reply; 4+ messages in thread
From: andrzej zaborowski @ 2007-10-29 16:06 UTC (permalink / raw)
To: Dirk Behme; +Cc: linux-omap-open-source
Hi,
On 29/10/2007, Dirk Behme <dirk.behme@googlemail.com> wrote:
>
> Because of [1] I looked into drivers/input/touchscreen/omap/ts_hx.c
> what need to be done there. And, mmh, looks like
>
> drivers/input/touchscreen/omap
>
> can/should be completely removed? I couldn't find any Kconfig using
> TOUCHSCREEN_OMAP, so touchscreen/omap will never compile?
>
> Instead, touchscreen/tsc210x_ts.c should be used? tsc2102_ts.c is
> outdated and replaced by tsc210x_ts.c now as well?
Yes, kindof, the tsc210x* files were supposed to replace tsc2101* and
tsc2102* but tsc210x completely doesn't support audio yet, and there's
probably more work to be done on it (not meaning that the tsc2101 or
tsc2102 drivers in drivers/spi/ are more complete, except audio).
Regards
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: OMAP tsc210x touchscreens?
2007-10-29 16:06 ` andrzej zaborowski
@ 2007-10-29 16:20 ` Dirk Behme
2007-10-29 17:11 ` andrzej zaborowski
0 siblings, 1 reply; 4+ messages in thread
From: Dirk Behme @ 2007-10-29 16:20 UTC (permalink / raw)
To: andrzej zaborowski; +Cc: linux-omap-open-source
andrzej zaborowski wrote:
> Hi,
>
> On 29/10/2007, Dirk Behme <dirk.behme@googlemail.com> wrote:
>
>>Because of [1] I looked into drivers/input/touchscreen/omap/ts_hx.c
>>what need to be done there. And, mmh, looks like
>>
>>drivers/input/touchscreen/omap
>>
>>can/should be completely removed? I couldn't find any Kconfig using
>>TOUCHSCREEN_OMAP, so touchscreen/omap will never compile?
>>
>>Instead, touchscreen/tsc210x_ts.c should be used? tsc2102_ts.c is
>>outdated and replaced by tsc210x_ts.c now as well?
>
>
> Yes, kindof, the tsc210x* files were supposed to replace tsc2101* and
> tsc2102* but tsc210x completely doesn't support audio yet,
Anything in touchscreen/* should be completely independent from audio?
In touchscreen/* tsc210x* should be sufficent then and tsc2102* &
omap/* in *input/touchscreen* are redundant?
Dirk
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: OMAP tsc210x touchscreens?
2007-10-29 16:20 ` Dirk Behme
@ 2007-10-29 17:11 ` andrzej zaborowski
0 siblings, 0 replies; 4+ messages in thread
From: andrzej zaborowski @ 2007-10-29 17:11 UTC (permalink / raw)
To: Dirk Behme; +Cc: linux-omap-open-source
On 29/10/2007, Dirk Behme <dirk.behme@googlemail.com> wrote:
> andrzej zaborowski wrote:
> > Hi,
> >
> > On 29/10/2007, Dirk Behme <dirk.behme@googlemail.com> wrote:
> >
> >>Because of [1] I looked into drivers/input/touchscreen/omap/ts_hx.c
> >>what need to be done there. And, mmh, looks like
> >>
> >>drivers/input/touchscreen/omap
> >>
> >>can/should be completely removed? I couldn't find any Kconfig using
> >>TOUCHSCREEN_OMAP, so touchscreen/omap will never compile?
> >>
> >>Instead, touchscreen/tsc210x_ts.c should be used? tsc2102_ts.c is
> >>outdated and replaced by tsc210x_ts.c now as well?
> >
> >
> > Yes, kindof, the tsc210x* files were supposed to replace tsc2101* and
> > tsc2102* but tsc210x completely doesn't support audio yet,
>
> Anything in touchscreen/* should be completely independent from audio?
The thing is that drivers/input/touchscreen/tsc2102_ts.c is selectable
only if driver/spi/tsc2102.c is enabled, likewise with tsc210x* and
other multi-function chips drivers. So, if you need audio you will
need to select a tsc2102_ts.c (or whatever H2 uses), but hopefully
soon this will change and tsc2102* will be dropped.
> In touchscreen/* tsc210x* should be sufficent then and tsc2102* &
> omap/* in *input/touchscreen* are redundant?
I think it was decided that drivers/input/touchscreen/omap/* was going
to be slowly removed. The code there is very platform dependent, but
it does have an advantage of being very simple and fast as is usual
for platform specific code.
Regards
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-10-29 17:11 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-29 15:30 OMAP tsc210x touchscreens? Dirk Behme
2007-10-29 16:06 ` andrzej zaborowski
2007-10-29 16:20 ` Dirk Behme
2007-10-29 17:11 ` andrzej zaborowski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox