net: iosm: bottom half
authorM Chetan Kumar <m.chetan.kumar@intel.com>
Sun, 13 Jun 2021 12:50:15 +0000 (18:20 +0530)
committerDavid S. Miller <davem@davemloft.net>
Sun, 13 Jun 2021 20:49:38 +0000 (13:49 -0700)
commit3b575260cb863d063669f382458e94ebdae6843d
tree2d466210332313223ef079761da4724a6edc0ddb
parent10685b6e9868cdee3c747a6b6fce53332875ed2f
net: iosm: bottom half

1) Bottom half(tasklet) for IRQ and task processing.
2) Tasks are processed asynchronous and synchronously.

Signed-off-by: M Chetan Kumar <m.chetan.kumar@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/wwan/iosm/iosm_ipc_task_queue.c [new file with mode: 0644]
drivers/net/wwan/iosm/iosm_ipc_task_queue.h [new file with mode: 0644]