From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753364AbdCMXnX (ORCPT ); Mon, 13 Mar 2017 19:43:23 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:48080 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751266AbdCMXnR (ORCPT ); Mon, 13 Mar 2017 19:43:17 -0400 Date: Tue, 14 Mar 2017 07:43:03 +0800 From: Greg Kroah-Hartman To: Samuel Thibault , okash.khawaja@gmail.com, Jiri Slaby , linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org, Kirk Reiser , Chris Brannon , speakup@linux-speakup.org Subject: Re: [patch 0/7] staging: speakup: introduce tty-based comms Message-ID: <20170313234303.GA14626@kroah.com> References: <20170313220551.312820470@gmail.com> <20170313221404.GA22871@kroah.com> <20170313222608.pfmv37tw3badlsjw@var.youpi.perso.aquilenet.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170313222608.pfmv37tw3badlsjw@var.youpi.perso.aquilenet.fr> User-Agent: Mutt/1.8.0 (2017-02-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 13, 2017 at 11:26:08PM +0100, Samuel Thibault wrote: > Hello, > > Greg KH, on mar. 14 mars 2017 06:14:04 +0800, wrote: > > On Mon, Mar 13, 2017 at 10:05:51PM +0000, okash.khawaja@gmail.com wrote: > > > This patchset introduces a TTY-based way for the synths to communicate > > > with devices as an alternate for direct serial comms used by the synths > > > at the moment. It then migrates some of the synths to the TTY-based > > > comms. Synths migrated in this patchset are dummy, acntsa, bns and > > > txprt. > > > > What about using the serbus code that is now in the tree? > > I guess you mean serdev? Sorry, yes. > Well, for a start that didn't exist when Okash worked on the TTY part :) Fair enough, but it has been discussed for many months now on the linux-serial mailing list. > > That should make this a lot easier than your patchset from what I can > > see. > > Will serdev support modem line control? We need this for some devices. > How is the serial port chosen with serdev? Best asked on the linux-serial mailing list :) thanks, greg k-h