Re: [PATCH] fix reregistering of serial console

2014-07-02 Thread Florian Fainelli
2014-07-02 9:09 GMT-07:00 Waldemar Brodkorb : > Runtime tested on Mikrotik RB532 board. > Thanks goes to Geert Uytterhoeven for the explanation of the problem. The subject should be something like "MIPS: rb532: fix reregistering of serial console" to be consistent with the other changes. > >

[PATCH] fix reregistering of serial console

2014-07-02 Thread Waldemar Brodkorb
Runtime tested on Mikrotik RB532 board. Thanks goes to Geert Uytterhoeven for the explanation of the problem. "I'm afraid this is not gonna help. When the port is unregistered, its type will be reset to PORT_UNKNOWN. So before registering it again, its type must be set again the actual serial

[PATCH] fix reregistering of serial console

2014-07-02 Thread Waldemar Brodkorb
Runtime tested on Mikrotik RB532 board. Thanks goes to Geert Uytterhoeven for the explanation of the problem. I'm afraid this is not gonna help. When the port is unregistered, its type will be reset to PORT_UNKNOWN. So before registering it again, its type must be set again the actual serial

Re: [PATCH] fix reregistering of serial console

2014-07-02 Thread Florian Fainelli
2014-07-02 9:09 GMT-07:00 Waldemar Brodkorb w...@openadk.org: Runtime tested on Mikrotik RB532 board. Thanks goes to Geert Uytterhoeven for the explanation of the problem. The subject should be something like MIPS: rb532: fix reregistering of serial console to be consistent with the other