commit | 765716744f6743d6c1e6b3c92eea163b4ee59f3c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 26 18:27:08 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Feb 19 06:20:28 2015 -0700 |
tree | c17b87c0c0ecf21f175ec70f8acb44eccd5e7828 | |
parent | 2f964aa7b1bf7de50587a1864cf60d187ebefb2c [diff] |
serial: ns16550: Add access functions that don't need platdata For the debug UART we need to be able to provide any parameters before driver model is set up. Add parameters to the low-level access functions to make this possible. Signed-off-by: Simon Glass <sjg@chromium.org>