From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752916AbcCSJHi (ORCPT ); Sat, 19 Mar 2016 05:07:38 -0400 Received: from mail-wm0-f65.google.com ([74.125.82.65]:36217 "EHLO mail-wm0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752200AbcCSJHc (ORCPT ); Sat, 19 Mar 2016 05:07:32 -0400 Date: Sat, 19 Mar 2016 10:07:23 +0100 From: Mathieu OTHACEHE To: "Matwey V. Kornilov" Cc: gregkh@linuxfoundation.org, jslaby@suse.com, andriy.shevchenko@linux.intel.com, anton.wuerfel@fau.de, phillip.raffeck@fau.de, heikki.krogerus@linux.intel.com, hpeter@gmail.com, soeren.grunewald@desy.de, udknight@gmail.com, JBeulich@suse.com, linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3] tty: serial: 8250: add MOXA Smartio MUE boards support Message-ID: <20160319090723.GA8678@gmail.com> References: <1456341022-8897-1-git-send-email-m.othacehe@gmail.com> <56E68636.8000002@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <56E68636.8000002@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, Sorry about late reply. No I haven't planned to do it soon. Your board is supported by mxser driver (drivers/tty/mxser.c). I think it would be nice to move everything from mxser.c to 8250_moxa.c. The problem is mxser supports ISA and PCI boards and I don't have the hardware to test it. Mathieu