We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ce9251 commit a46f553Copy full SHA for a46f553
drivers/tty/serial/pch_uart.c
@@ -1864,4 +1864,8 @@ module_exit(pch_uart_module_exit);
1864
MODULE_LICENSE("GPL v2");
1865
MODULE_DESCRIPTION("Intel EG20T PCH UART PCI Driver");
1866
module_param(default_baud, uint, S_IRUGO);
1867
+MODULE_PARM_DESC(default_baud,
1868
+ "Default BAUD for initial driver state and console (default 9600)");
1869
module_param(user_uartclk, uint, S_IRUGO);
1870
+MODULE_PARM_DESC(user_uartclk,
1871
+ "Override UART default or board specific UART clock");
0 commit comments