linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch v2 0/3] staging: speakup: support more than ttyS*
@ 2017-06-18  8:58 Okash Khawaja
  2017-06-18  8:58 ` [patch v2 1/3] tty: add function to convert device name to number Okash Khawaja
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Okash Khawaja @ 2017-06-18  8:58 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Jiri Slaby, Samuel Thibault, linux-kernel
  Cc: William Hubbs, Chris Brannon, Kirk Reiser, speakup, devel

Hi,

The patchset now contains a separate patch for dev name-to-number
conversion functionality inside tty_io.c.

These patches extend speakup support to ttyUSB* and lp*. They introduce
a new module param dev whose function is similar to ser but instead of
taking serial port number as argument, it takes strings like ttyS0 or
ttyUSB0. 

Patch 1 adds functionality to convert such strings into dev_t. 
Patch 2 uses the function in patch 1 and performs some checks.
Patch 3 adds new module param and actually extends support to more than
ttyS*.

Samuel, I have kept the Reviewed-by for patch 3 which has slightly 
changed from before - 'dev' renamed to 'dev_name' - but not for patch 2
which is a bit different now that dev name to number conversion has
moved to tty_io.c. Please let me know if you think otherwise.

Thanks,
Okash

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

end of thread, other threads:[~2017-06-19  8:27 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-18  8:58 [patch v2 0/3] staging: speakup: support more than ttyS* Okash Khawaja
2017-06-18  8:58 ` [patch v2 1/3] tty: add function to convert device name to number Okash Khawaja
2017-06-18 13:27   ` Andy Shevchenko
2017-06-19  8:09     ` Okash Khawaja
2017-06-18  8:58 ` [patch v2 2/3] staging: speakup: check and convert dev name or ser to dev_t Okash Khawaja
2017-06-18 13:35   ` Andy Shevchenko
2017-06-18 17:22     ` Okash Khawaja
2017-06-18 19:54       ` Andy Shevchenko
2017-06-19  0:37         ` Joe Perches
2017-06-19  1:15   ` Greg Kroah-Hartman
2017-06-19  5:33     ` Joe Perches
2017-06-19  5:38       ` Greg Kroah-Hartman
2017-06-19  5:39     ` Okash Khawaja
2017-06-19  8:27   ` Dan Carpenter
2017-06-18  8:58 ` [patch v2 3/3] staging: speakup: make ttyio synths use device name Okash Khawaja
2017-06-18 13:38   ` Andy Shevchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).