git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git and touch screen
@ 2010-08-03 13:06 liran ritkop
  2010-08-03 13:12 ` Matthieu Moy
  0 siblings, 1 reply; 2+ messages in thread
From: liran ritkop @ 2010-08-03 13:06 UTC (permalink / raw)
  To: git


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.

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

* Re: git and touch screen
  2010-08-03 13:06 git and touch screen liran ritkop
@ 2010-08-03 13:12 ` Matthieu Moy
  0 siblings, 0 replies; 2+ messages in thread
From: Matthieu Moy @ 2010-08-03 13:12 UTC (permalink / raw)
  To: liran ritkop; +Cc: git

liran ritkop <liran.ritkop@gmail.com> writes:

> 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 guess you wanted to ask this on the Linux Kernel mailing list. This
one is about Git itself, not about the code you write using it ;-).

-- 
Matthieu Moy
http://www-verimag.imag.fr/~moy/

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

end of thread, other threads:[~2010-08-03 13:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-03 13:06 git and touch screen liran ritkop
2010-08-03 13:12 ` Matthieu Moy

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).