Re: [PATCH] Documentation/kernel-parameters: add missing pciserial to the earlyprintk

2015-06-22 Thread Jonathan Corbet
On Wed, 10 Jun 2015 23:21:15 +0600 Alexander Kuleshov wrote: > The PCI based UART can be specified for earlyprintk with the 'pciserial' > parameter from the ea9e9d802. This patch adds missing information about > this parameter. So I went ahead and applied this to the docs tree since it's better

[PATCH] Documentation/kernel-parameters: add missing pciserial to the earlyprintk

2015-06-10 Thread Alexander Kuleshov
The PCI based UART can be specified for earlyprintk with the 'pciserial' parameter from the ea9e9d802. This patch adds missing information about this parameter. Signed-off-by: Alexander Kuleshov --- Documentation/kernel-parameters.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documenta