git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: liran ritkop <liran.ritkop@gmail.com>
To: git@vger.kernel.org
Subject: git and touch screen
Date: Tue, 3 Aug 2010 06:06:30 -0700 (PDT)	[thread overview]
Message-ID: <1280840790848-5368237.post@n2.nabble.com> (raw)


Hi all
I am using linux davinci (33bd223c). my embedded card is da830 and i have a
touch screen on it - TS2046.
I found a driver on the net - (two files - TS2046.c TS2046.h ,  and some
changes to the config and makefile). I know that the board is connected to
the touch screen via spi. to be accurate - SPI1. Despite all of this, i dont
have in the /arch/arm/mach-davinci/board-da830-evm.c the structs that
include the spi and the touch screen. i saw in the internet something like
that, that i think that need to be added to this code source:

static struct spi_board_info da8xx_spi_board_info1[] = {
    [0] = {
        .modalias = "tsc2046_ts",
        .platform_data = &tsc2046IPWR_place_holder,
        .controller_data = &tsc2046IPWR_spi_cfg,
        .mode = SPI_MODE_0,
        .irq = 0,
        .max_speed_hz = 2 * 1000 * 1000  ,
        .bus_num = 1,
        .chip_select = 2,
    },
};


Altough, my guess is, that that code is from montavista, and i use git.
someone, please help..
-- 
View this message in context: http://git.661346.n2.nabble.com/git-and-touch-screen-tp5368237p5368237.html
Sent from the git mailing list archive at Nabble.com.

             reply	other threads:[~2010-08-03 13:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-03 13:06 liran ritkop [this message]
2010-08-03 13:12 ` git and touch screen Matthieu Moy

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=1280840790848-5368237.post@n2.nabble.com \
    --to=liran.ritkop@gmail.com \
    --cc=git@vger.kernel.org \
    /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 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).