commit | 6286767ad3afc886ec6473409aa02191cb54f97b | [log] [tgz] |
---|---|---|
author | Alexander Shiyan <shc_work@mail.ru> | Tue Jun 07 18:59:24 2016 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Jun 25 13:55:35 2016 -0700 |
tree | b08a02fd88184bebcd45c224f95ae25ed7971e9c | |
parent | 0e8cc7c2ea025b96b4ed57b52c61f2d982a95ddb [diff] |
serial: max310x: Register UART driver at module_init This patch moves UART registration at module_init initcall, so this should helps to add multiple chip support in the future. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>