]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit18e9d9d21988ac2d303ae42c69eb638ba36bdca3
treeef2211dcc876858c0e0d352c4390802d0db2d89e
parent8f022e12ebf67e51f3bee9394d5f49a63beaed1c
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]