]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc: Add serial driver for driver model
authorSimon Glass <sjg@chromium.org>
Sat, 7 Feb 2015 18:51:47 +0000 (11:51 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 11:50:46 +0000 (13:50 +0200)
commit3d8fb91c5c70e36c62422fb92c230585bb425cae
tree62e1f6ef4ebb0369a73d2635f8a5173be148e2d5
parentc61f016c449b90a56beac530dbaee7a5f7e2a0e8
powerpc: Add serial driver for driver model

This uses the ns16550 driver but sets up the clock at run-time. It does
not seem to be available in the device tree.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/serial/Makefile
drivers/serial/serial_ppc.c [new file with mode: 0644]