summaryrefslogtreecommitdiff
path: root/drivers/misc/ibmasm/module.c
diff options
context:
space:
mode:
authorMichael Walle <michael@walle.cc>2021-05-12 16:12:55 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-07-20 16:02:04 +0200
commit3745d7a468aab9b7b49acab23fcf0fd7b0f61c8d (patch)
treeeb6b1879cf1cf5de3633bc4f34182bf81a1e117e /drivers/misc/ibmasm/module.c
parentc069b856d637dd22b4529a46aec4651f2aab3bb8 (diff)
serial: fsl_lpuart: disable DMA for console and fix sysrq
[ Upstream commit 8cac2f6eb8548245e6f8fb893fc7f2a714952654 ] SYSRQ doesn't work with DMA. This is because there is no error indication whether a symbol had a framing error or not. Actually, this is not completely correct, there is a bit in the data register which is set in this case, but we'd have to read change the DMA access to 16 bit and we'd need to post process the data, thus make the DMA pointless in the first place. Signed-off-by: Michael Walle <michael@walle.cc> Link: https://lore.kernel.org/r/20210512141255.18277-10-michael@walle.cc Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'drivers/misc/ibmasm/module.c')
0 files changed, 0 insertions, 0 deletions