Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
p54spi: fix incorrect access sequence to DMA_WRITE_CTRL in p54spi_spi…
…_write_dma Host is not allowed to modify DMA_WRITE_CTRL register if bit HOST_ALLOWED in it is not set. Wait for HOST_ALLOWED first. Also get rid of timeout in p54spi_wait_bit as it's been playing a role of workaround for such an incorrect register access. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
- Loading branch information