Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1600414

[patch 0/4] staging: speakup: refactor to make raw serial i/o swappable

Path csiph.com!1.us.feeder.erje.net!feeder.erje.net!2.eu.feeder.erje.net!news2.arglkargh.de!news.mixmin.net!weretis.net!feeder4.news.weretis.net!newsfeed.CARNet.hr!news.spin.it!bofh.it!news.nic.it!robomod
From Okash Khawaja <okash.khawaja@gmail.com>
Newsgroups linux.kernel
Subject [patch 0/4] staging: speakup: refactor to make raw serial i/o swappable
Date Tue, 14 Mar 2017 14:50:02 +0100
Message-ID <tkUZP-Q3-9@gated-at.bofh.it> (permalink)
Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=message-id:user-agent:date:from:to:cc:subject; bh=moS6CkvrxTTh8okhwRAem/LMIpP5uaHt775SV9oOgrc=; b=n3q5ovLysqcQBedefrU1qLpdBSQMrXLrXXg2fDk6a4e6lWcJYJVKjlrcMOAvS58/wa DJSq2o4lmz3PHwSSjVHZP1fYom87RFKGrwTGF2wdXJ81Gik8/J9NCFrr2dn68VLcCqtT bg7rAfNCdk0p0RLc55FRUbk4tLSTVm39lEl2zrjAKu8slZxO8c5Lv2QUgq92ijKzDZ/v LlXkbqe6oEAOvS4QXFjNWYDDWZs/VqVVUWVgeaq2J5Pyin3biRTXx1rz+HX5sCnb4Uh4 K3G7RxFyhycEGtElTfL/LDt9qJzthfeYU7wsrK3/8nU18nRd1m44tBiC67F3GIcPwNat /bVQ==
X-Google-Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:user-agent:date:from:to:cc:subject; bh=moS6CkvrxTTh8okhwRAem/LMIpP5uaHt775SV9oOgrc=; b=h4sYvzcDG4yKwBFkzGHNiWYVUuhgTFLPZ9uK1wE9bcONRJPTh6y8pBft/i0/AE4DxD V765erS9CTsdTfb6gVuDG7esdHTFHkCOJSPE8u8i14RokTEC0rfVXPBsyAaWnESbB8Wj SCUejrQ2Clfuwz/xi3+f7FzEytJXxEp9HyWzjhCKOrp8Zji8B9YJYqH75ruxF181pL2c vEW7jZeibNUHbKHZO0Fr1pK1tXWY0ePV9etcY7qYsroofcv/LnabMEzQMMn8OfHayqMK roKqWdU7APj1dzovbF6SH3kMsyXXoIVpkGgLiKaadAQRZWpLBNjHKWUPnxMIirQLwuXT RWUA==
X-Gm-Message-State AFeK/H3fUhx4vbHzcYY3DGv8recUhir/f1+REiecQiUcGNqR7kTwhoJ8KsWlCdXDkNQWQA==
X-Received by 10.28.56.134 with SMTP id f128mr14078846wma.29.1489499117239; Tue, 14 Mar 2017 06:45:17 -0700 (PDT)
User-Agent quilt/0.63-1
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 10
Organization linux.* mail to news gateway
X-Original-Cc William Hubbs <w.d.hubbs@gmail.com>, Chris Brannon <chris@the-brannons.com>, Kirk Reiser <kirk@reisers.ca>, speakup@linux-speakup.org, devel@driverdev.osuosl.org
X-Original-Date Tue, 14 Mar 2017 13:41:51 +0000
X-Original-Message-ID <20170314134151.603195427@gmail.com>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1600414

Show key headers only | View raw


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

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[patch 0/4] staging: speakup: refactor to make raw serial i/o swappable Okash Khawaja <okash.khawaja@gmail.com> - 2017-03-14 14:50 +0100
  [patch 1/4] staging: speakup: spk_serial_out and spk_wait_for_xmitr to take synth arg Okash Khawaja <okash.khawaja@gmail.com> - 2017-03-14 14:50 +0100
  [patch 2/4] staging: serial: add spk_io_ops struct to spk_synth Okash Khawaja <okash.khawaja@gmail.com> - 2017-03-14 15:00 +0100
  [patch 4/4] staging: speakup: move those functions which do outgoing serial comms, into serialio.c Okash Khawaja <okash.khawaja@gmail.com> - 2017-03-14 15:00 +0100
    Re: [patch 4/4] staging: speakup: move those functions which do  outgoing serial comms, into serialio.c Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-03-16 03:20 +0100
      Re: [patch 4/4] staging: speakup: move those functions which do  outgoing serial comms, into serialio.c Okash Khawaja <okash.khawaja@gmail.com> - 2017-03-16 08:00 +0100
        Re: [patch 4/4] staging: speakup: move those functions which do  outgoing serial comms, into serialio.c Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-03-16 08:10 +0100
          [patch 4/4] staging: speakup: move those functions which do outgoing  serial comms, into serialio.c Okash Khawaja <okash.khawaja@gmail.com> - 2017-03-16 09:20 +0100

csiph-web