serial: ns16550: Add access functions that don't need platdata
authorSimon Glass <sjg@chromium.org>
Tue, 27 Jan 2015 01:27:08 +0000 (18:27 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 19 Feb 2015 13:20:28 +0000 (06:20 -0700)
commit765716744f6743d6c1e6b3c92eea163b4ee59f3c
treec17b87c0c0ecf21f175ec70f8acb44eccd5e7828
parent2f964aa7b1bf7de50587a1864cf60d187ebefb2c
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>
drivers/serial/ns16550.c