]> www.infradead.org Git - users/dwmw2/linux.git/commit
serial: sprd: Add support for sc9632
authorWenhua Lin <Wenhua.Lin@unisoc.com>
Wed, 13 Nov 2024 11:05:15 +0000 (19:05 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 13 Nov 2024 14:14:17 +0000 (15:14 +0100)
commit8f9eeb5cfbfe171384759ececea49e92415103a4
treebf1c3f6b522038f90afd5f7dfe2fd901fb37957e
parentb3a882e814e007bfd0d50dc2150d48d47cb1973b
serial: sprd: Add support for sc9632

Due to the platform's new project uart ip upgrade,
the new project's timeout interrupt needs to use bit17
while other projects' timeout interrupt needs to use
bit13, using private data to adapt and be compatible
with all projects.

Signed-off-by: Wenhua Lin <Wenhua.Lin@unisoc.com>
Link: https://lore.kernel.org/r/20241113110516.2166328-2-Wenhua.Lin@unisoc.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/sprd_serial.c