Move resources allocated using unmanaged interface to managed devm interface So today let's talk about devm functions as that is what I have been upto the past couple of weeks. Yes, should have finished the task by now but due to some reasons was not
CMA: Contignous Memory Allocator,连续内存分配,一般是分配给Camera,HDMI等使用,避免预留大块内存 1.声明连续内存 使用dma_contignous_reserve(phys_addr_t limit); limit:end of address of the reserved memory 然后call dma_declare_contiguous()声明连续内存 int __init dma_declare_contiguous(struct dev