linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] tty: convert tasklets to use new tasklet_setup()
@ 2020-08-17  8:59 Allen Pais
  2020-08-17  8:59 ` [PATCH 1/4] tty: ipwireless: convert tasklets to use new tasklet_setup() API Allen Pais
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Allen Pais @ 2020-08-17  8:59 UTC (permalink / raw)
  To: richard.genoud, gregkh
  Cc: linux-arm-kernel, Allen Pais, keescook, linux-serial, linux-kernel

From: Allen Pais <allen.lkml@gmail.com>

Commit 12cc923f1ccc ("tasklet: Introduce new initialization API")'
introduced a new tasklet initialization API. This series converts 
all the tty drivers to use the new tasklet_setup() API

Allen Pais (4):
  tty: ipwireless: convert tasklets to use new tasklet_setup() API
  tty: atmel_serial: convert tasklets to use new tasklet_setup() API
  tty: ifx6x60: convert tasklets to use new tasklet_setup() API
  tty: timbuart: convert tasklets to use new tasklet_setup() API

 drivers/tty/ipwireless/hardware.c |  6 +++---
 drivers/tty/serial/atmel_serial.c | 20 ++++++++++----------
 drivers/tty/serial/ifx6x60.c      |  8 ++++----
 drivers/tty/serial/timbuart.c     |  6 +++---
 4 files changed, 20 insertions(+), 20 deletions(-)

-- 
2.17.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2020-08-26 13:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-17  8:59 [PATCH 0/4] tty: convert tasklets to use new tasklet_setup() Allen Pais
2020-08-17  8:59 ` [PATCH 1/4] tty: ipwireless: convert tasklets to use new tasklet_setup() API Allen Pais
2020-08-17  8:59 ` [PATCH 2/4] tty: atmel_serial: " Allen Pais
2020-08-26 13:29   ` Richard Genoud
2020-08-17  8:59 ` [PATCH 3/4] tty: ifx6x60: " Allen Pais
2020-08-17  8:59 ` [PATCH 4/4] tty: timbuart: " 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).