From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Cox Subject: Re: [RFC PATCH 0/4] serial: uartps: Dynamic allocation Date: Fri, 28 Jul 2017 19:39:52 +0100 Message-ID: <20170728193952.1f85073f@alans-desktop> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Michal Simek Cc: monstr@monstr.eu, Greg Kroah-Hartman , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-serial@vger.kernel.org, Jiri Slaby , =?UTF-8?B?U8O2cmVu?= Brinkmann List-Id: linux-serial@vger.kernel.org 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 Series Reviewed-by: Alan Cox