OSDN Git Service

net: iosm: shared memory IPC interface
authorM Chetan Kumar <m.chetan.kumar@intel.com>
Sun, 13 Jun 2021 12:50:11 +0000 (18:20 +0530)
committerDavid S. Miller <davem@davemloft.net>
Sun, 13 Jun 2021 20:49:38 +0000 (13:49 -0700)
commit3670970dd8c661c10c10c300d726f59428eaad32
treeef2211dcc876858c0e0d352c4390802d0db2d89e
parentdc0514f5d828e8358fdab722cfa9c263bb583fea
net: iosm: shared memory IPC interface

1) Initializes shared memory for host-device communication.
2) Allocate resources required for control & data operations.
3) Transfers the Device IRQ to IPC execution thread.
4) Defines the timer cbs for async events.

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_imem.c [new file with mode: 0644]
drivers/net/wwan/iosm/iosm_ipc_imem.h [new file with mode: 0644]