https://github.com/no1tan1ts3d/dma-ip-descriptive-ver
https://github.com/no1tan1ts3d/dma-ip-descriptive-ver
dma-driver ip-drivers linux-kernel qdma
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/no1tan1ts3d/dma-ip-descriptive-ver
- Owner: No1tan1ts3d
- Created: 2024-11-25T15:08:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-21T16:16:39.000Z (over 1 year ago)
- Last Synced: 2025-06-20T01:11:30.752Z (about 1 year ago)
- Topics: dma-driver, ip-drivers, linux-kernel, qdma
- Language: C
- Homepage: https://xilinx.github.io/dma_ip_drivers/
- Size: 333 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
### This is the modified version of source code files:
#### The changes applied to the files are:
- Added descriptive comments:
- Provided detailed line-by-line comments to explain what each part of the code does.
- Added debug print statements:
- Inserted printk() (or equivalent) statements where appropriate to help track the flow of execution and debug issues.
- Maintain compatibility:
- Ensured the modified code remained functional and can be compiled as part of the overall driver.
#### The [src_descriptive](./dma-ip-descriptive-ver/src_descriptive) is the descriptive version of [src files](https://github.com/Xilinx/dma_ip_drivers/tree/master/QDMA/linux-kernel/driver/src).
#### The [MD_libqdma](./dma-ip-descriptive-ver/MD_libqdma) is the descriptive version of [libqdma](https://github.com/Xilinx/dma_ip_drivers/tree/master/QDMA/linux-kernel/driver/libqdma).
#### The [MD_pcie-xilinx-cpm.c](dma-ip-descriptive-ver\MD_pcie-xilinx-cpm.c) is the descriptive version of [pcie-xilinx-cpm.c](https://github.com/Xilinx/linux-xlnx/blob/master/drivers/pci/controller/pcie-xilinx-cpm.c).