From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Cox Subject: Re: [PATCH] m68k/atari: SCC - Move Atari serial driver to staging Date: Thu, 3 Nov 2011 15:12:41 +0000 Message-ID: <20111103151241.70955a9f@bob.linux.org.uk> References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-m68k-owner@vger.kernel.org To: Geert Uytterhoeven Cc: Michael Schmitz , Linux/m68k , linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: linux-serial@vger.kernel.org > So let's ask the experts: what will be the preferred serial driver > framework in 2012? The tty_port code should now handle all the nasty horrible open/close/hangup logic for you. The serial midlayer uses that and is gradually shrinking into a buffering/locking helper. The goal was to *not* create yet another mid layer but to provide helpers that mid layer and driver code alike can use sensibly. So either ought to work out. Alan