Hi,
I am new to driver development for Linux, so I may ask some very basic question. My display LCD power up sequence requires to using SPI to setup the register of the LCD controller. My question is how can I be sure that the SPI driver is ready when I do my DSS driver load if I build the driver statically to the kernel? Or in my case, the loadable module is a best choice? I am using OMAP35x EVM and Linux platform and plan to modify current dss.c, and I already have a sets of function (in the uboot environment) to drive our new LCD display. Thanks.
Annie