| c6e8d85f | 19-Apr-2025 |
Gabriel Shahrouzi <[email protected]> |
staging: axis-fifo: Remove hardware resets for user errors
The axis-fifo driver performs a full hardware reset (via reset_ip_core()) in several error paths within the read and write functions. This
staging: axis-fifo: Remove hardware resets for user errors
The axis-fifo driver performs a full hardware reset (via reset_ip_core()) in several error paths within the read and write functions. This reset flushes both TX and RX FIFOs and resets the AXI-Stream links.
Allow the user to handle the error without causing hardware disruption or data loss in other FIFO paths.
Fixes: 4a965c5f89de ("staging: add driver for Xilinx AXI-Stream FIFO v4.1 IP core") Cc: [email protected] Signed-off-by: Gabriel Shahrouzi <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
show more ...
|
| 6a20d283 | 01-Nov-2019 |
Quentin Deslandes <[email protected]> |
staging: axis-fifo: request resources using managed functions
Request device's resources (memory, interrupt...) using managed function.
Signed-off-by: Quentin Deslandes <[email protected].
staging: axis-fifo: request resources using managed functions
Request device's resources (memory, interrupt...) using managed function.
Signed-off-by: Quentin Deslandes <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
show more ...
|