diff options
| author | Prasanna S <prasanna.s@oss.qualcomm.com> | 2026-04-28 09:56:13 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2026-05-11 17:02:45 +0200 |
| commit | ca2584d841b69391ffc4144840563d2e1a0018df (patch) | |
| tree | 508153e6ce1285020220628ad2c8791ab0213601 /include/linux | |
| parent | 92b1ea22454b08a39baef3a7290fb3ec50366616 (diff) | |
| download | lwn-ca2584d841b69391ffc4144840563d2e1a0018df.tar.gz lwn-ca2584d841b69391ffc4144840563d2e1a0018df.zip | |
serial: qcom-geni: fix UART_RX_PAR_EN bit position
UART_RX_PAR_EN is incorrectly defined as bit 3, which triggers false
framing errors (S_GP_IRQ_1_EN) and causes received data to be dropped
when parity is enabled and the parity bit is 0.
Define UART_RX_PAR_EN as bit 4 of the SE_UART_RX_TRANS_CFG register, as
specified in the reference manual.
Fixes: c4f528795d1a ("tty: serial: msm_geni_serial: Add serial driver support for GENI based QUP")
Cc: stable <stable@kernel.org>
Signed-off-by: Prasanna S <prasanna.s@oss.qualcomm.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Link: https://patch.msgid.link/20260428-serial-bit-correct-v1-1-9131ad5b97d8@oss.qualcomm.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions
