]> asedeno.scripts.mit.edu Git - linux.git/commit
serial: 8250_uniphier: flatten probe function
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 28 Sep 2018 02:05:08 +0000 (11:05 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 2 Oct 2018 20:38:58 +0000 (13:38 -0700)
commitaca70d19c8e56a871e9a68c9b6b940656666b56a
tree5cc7b9a6529503ed8484d2e75343d6bc7a3694d1
parent2fd8e454189d580bcfc198fee60e51655945b986
serial: 8250_uniphier: flatten probe function

Currently, the DT-related settings are split out to
uniphier_of_serial_setup(), but it turned out to be not nice.
The next commit will add a DT property, but it will not fit in
the helper.  Merge the helper into the probe function.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_uniphier.c