public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch v2 0/6] staging: speakup: migrate synths to use TTY-based comms
@ 2017-05-15 17:45 Okash Khawaja
  2017-05-15 17:45 ` [patch v2 1/6] tty: export tty_open_by_driver Okash Khawaja
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Okash Khawaja @ 2017-05-15 17:45 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Jiri Slaby, Samuel Thibault, linux-kernel
  Cc: William Hubbs, Chris Brannon, Kirk Reiser, speakup, devel

This patchset migrates all external synths from using raw serial i/o to
using tty-based comms. The synths not migrated are internal ones -
plugged directly into motherboard, communicating over ISA etc. It's
important to note that these patches access TTY from inside kernel.

Here is the summary of the patches in this set.

Patch 1: Exports tty_open_by_driver in order to allow the speakup to
access it.
Patch 2: Adds spk_ttyio.c, a container of TTY-based comms.
Patch 3: Migrates some synths which use relatively simple comms - output
only.
Patch 4: Adds more TTY-based functionality that wasn't already added in
patch 2.
Patch 5: Migrates remaining external synths based.
Patch 6: Contains these fixes: flushing TTY buffers and ensuring hardware
flow control.

Thanks,
Okash

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2017-05-21  7:44 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-15 17:45 [patch v2 0/6] staging: speakup: migrate synths to use TTY-based comms Okash Khawaja
2017-05-15 17:45 ` [patch v2 1/6] tty: export tty_open_by_driver Okash Khawaja
2017-05-21  6:09   ` Christoph Hellwig
2017-05-21  7:43     ` Greg Kroah-Hartman
2017-05-15 17:45 ` [patch v2 2/6] staging: speakup: add tty-based comms functions Okash Khawaja
2017-05-15 17:45 ` [patch v2 3/6] staging: speakup: migrate acntsa, bns, dummy and txprt to ttyio Okash Khawaja
2017-05-15 17:45 ` [patch v2 4/6] staging: speakup: add send_xchar, tiocmset and input functionality for tty Okash Khawaja
2017-05-15 17:45 ` [patch v2 5/6] staging: speakup: migrate apollo, ltlk, audptr, decext, dectlk and spkout Okash Khawaja
2017-05-15 17:45 ` [patch v2 6/6] staging: speakup: flush tty buffers and ensure hardware flow control Okash Khawaja
2017-05-16 12:00   ` Greg Kroah-Hartman
2017-05-16 12:19     ` Okash Khawaja
2017-05-16 12:28       ` Greg Kroah-Hartman
2017-05-16 12:51         ` Okash Khawaja

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox