Message ID | 20220506181310.2183829-1-ricardo.martinez@linux.intel.com |
---|---|
Headers | show |
Series | net: wwan: t7xx: PCIe driver for MediaTek M.2 modem | expand |
From: Haijun Liu <haijun.liu@mediatek.com>
Implements suspend, resumes, freeze, thaw, poweroff, and restore
`dev_pm_ops` callbacks.
Hello: This series was applied to netdev/net-next.git (master) by David S. Miller <davem@davemloft.net>: On Fri, 6 May 2022 11:12:56 -0700 you wrote: > t7xx is the PCIe host device driver for Intel 5G 5000 M.2 solution which > is based on MediaTek's T700 modem to provide WWAN connectivity. > The driver uses the WWAN framework infrastructure to create the following > control ports and network interfaces: > * /dev/wwan0mbim0 - Interface conforming to the MBIM protocol. > Applications like libmbim [1] or Modem Manager [2] from v1.16 onwards > with [3][4] can use it to enable data communication towards WWAN. > * /dev/wwan0at0 - Interface that supports AT commands. > * wwan0 - Primary network interface for IP traffic. > > [...] Here is the summary with links: - [net-next,v8,01/14] list: Add list_next_entry_circular() and list_prev_entry_circular() https://git.kernel.org/netdev/net-next/c/2fbdf45d7d26 - [net-next,v8,02/14] net: skb: introduce skb_data_area_size() https://git.kernel.org/netdev/net-next/c/a4ff365346c9 - [net-next,v8,03/14] net: wwan: t7xx: Add control DMA interface https://git.kernel.org/netdev/net-next/c/39d439047f1d - [net-next,v8,04/14] net: wwan: t7xx: Add core components https://git.kernel.org/netdev/net-next/c/13e920d93e37 - [net-next,v8,05/14] net: wwan: t7xx: Add port proxy infrastructure https://git.kernel.org/netdev/net-next/c/48cc2f5ef846 - [net-next,v8,06/14] net: wwan: t7xx: Add control port https://git.kernel.org/netdev/net-next/c/da45d2566a1d - [net-next,v8,07/14] net: wwan: t7xx: Add AT and MBIM WWAN ports https://git.kernel.org/netdev/net-next/c/61b7a2916a0e - [net-next,v8,08/14] net: wwan: t7xx: Data path HW layer https://git.kernel.org/netdev/net-next/c/33f78ab5a38a - [net-next,v8,09/14] net: wwan: t7xx: Add data path interface https://git.kernel.org/netdev/net-next/c/d642b012df70 - [net-next,v8,10/14] net: wwan: t7xx: Add WWAN network interface https://git.kernel.org/netdev/net-next/c/05d19bf500f8 - [net-next,v8,11/14] net: wwan: t7xx: Introduce power management https://git.kernel.org/netdev/net-next/c/46e8f49ed7b3 - [net-next,v8,12/14] net: wwan: t7xx: Runtime PM https://git.kernel.org/netdev/net-next/c/d10b3a695ba0 - [net-next,v8,13/14] net: wwan: t7xx: Device deep sleep lock/unlock https://git.kernel.org/netdev/net-next/c/de49ea38ba11 - [net-next,v8,14/14] net: wwan: t7xx: Add maintainers and documentation https://git.kernel.org/netdev/net-next/c/c9933d494c54 You are awesome, thank you!