Hi, I am developing a kernel driver. I need to allocate buffer in the kernel driver and pass the physical address of the buffer to the Chip register so that it can generate output there. I tried using kmalloc() but I don' get any output from the chip. Is there a better way to achieve what I want?