linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/10] use setup_timer() helper function.
@ 2017-09-22  8:26 Allen Pais
  2017-09-22  8:26 ` [PATCH 01/10] drivers: tty: mux: use setup_timer() helper Allen Pais
                   ` (9 more replies)
  0 siblings, 10 replies; 12+ messages in thread
From: Allen Pais @ 2017-09-22  8:26 UTC (permalink / raw)
  To: linux-serial; +Cc: linux-kernel, gregkh, jslaby, Allen Pais

This series uses setup_timer() helper function. The series
addresses the files under drivers/tty/*.

Allen Pais (10):
  drivers: tty: mux: use setup_timer() helper.
  drivers:tty: imx: use setup_timer() helper.
  drivers: tty: vcc: use setup_timer() helper.
  drivers: tty: max3100: use setup_timer() helper.
  drivers: tty: pnx8xxx: use setup_timer() helper.
  drivers: tty: 8250: use setup_timer() helper.
  drivers: tty: sa1100: use setup_timer() helper.
  drivers: tty: n_gsm: use setup_timer() helper.
  drivers: tty: sn_console: use setup_timer() helper.
  drivers: tty: ifx6x60: use setup_timer() helper.

 drivers/tty/n_gsm.c                 | 4 +---
 drivers/tty/serial/8250/8250_core.c | 3 +--
 drivers/tty/serial/ifx6x60.c        | 5 ++---
 drivers/tty/serial/imx.c            | 4 +---
 drivers/tty/serial/max3100.c        | 5 ++---
 drivers/tty/serial/mux.c            | 3 +--
 drivers/tty/serial/pnx8xxx_uart.c   | 5 ++---
 drivers/tty/serial/sa1100.c         | 5 ++---
 drivers/tty/serial/sn_console.c     | 4 +---
 drivers/tty/vcc.c                   | 9 ++-------
 10 files changed, 15 insertions(+), 32 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2017-09-22  9:05 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-22  8:26 [PATCH 00/10] use setup_timer() helper function Allen Pais
2017-09-22  8:26 ` [PATCH 01/10] drivers: tty: mux: use setup_timer() helper Allen Pais
2017-09-22  8:26 ` [PATCH 02/10] drivers:tty: imx: " Allen Pais
2017-09-22  9:05   ` Uwe Kleine-König
2017-09-22  8:26 ` [PATCH 03/10] drivers: tty: vcc: " Allen Pais
2017-09-22  8:26 ` [PATCH 04/10] drivers: tty: max3100: " Allen Pais
2017-09-22  8:26 ` [PATCH 05/10] drivers: tty: pnx8xxx: " Allen Pais
2017-09-22  8:26 ` [PATCH 06/10] drivers: tty: 8250: " Allen Pais
2017-09-22  8:26 ` [PATCH 07/10] drivers: tty: sa1100: " Allen Pais
2017-09-22  8:26 ` [PATCH 08/10] drivers: tty: n_gsm: " Allen Pais
2017-09-22  8:26 ` [PATCH 09/10] drivers: tty: sn_console: " Allen Pais
2017-09-22  8:26 ` [PATCH 10/10] drivers: tty: ifx6x60: " Allen Pais

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).