Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use readl() and writel() instead of ioread32() and iowrite32()
These changes replace the direct I/O access functions with the recommended memory-mapped I/O functions, improving portability and security within the kernel module.
- Loading branch information