Hello.
Nicolas Luna wrote:
I'm running
kernel v2.6.34 from /linux/kernel/git/khilman/linux-davinci.git///./ I
wonder why SPI is not anymore supported, everything about the driver
(files, code, etc) have been removed. Is there any patch to add it to
the mainline (2.6.34) ?
Strange, I'm seeing drivers/spi/davinci_spi.c in 2.6.34...
Also, I got linking error when I try to add USB support. I followed TI
wiki to configure my kernel
( http://processors.wiki.ti.com/index.php/GSG:_Building_Software_Components_for_OMAP-L1#USB_2.0 )
If your platfrom is OMAP-L1x, its USB is not yet supported in 2.6.34.
LD drivers/built-in.o
LD vmlinux.o
MODPOST vmlinux.o
GEN .version
CHK include/generated/compile.h
UPD include/generated/compile.h
CC init/version.o
LD init/built-in.o
LD .tmp_vmlinux1
drivers/built-in.o: In function `musb_stop':
i2c-davinci.c:(.text+0x79c00): undefined reference to
`musb_platform_disable'
drivers/built-in.o: In function `musb_shutdown':
i2c-davinci.c:(.text+0x79c80): undefined reference to
`musb_platform_disable'
drivers/built-in.o: In function `musb_mode_store':
i2c-davinci.c:(.text+0x79f70): undefined reference to
`musb_platform_set_mode'
drivers/built-in.o: In function `musb_start':
i2c-davinci.c:(.text+0x7a970): undefined reference to `musb_platform_enable'
drivers/built-in.o: In function `musb_probe':
i2c-davinci.c:(.init.text+0x48b8): undefined reference to
`musb_platform_init'
i2c-davinci.c:(.init.text+0x491c): undefined reference to
`musb_platform_disable'
i2c-davinci.c:(.init.text+0x50b4): undefined reference to
`musb_platform_exit'
make: *** [.tmp_vmlinux1] Error 1
I don't understand these errors because i2c-davinci.c doesn't do
reference to musb functions.
For some reason, the source module displayed is incorrect, it should
be musb_core.c instead.
Thank you
Nicolas
WBR, Sergei
_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source