diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2017-04-20 14:13:01 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-05-18 16:19:16 +0200 |
commit | 352b92664549e9dcdded742424a96aac9a0dbb40 (patch) | |
tree | 2a84b555104bd9fcdf3f832233f5539686def84b /tools/perf/scripts/python/export-to-postgresql.py | |
parent | bd8766b158fb5def7633df1b2d2ec78a48941035 (diff) |
serial: sh-sci: Move uart_register_driver call to device probe
uart_register_driver call binds the driver to a specific device
node through tty_register_driver call. This should typically
happen during device probe call.
In a multiplatform scenario, it is possible that multiple serial
drivers are part of the kernel. Currently the driver registration fails
if multiple serial drivers with overlapping major/minor numbers are
included.
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions