| commit | fb0dd841ff24c8c54f94fca9a348046e4779828f | [log] [tgz] |
|---|---|---|
| author | Jérôme Pouiller <jerome.pouiller@silabs.com> | Tue Oct 14 11:03:55 2025 +0200 |
| committer | Chris Friedt <chrisfriedt@gmail.com> | Thu Oct 23 16:01:37 2025 -0400 |
| tree | 6fd3cd002eff7f5a22542d5e70f2976c1cfa409b | |
| parent | 7e90e45b7a155c497aad772067327634aad31c7b [diff] |
drivers: dma: siwx91x: Check buffers alignments GPDMA hardware block has some requirement regarding the buffers alignments. Note the previous condition was too permissive. It ignored source_burst_length during the check of the transaction size. Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>