Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-23 | dm: serial: Don't require device tree to configure a console | Simon Glass | |
Allow serial_find_console_or_panic() to work without a device tree. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
2014-09-10 | dm: Add a uclass for serial devices | Simon Glass | |
Serial devices support simple byte input/output and a few operations to find out whether data is available. Add a basic uclass for serial devices to be used by drivers that are converted to driver model. Signed-off-by: Simon Glass <sjg@chromium.org> |