All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dirk Behme <dirk.behme@googlemail.com>
To: linux-omap-open-source@linux.omap.com
Subject: Re: Enabling Mistral touch screen driver
Date: Sat, 27 May 2006 08:32:48 +0200	[thread overview]
Message-ID: <4477F290.2090402@gmail.com> (raw)
In-Reply-To: <200605140955.53619.david-b@pacbell.net>

David Brownell wrote:
> Erm, we're trying to move away from legacy platform-specific code,
> towards code that's merged/mergeable upstream.
> 
> So instead, use: 
> 
> CONFIG_OMAP_OSK_MISTRAL=y
> CONFIG_INPUT_TOUCHSCREEN=y
> CONFIG_TOUCHSCREEN_ADS7846=y
> CONFIG_SPI_OMAP_UWIRE=y

Just fyi and the archive: Using configuration like above

CONFIG_INPUT_TOUCHSCREEN=y
CONFIG_TOUCHSCREEN_ADS7846=m
CONFIG_OMAP_OSK_MISTRAL=y
CONFIG_SPI_BITBANG=m
CONFIG_SPI_OMAP_UWIRE=m

# CONFIG_OMAP_UWIRE is not set
# CONFIG_OMAP_TSC2101 is not set

on recent git works with OMAP5912 OSK. If you use modules, 
don't forget to add 'modprobe omap_uwire' to your 
configuration. This loads spi_bitbang as well. If you don't, 
ads7846 is loaded without any message (ads7846_probe isn't 
called?) and nothing works.

But seems that there is again an irq issue. Seperate mail 
follows.

Best regards

Dirk

  parent reply	other threads:[~2006-05-27  6:32 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-13  9:37 Enabling Mistral touch screen driver Vishal Borker
2006-05-14 15:45 ` Dirk Behme
2006-05-14 16:55   ` David Brownell
2006-05-15 17:38     ` Dirk Behme
2006-05-15 18:54       ` David Brownell
2006-05-27  6:32     ` Dirk Behme [this message]
2006-05-27 15:57       ` David Brownell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4477F290.2090402@gmail.com \
    --to=dirk.behme@googlemail.com \
    --cc=linux-omap-open-source@linux.omap.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.