netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC 0/3] caif: Add support for CAIF over CDC NCM USB interface
@ 2011-11-30 20:44 Sjur Br��ndeland
  2011-11-30 20:44 ` [RFC 1/3] caif: Add support for flow-control on device's tx-queue Sjur Br��ndeland
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Sjur Br��ndeland @ 2011-11-30 20:44 UTC (permalink / raw)
  To: netdev; +Cc: David Miller, Alexey Orishko, Sjur Brændeland

From: Sjur Brændeland <sjur.brandeland@stericsson.com>

The following patches enables sending and receive CAIF packets
over a cdc_ncm usb interface.

The patches has been tested on real HW and we have been running with this
for more than 6 months now.

NCM 1.0 does not support anything but Ethernet framing, hence
CAIF payload will be put into Ethernet frames. This it's a little
quirky, the long term solution for NCM should be based on
MBIM 1.0 specification.

These patches applies on top of previous patch-set:
commit 1014df0d3589ffc5dc881d0ca45164a482a55574
"Remove unused enum cfcnfg_phy_type and the parameter to cfserl_create."

Review comments and feedback is welcome.

Thanks,
Sjur Brændeland

Sjur Brændeland (3):
  caif: Add support for flow-control on device's tx-queue
  if_ether.h: Add IEEE 802.1 Local Experimental Ethertype 1.
  caif: Add support for CAIF over CDC NCM USB interface

 include/linux/if_ether.h  |    1 +
 include/net/caif/cfusbl.h |   13 +++
 net/caif/Kconfig          |   11 +++
 net/caif/Makefile         |    4 +-
 net/caif/caif_dev.c       |   55 +++++++++++++
 net/caif/cfusbl.c         |  199 +++++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 282 insertions(+), 1 deletions(-)
 create mode 100644 include/net/caif/cfusbl.h
 create mode 100644 net/caif/cfusbl.c

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2011-12-05 15:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-30 20:44 [RFC 0/3] caif: Add support for CAIF over CDC NCM USB interface Sjur Br��ndeland
2011-11-30 20:44 ` [RFC 1/3] caif: Add support for flow-control on device's tx-queue Sjur Br��ndeland
2011-11-30 20:44 ` [RFC 2/3] if_ether.h: Add IEEE 802.1 Local Experimental Ethertype 1 Sjur Br��ndeland
2011-12-01  7:13   ` Rémi Denis-Courmont
2011-12-05 13:14     ` Sjur Brændeland
2011-12-05 14:03       ` Rémi Denis-Courmont
2011-12-05 14:33         ` Sjur Brændeland
2011-12-05 15:46           ` Rémi Denis-Courmont
2011-11-30 20:44 ` [RFC 3/3] caif: Add support for CAIF over CDC NCM USB interface Sjur Br��ndeland

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).