]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
serial-arc: switch to DM
authorAlexey Brodkin <abrodkin@synopsys.com>
Tue, 17 Mar 2015 11:55:14 +0000 (14:55 +0300)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:38:14 +0000 (14:38 +0200)
commit058efe728abc34ac8b8a1d48c3bedebc929cc8bd
tree27291bfb1671d79c11cb314cf59a3e40358a3996
parent1f53930069aa3c12fb011128e67564a1803bcbf4
serial-arc: switch to DM

Now when all infrastructure in ARC is ready for it let's switch ARC UART
to driver model.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
Cc: Simon Glass <sjg@chromium.org>
arch/Kconfig
arch/arc/dts/Makefile [new file with mode: 0644]
arch/arc/dts/arcangel4.dts [new file with mode: 0644]
arch/arc/dts/skeleton.dtsi [new file with mode: 0644]
configs/arcangel4-be_defconfig
configs/arcangel4_defconfig
drivers/serial/serial_arc.c