Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752800AbdCNNrD (ORCPT ); Tue, 14 Mar 2017 09:47:03 -0400 Received: from mail-wm0-f67.google.com ([74.125.82.67]:33730 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750780AbdCNNpT (ORCPT ); Tue, 14 Mar 2017 09:45:19 -0400 Message-Id: <20170314134151.603195427@gmail.com> User-Agent: quilt/0.63-1 Date: Tue, 14 Mar 2017 13:41:51 +0000 From: Okash Khawaja To: Greg Kroah-Hartman , Samuel Thibault , linux-kernel@vger.kernel.org Cc: William Hubbs , Chris Brannon , Kirk Reiser , speakup@linux-speakup.org, devel@driverdev.osuosl.org Subject: [patch 0/4] staging: speakup: refactor to make raw serial i/o swappable Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 398 Lines: 10 Hi, The following patches group together most of raw serial comms with external synth and makes rest of the code agnostic to it, so that raw serial comms can be easily replaced by an alternate way to communicate with external synths. Plan is to follow these patches with alternate implementation of comms with external synths and then migrate existing synths to use the new implementation. Okash