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@xxxxxxxxxx/
-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(-)