Re: [RFC PATCH 0/4] serial: uartps: Dynamic allocation

2017-07-31 Thread Michal Simek
On 28.7.2017 20:39, Alan Cox wrote: > On Fri, 21 Jul 2017 11:32:23 +0200 > Michal Simek wrote: > >> Hi Alan, >> >> this is the initial version before next step which is move >> uart_register_driver to probe function. >> I was able to get rid of static array with

Re: [RFC PATCH 0/4] serial: uartps: Dynamic allocation

2017-07-31 Thread Michal Simek
On 28.7.2017 20:39, Alan Cox wrote: > On Fri, 21 Jul 2017 11:32:23 +0200 > Michal Simek wrote: > >> Hi Alan, >> >> this is the initial version before next step which is move >> uart_register_driver to probe function. >> I was able to get rid of static array with uart_port structures. >> It was

Re: [RFC PATCH 0/4] serial: uartps: Dynamic allocation

2017-07-28 Thread Alan Cox
On Fri, 21 Jul 2017 11:32:23 +0200 Michal Simek wrote: > Hi Alan, > > this is the initial version before next step which is move > uart_register_driver to probe function. > I was able to get rid of static array with uart_port structures. > It was wired with console

Re: [RFC PATCH 0/4] serial: uartps: Dynamic allocation

2017-07-28 Thread Alan Cox
On Fri, 21 Jul 2017 11:32:23 +0200 Michal Simek wrote: > Hi Alan, > > this is the initial version before next step which is move > uart_register_driver to probe function. > I was able to get rid of static array with uart_port structures. > It was wired with console which is also fixed. > And

[RFC PATCH 0/4] serial: uartps: Dynamic allocation

2017-07-21 Thread Michal Simek
Hi Alan, this is the initial version before next step which is move uart_register_driver to probe function. I was able to get rid of static array with uart_port structures. It was wired with console which is also fixed. And the next step is the most complicated one handle .nr in uart_driver

[RFC PATCH 0/4] serial: uartps: Dynamic allocation

2017-07-21 Thread Michal Simek
Hi Alan, this is the initial version before next step which is move uart_register_driver to probe function. I was able to get rid of static array with uart_port structures. It was wired with console which is also fixed. And the next step is the most complicated one handle .nr in uart_driver