[PATCH 0/4] Add Cortina Access basic DM drivers
Alex Nemirovsky
Alex.Nemirovsky at cortina-access.com
Mon Jan 20 10:53:31 CET 2020
This series contains a set of basic DM drivers compatible
with Cortina Access ARM and MIPS series of SoCs.
Jason Li (4):
gpio: do not include <asm/arch/gpio.h> for Cortina CAxxxx SoCs
gpio: cortina_gpio: add DM_GPIO driver for CAxxxx SoCs
watchdog: cortina_wdt: add support for HW WDT on CAxxxx SoCs
serial: serial_cortina: add UART DM driver for CAxxxx SoCs
MAINTAINERS | 8 +++
arch/arm/include/asm/gpio.h | 2 +-
drivers/gpio/Kconfig | 8 +++
drivers/gpio/Makefile | 1 +
drivers/gpio/cortina_gpio.c | 113 +++++++++++++++++++++++++++++++
drivers/serial/Kconfig | 7 ++
drivers/serial/Makefile | 2 +-
drivers/serial/serial_cortina.c | 129 +++++++++++++++++++++++++++++++++++
drivers/serial/serial_cortina.h | 83 +++++++++++++++++++++++
drivers/watchdog/Kconfig | 8 +++
drivers/watchdog/Makefile | 1 +
drivers/watchdog/cortina_wdt.c | 144 ++++++++++++++++++++++++++++++++++++++++
12 files changed, 504 insertions(+), 2 deletions(-)
create mode 100644 drivers/gpio/cortina_gpio.c
create mode 100644 drivers/serial/serial_cortina.c
create mode 100644 drivers/serial/serial_cortina.h
create mode 100644 drivers/watchdog/cortina_wdt.c
--
2.7.4
More information about the U-Boot
mailing list