-
Jakub Kicinski authored
We currently register the uart driver during device probe which makes it hard to support more than one chip. Move the driver registration to module init/exit time and preallocate space for up to 8 lines (4-8 chips). Reported-by:
Michael Allwright <michael.allwright@upb.de> Signed-off-by:
Jakub Kicinski <kubakici@wp.pl> Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
c6434972