Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 80993e0b authored by Shantanu Jain's avatar Shantanu Jain
Browse files

input: touchscreen: Replace Kernel thread with a workqueue



Replace the Firmware update Kernel thread with a workqueue
instead in gt9xx_update.c Goodix driver. Now the firmware
upgrade procedure can be called later in future time without
blocking the registration of the touchscreen driver.
Using a kernel thread is an overhead in the current driver
as it is a one shot thread, hence replaced it with a workqueue.

Change-Id: I0d4731148351652092fe7feede0b44828939d98b
Signed-off-by: default avatarShantanu Jain <shjain@codeaurora.org>
parent bfc96c5e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment