[android-kernel] MDDI Crash in Little Kernel

2012-03-05 Thread Rudolf Tammekivi
Hello, I am currently trying to make my MDDI display work on MSM7230, for fbcon on little kernel. The display is started on the early boot, so I can leave out the display power on commands, right? It fails at the part where it does CMD_RESET. It gives the writel command, but it doesn't get any

[android-kernel] Re: NO such file or directory error when doing insmod in Android Kernel

2012-03-05 Thread rong
sorry it should read " The first two errors suggest you didn't declared that your module is GPL compatible, i.e. missing the following line or similar in your source code: MODULE_LICENSE("GPL v2"); " On Mar 5, 8:24 pm, rong wrote: > The first two errors suggest you didn't declared that your mod

[android-kernel] Re: NO such file or directory error when doing insmod in Android Kernel

2012-03-05 Thread rong
The first two errors suggest you didn't declared that your module is GPL compatible, i.e. missing the following line or similar in your source code. The rest suggest you have used floating point calculations in your module. Kernel doesn't do floating point calculations. Find yourself some workarou