]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 11:53:52 +0000 (13:53 +0200)
commit92b8e39058e78d29632f6edf7c5cadb91d5c9431
treeda51d0bd4705c8745acdc45a052c277e98208a05
parent1fd4c06b3e97fdf0552813eda7af6f31163ed2b0
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