]> code.ossystems Code Review - bsp/u-boot.git/commit
serial: mxc: Move common init into _mxc_serial_init
authorJagan Teki <jagan@amarulasolutions.com>
Tue, 6 Jun 2017 05:31:48 +0000 (05:31 +0000)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 12 Jul 2017 12:05:01 +0000 (09:05 -0300)
commit1ca9fe11fd6d11d11b92e25423bdfd8da40c6dee
tree5ef4651b511370197243f55ba84bd8c262c03e17
parent14ac9d06be76bc11f452e74301a04c9815e7c5e8
serial: mxc: Move common init into _mxc_serial_init

Move the common initialization code into _mxc_serial_init
so-that dm and non-dm can call this func.

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/serial/serial_mxc.c