mbox series

[v1,0/4] arm: s5p4418: migrate to DM_SERIAL

Message ID 20221218115305.4508-1-stefan_b@posteo.net
Headers show
Series arm: s5p4418: migrate to DM_SERIAL | expand

Message

Stefan Bosch Dec. 18, 2022, 11:53 a.m. UTC
This patch-series migrates the S5P4418-SOC and therefore also the
s5p4418_nanopi2 board from CONFIG_SERIAL to CONFIG_DM_SERIAL.


Stefan Bosch (4):
  arm: s5p4418: dm_serial: add driver source code
  arm: s5p4418: dm_serial: add uarts to dts
  arm: s5p4418: dm_serial: switch to DM_SERIAL
  arm: s5p4418: dm_serial: remove old code / add DEBUG_UART

 MAINTAINERS                           |  1 +
 arch/arm/cpu/armv7/s5p4418/cpu.c      | 29 ---------
 arch/arm/dts/s5p4418-nanopi2.dts      |  6 ++
 arch/arm/dts/s5p4418-pinctrl.dtsi     | 71 ++++++++++++++++++++
 arch/arm/dts/s5p4418.dtsi             | 40 ++++++++++++
 arch/arm/mach-nexell/Kconfig          |  4 +-
 arch/arm/mach-nexell/clock.c          |  2 +-
 configs/s5p4418_nanopi2_defconfig     |  8 ++-
 drivers/serial/Kconfig                |  9 +++
 drivers/serial/Makefile               |  1 +
 drivers/serial/serial_s5p4418_pl011.c | 94 +++++++++++++++++++++++++++
 include/configs/s5p4418_nanopi2.h     |  8 +--
 12 files changed, 235 insertions(+), 38 deletions(-)
 create mode 100644 drivers/serial/serial_s5p4418_pl011.c