Re: [PATCH 2/4] tty: serial: cpm_uart: Fix module autoload for OF platform driver

2015-09-18 Thread Timur Tabi
Luis de Bethencourt wrote: This platform driver has a OF device ID table but the OF module alias information is not created so module autoloading won't work. Signed-off-by: Luis de Bethencourt Acked-by: Timur Tabi -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

[PATCH 2/4] tty: serial: cpm_uart: Fix module autoload for OF platform driver

2015-09-18 Thread Luis de Bethencourt
This platform driver has a OF device ID table but the OF module alias information is not created so module autoloading won't work. Signed-off-by: Luis de Bethencourt --- drivers/tty/serial/cpm_uart/cpm_uart_core.c | 1 + 1 file changed, 1 insertion(+) diff --git

Re: [PATCH 2/4] tty: serial: cpm_uart: Fix module autoload for OF platform driver

2015-09-18 Thread Timur Tabi
Luis de Bethencourt wrote: This platform driver has a OF device ID table but the OF module alias information is not created so module autoloading won't work. Signed-off-by: Luis de Bethencourt Acked-by: Timur Tabi -- To unsubscribe from this list:

[PATCH 2/4] tty: serial: cpm_uart: Fix module autoload for OF platform driver

2015-09-18 Thread Luis de Bethencourt
This platform driver has a OF device ID table but the OF module alias information is not created so module autoloading won't work. Signed-off-by: Luis de Bethencourt --- drivers/tty/serial/cpm_uart/cpm_uart_core.c | 1 + 1 file changed, 1 insertion(+) diff --git