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.

AM3352 CPDMA driver

Guru 16800 points
Other Parts Discussed in Thread: AM3352

Hello,

I have questions for the CPDMA driver for AM3352.
The driver is in "drivers/net/ethernet/ti/davinci_cpdma.c" of the Linux SDK.
I check the v05.06 of Linux SDK, however the driver in v05.06 and v06.00 are same.

The driver is modified as following link description.
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=817f6d1a13754b043e1a6c1cb713763022860689

The followings are questions.

1. If the driver is switched to new one, does the issue occur?
   In other words, is the driver verified to work with no issue?

2. The teardown processing of CPDMA is executed after transmission timeout.
   How can I generate a timeout intentionally?
   Or, is there operation to cause the timeout easily?

Best Regards.

Nomoto