An open API service indexing awesome lists of open source software.

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

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).