commit | aca70d19c8e56a871e9a68c9b6b940656666b56a | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Sep 28 11:05:08 2018 +0900 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Oct 02 13:38:58 2018 -0700 |
tree | 5cc7b9a6529503ed8484d2e75343d6bc7a3694d1 | |
parent | 2fd8e454189d580bcfc198fee60e51655945b986 [diff] |
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>