]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sandbox: serial: Support a coloured console
authorSimon Glass <sjg@chromium.org>
Thu, 4 Sep 2014 22:27:28 +0000 (16:27 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 10 Sep 2014 19:00:00 +0000 (13:00 -0600)
commit72e98228c3f17a5411b4f8fea27cfd6072ace348
tree405a8d1b09738ad296d1b02978a2d473c23dbb17
parent890fcefe2e20b30a3d98f667c2dcfb382b1de2e6
sandbox: serial: Support a coloured console

The current sandbox serial driver is a pretty trivial example and does not
have the featues that might be needed for other board serial drivers. To
help provide a better example, add a text colour property to the device
tree for sandbox. This uses platform data, a device tree node, driver
private data and a remove() method.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/serial/sandbox.c