[PATCH 0/2] serial: Move uart_register_driver call to device probe

2014-01-20 Thread Tushar Behera
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 same default major/minor numbers are included in the kernel. A typical case is observed with amba-pl011 and samsung-uart drivers.

[PATCH 0/2] serial: Move uart_register_driver call to device probe

2014-01-20 Thread Tushar Behera
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 same default major/minor numbers are included in the kernel. A typical case is observed with amba-pl011 and samsung-uart drivers.