Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
can: m_can: pci: fix iomap_read_fifo() and iomap_write_fifo()
The same fix that was previously done in m_can_platform in commit 99d173f ("can: m_can: fix iomap_read_fifo() and iomap_write_fifo()") is required in m_can_pci as well to make iomap_read_fifo() and iomap_write_fifo() work for val_count > 1. Fixes: 812270e ("can: m_can: Batch FIFO writes during CAN transmit") Fixes: 1aa6772 ("can: m_can: Batch FIFO reads during CAN receive") Link: https://lore.kernel.org/all/[email protected] Cc: [email protected] Cc: Matt Kline <[email protected]> Signed-off-by: Matthias Schiffer <[email protected]> Tested-by: Jarkko Nikula <[email protected]> Signed-off-by: Marc Kleine-Budde <[email protected]>
- Loading branch information