This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How to change register's value without changing linux kernel source (dm36x)

Hi!

I used to work with register's value directly in kernel source using __raw_readl and __raw_writel.

How can I work with this values without changing kernel? Should i write and build module?