]> git.ipfire.org Git - thirdparty/linux.git/commit
serial: qcom-geni: fix rx cancel dma status bit
authorJohan Hovold <johan+linaro@kernel.org>
Wed, 9 Oct 2024 14:51:07 +0000 (16:51 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 11 Oct 2024 06:39:23 +0000 (08:39 +0200)
commitc657243ae12000dc57e3648b0ddd30da9ffd1f14
treed139b0c409d82e216c9c48ca5da046b8b5b220e6
parentfa103d2599e11e802c818684cff821baefe7f206
serial: qcom-geni: fix rx cancel dma status bit

Cancelling an rx command is signalled using bit 14 of the rx DMA status
register and not bit 11.

This bit is currently unused, but this error becomes apparent, for
example, when tracing the status register when closing the port.

Fixes: eddac5af0654 ("soc: qcom: Add GENI based QUP Wrapper driver")
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Link: https://lore.kernel.org/r/20241009145110.16847-7-johan+linaro@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/soc/qcom/geni-se.h