Re: [PATCH] 8250: serial device file is out of order

2014-08-25 Thread Greg KH
On Tue, Aug 26, 2014 at 11:04:57AM +0800, Scott Yuan wrote: > On x86 architecture, the configuration of serial device maybe get from ACPI > DSDT, but the order of DSDT is not mandatory, result as array serial8250_ports > is out of order. This situation is more obvious in multiple serial port >

[PATCH] 8250: serial device file is out of order

2014-08-25 Thread Scott Yuan
On x86 architecture, the configuration of serial device maybe get from ACPI DSDT, but the order of DSDT is not mandatory, result as array serial8250_ports is out of order. This situation is more obvious in multiple serial port mainboard. Sort it by unique id that in DSDT will fix it.

Re: [PATCH] 8250: serial device file is out of order

2014-08-25 Thread Greg KH
On Mon, Aug 25, 2014 at 07:38:27PM +0800, Scott Yuan wrote: > From ebb85a61456bf25f87aeb8a31c92c74540bdf306 Mon Sep 17 00:00:00 2001 > From: Scott Yuan > Date: Sun, 24 Aug 2014 13:46:56 +0800 > Subject: [PATCH] 8250: serial device file is out of order Why is this here in the email?

Re: [PATCH] 8250: serial device file is out of order

2014-08-25 Thread Peter Hurley
Hi Scott, On 08/25/2014 07:38 AM, Scott Yuan wrote: > From ebb85a61456bf25f87aeb8a31c92c74540bdf306 Mon Sep 17 00:00:00 2001 > From: Scott Yuan > Date: Sun, 24 Aug 2014 13:46:56 +0800 > Subject: [PATCH] 8250: serial device file is out of order > > On x86 architecture,

[PATCH] 8250: serial device file is out of order

2014-08-25 Thread Scott Yuan
From ebb85a61456bf25f87aeb8a31c92c74540bdf306 Mon Sep 17 00:00:00 2001 From: Scott Yuan Date: Sun, 24 Aug 2014 13:46:56 +0800 Subject: [PATCH] 8250: serial device file is out of order On x86 architecture, the configuration of serial device maybe get from ACPI DSDT, but the order of DSDT

[PATCH] 8250: serial device file is out of order

2014-08-25 Thread Scott Yuan
From ebb85a61456bf25f87aeb8a31c92c74540bdf306 Mon Sep 17 00:00:00 2001 From: Scott Yuan scottze...@gmail.com Date: Sun, 24 Aug 2014 13:46:56 +0800 Subject: [PATCH] 8250: serial device file is out of order On x86 architecture, the configuration of serial device maybe get from ACPI DSDT

Re: [PATCH] 8250: serial device file is out of order

2014-08-25 Thread Peter Hurley
Hi Scott, On 08/25/2014 07:38 AM, Scott Yuan wrote: From ebb85a61456bf25f87aeb8a31c92c74540bdf306 Mon Sep 17 00:00:00 2001 From: Scott Yuan scottze...@gmail.com Date: Sun, 24 Aug 2014 13:46:56 +0800 Subject: [PATCH] 8250: serial device file is out of order On x86 architecture

Re: [PATCH] 8250: serial device file is out of order

2014-08-25 Thread Greg KH
On Mon, Aug 25, 2014 at 07:38:27PM +0800, Scott Yuan wrote: From ebb85a61456bf25f87aeb8a31c92c74540bdf306 Mon Sep 17 00:00:00 2001 From: Scott Yuan scottze...@gmail.com Date: Sun, 24 Aug 2014 13:46:56 +0800 Subject: [PATCH] 8250: serial device file is out of order Why is this here

[PATCH] 8250: serial device file is out of order

2014-08-25 Thread Scott Yuan
On x86 architecture, the configuration of serial device maybe get from ACPI DSDT, but the order of DSDT is not mandatory, result as array serial8250_ports is out of order. This situation is more obvious in multiple serial port mainboard. Sort it by unique id that in DSDT will fix it.

Re: [PATCH] 8250: serial device file is out of order

2014-08-25 Thread Greg KH
On Tue, Aug 26, 2014 at 11:04:57AM +0800, Scott Yuan wrote: On x86 architecture, the configuration of serial device maybe get from ACPI DSDT, but the order of DSDT is not mandatory, result as array serial8250_ports is out of order. This situation is more obvious in multiple serial port