From mboxrd@z Thu Jan 1 00:00:00 1970 From: michal.simek@xilinx.com (Michal Simek) Date: Mon, 31 Jul 2017 09:42:47 +0200 Subject: [RFC PATCH 0/4] serial: uartps: Dynamic allocation In-Reply-To: <20170728193952.1f85073f@alans-desktop> References: <20170728193952.1f85073f@alans-desktop> Message-ID: <068fcae4-64ff-b9cd-17ed-2803e6d6ef7b@xilinx.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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 wired with console which is also fixed. >> And the next step is the most complicated one handle .nr in uart_driver >> structure in more generic way. >> >> Thanks, >> Michal > > Sorry for the delay been on jury service np at all. Do you have any suggestion how to do the last step? > > Series > > Reviewed-by: Alan Cox > Thanks, Michal