commit | 247f5962773e330fbe5d7b7c32680ae01c1cadfd | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Sep 04 16:27:26 2014 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Sep 10 13:00:00 2014 -0600 |
tree | 33a0908febf5da246e703633fcb51622c64db7e3 | |
parent | 439bc84174884d389e1575922c837fcadc27c42e [diff] |
dm: Add a uclass for serial devices 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>