[PATCH V2 0/2] serial: sprd: Modification of UNISOC Platform UART Driver

Wenhua Lin posted 2 patches 11 months, 2 weeks ago
.../devicetree/bindings/serial/sprd-uart.yaml |  5 +++
drivers/tty/serial/sprd_serial.c              | 41 ++++++++++++++++---
2 files changed, 41 insertions(+), 5 deletions(-)
[PATCH V2 0/2] serial: sprd: Modification of UNISOC Platform UART Driver
Posted by Wenhua Lin 11 months, 2 weeks ago
In order to be compatible with UNISOC's new UART IP, the UART driver uses
private data for adaptation. Patch1 adds UART timeout interrupt BIT17, and
the old project uses BIT13. In order to be compatible with all projects,
private data is used for adaptation. Patch2 adds a new compatible string.

Change in V2:
-Change commit message in PATCH 2/2.
-Add a new items supports sc9832 compatible string in PATCH 2/2.

Wenhua Lin (2):
  dt-bindings: serial: Add a new compatible string for UMS9632
  serial: sprd: Add support for sc9632

 .../devicetree/bindings/serial/sprd-uart.yaml |  5 +++
 drivers/tty/serial/sprd_serial.c              | 41 ++++++++++++++++---
 2 files changed, 41 insertions(+), 5 deletions(-)

-- 
2.34.1
Re: [PATCH V2 0/2] serial: sprd: Modification of UNISOC Platform UART Driver
Posted by Baolin Wang 11 months, 2 weeks ago

On 2025/1/13 11:19, Wenhua Lin wrote:
> In order to be compatible with UNISOC's new UART IP, the UART driver uses
> private data for adaptation. Patch1 adds UART timeout interrupt BIT17, and
> the old project uses BIT13. In order to be compatible with all projects,
> private data is used for adaptation. Patch2 adds a new compatible string.
> 
> Change in V2:
> -Change commit message in PATCH 2/2.

You did NOT change any commit messages compared to V1[1]! Please write 
correct commit messages.

[1] 
https://lore.kernel.org/lkml/20241113110516.2166328-2-Wenhua.Lin@unisoc.com/

> -Add a new items supports sc9832 compatible string in PATCH 2/2.
> 
> Wenhua Lin (2):
>    dt-bindings: serial: Add a new compatible string for UMS9632
>    serial: sprd: Add support for sc9632
> 
>   .../devicetree/bindings/serial/sprd-uart.yaml |  5 +++
>   drivers/tty/serial/sprd_serial.c              | 41 ++++++++++++++++---
>   2 files changed, 41 insertions(+), 5 deletions(-)
>