Duy-Ky Nguyen wrote:
release_region(ppc_base,PPC_SIZE);
release_region(lbc_base,PPC_SIZE);
This should be PPC_BASE/LBC_BASE (the physical address), not
ppc_base/lbc_base (the virtual address).
-Scott
___
Linuxppc-embedded mailing list
Linuxppc-embe
Hello,
I'm able to load driver and access HW without any problem
In removing the driver using command "rmmod", I have error relating to
virtual address from ioremap() for physical adress IMMR_BASE = 0xE000
Trying to free nonexistent resource
But the dri