[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200817085921.26033-1-allen.cryptic@gmail.com>
Date: Mon, 17 Aug 2020 14:29:17 +0530
From: Allen Pais <allen.cryptic@...il.com>
To: richard.genoud@...il.com, gregkh@...uxfoundation.org
Cc: keescook@...omium.org, linux-kernel@...r.kernel.org,
linux-serial@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
Allen Pais <allen.lkml@...il.com>
Subject: [PATCH 0/4] tty: convert tasklets to use new tasklet_setup()
From: Allen Pais <allen.lkml@...il.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
Powered by blists - more mailing lists