mbox series

[v3,0/2] serial: 8250/ingenic: Add support for the JZ4750

Message ID 20221022165047.4020785-1-lis8215@gmail.com
Headers show
Series serial: 8250/ingenic: Add support for the JZ4750 | expand

Message

Siarhei Volkau Oct. 22, 2022, 4:50 p.m. UTC
JZ4750 and JZ4755 have an extra clock divisor in CGU called CPCCR.ECS.
It needs to be handled properly in the early console driver.

v3:
 - fix build errors
v2:
 - serial moved into separate patchset
 - code refactored to avoid peek in CGU register
 - Krzysztof's ack picked
v1:
 - big patchset for the whole JZ4755 support

Siarhei Volkau (2):
  dt-bindings: serial: ingenic: Add support for the JZ4750/55 SoCs
  serial: 8250/ingenic: Add support for the JZ4750/JZ4755

 .../bindings/serial/ingenic,uart.yaml         |  4 ++
 drivers/tty/serial/8250/8250_ingenic.c        | 48 ++++++++++++++++---
 2 files changed, 46 insertions(+), 6 deletions(-)