Skip to content

Commit

Permalink
net: iosm: entry point
Browse files Browse the repository at this point in the history
1) Register IOSM driver with kernel to manage Intel WWAN PCIe
   device(PCI_VENDOR_ID_INTEL, INTEL_CP_DEVICE_7560_ID).
2) Exposes the EP PCIe device capability to Host PCIe core.
3) Initializes PCIe EP configuration and defines PCIe driver probe, remove
   and power management OPS.
4) Allocate and map(dma) skb memory for data communication from device to
   kernel and vice versa.

Signed-off-by: M Chetan Kumar <m.chetan.kumar@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
M Chetan Kumar authored and David S. Miller committed Jun 13, 2021
1 parent ffbbc5e commit 7e98d78
Show file tree
Hide file tree
Showing 2 changed files with 788 additions and 0 deletions.
Loading

0 comments on commit 7e98d78

Please sign in to comment.