drivers/net/wwan/t7xx/t7xx_port.h
0 → 100644
+132
−0
drivers/net/wwan/t7xx/t7xx_port_proxy.c
0 → 100644
+452
−0
Loading
Port-proxy provides a common interface to interact with different types of ports. Ports export their configuration via `struct t7xx_port` and operate as defined by `struct port_ops`. Signed-off-by:Haijun Liu <haijun.liu@mediatek.com> Co-developed-by:
Chandrashekar Devegowda <chandrashekar.devegowda@intel.com> Signed-off-by:
Chandrashekar Devegowda <chandrashekar.devegowda@intel.com> Co-developed-by:
Ricardo Martinez <ricardo.martinez@linux.intel.com> Signed-off-by:
Ricardo Martinez <ricardo.martinez@linux.intel.com> Reviewed-by:
Loic Poulain <loic.poulain@linaro.org> Reviewed-by:
Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Reviewed-by:
Sergey Ryazanov <ryazanov.s.a@gmail.com> Signed-off-by:
David S. Miller <davem@davemloft.net>