From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jiri Slaby Subject: Re: [RFC PATCH] tty: move the async flags from the serial code into the tty includes Date: Fri, 24 Aug 2012 09:17:42 +0200 Message-ID: <50372A96.1040701@suse.cz> References: <20120822144426.27149.93723.stgit@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: Received: from mail-we0-f174.google.com ([74.125.82.174]:39978 "EHLO mail-we0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755100Ab2HXHRs (ORCPT ); Fri, 24 Aug 2012 03:17:48 -0400 In-Reply-To: <20120822144426.27149.93723.stgit@localhost.localdomain> Sender: linux-serial-owner@vger.kernel.org List-Id: linux-serial@vger.kernel.org To: Alan Cox Cc: greg@kroah.com, linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org On 08/22/2012 04:44 PM, Alan Cox wrote: > Jiri - this seem more sensible ? I would be faster if you CCed me :). > From: Alan Cox > > These are used with the tty_port flags which are tty generic so move the > flags into a more sensible place. This then makes it possible to add > helpers such as those suggested by Huang Shijie. > > Signed-off-by: Alan Cox Acked-by: Jiri Slaby > include/linux/Kbuild | 1 + > include/linux/serial.h | 75 ++----------------------------------------- > include/linux/tty.h | 1 + > include/linux/tty_flags.h | 78 +++++++++++++++++++++++++++++++++++++++++++++ > 4 files changed, 83 insertions(+), 72 deletions(-) > create mode 100644 include/linux/tty_flags.h thanks, -- js suse labs