Hi,
I am new to Linux. I have a driver that works for OMAP35x EVM and I needed to port it to Torpedo SOM. Under Torpedo SOM kernel, when I run insmod, I got that the driver memory overlap with the kernel. the driver (not developped by us), use the fixed memory location and passed them in by module_param(). I am wondering whether I can find out (1) can I dynamic find the available physical address by the module and lock it for my module use (instead of passing in to the module) (2) how to find which physical addresses are avaiable from a running kernel? Thanks.
Annie