
22 Oct
2009
22 Oct
'09
9:27 a.m.
On Thu, Oct 22, 2009 at 12:03 PM, Magnus Lilja lilja.magnus@gmail.comwrote:
except that there's now a common SPI framework for you to use
(drivers/spi/)
as well as an already existing atmel_spi.c driver
Yeah exactly . Its also there in u-boot-1.3.4. anyways im using the same driver atmel_spi.c in /drivers/spi/ . atleast can u tell me how to printf to print on ttyS0 in my code so tat
i
see my flow is workin correct. thanks.
printf("%s:%d\n", __FILE__, __LINE__);? Given that printf and the UART works on your board that is.
I tried with this printf("%s:%d\n", /drivers/spi/spi-new.c, 72); 72 is the my line number but im gettin error . so what exactly should i specify in __FILE_ and __LINE__ places .plz let me know. warm regards, Ravi Kulkarni.