Skip to content

Commit a46f553

Browse files
dvhartgregkh
authored andcommitted
pch_uart: Add module parameter descriptions
Document default_baud and user_uartclk module parameters. Signed-off-by: Darren Hart <[email protected]> CC: Tomoya MORINAGA <[email protected]> CC: Feng Tang <[email protected]> CC: Alan Cox <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 7ce9251 commit a46f553

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

drivers/tty/serial/pch_uart.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1864,4 +1864,8 @@ module_exit(pch_uart_module_exit);
18641864
MODULE_LICENSE("GPL v2");
18651865
MODULE_DESCRIPTION("Intel EG20T PCH UART PCI Driver");
18661866
module_param(default_baud, uint, S_IRUGO);
1867+
MODULE_PARM_DESC(default_baud,
1868+
"Default BAUD for initial driver state and console (default 9600)");
18671869
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

Comments
 (0)