All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] Support for U-Blox Toby L2 modems
@ 2016-03-17 15:43 Dragos Tatulea
  2016-03-17 15:43 ` [PATCH 1/2] ubloxmodem: add Toby L2 gprs context driver Dragos Tatulea
  2016-03-17 15:43 ` [PATCH 2/2] ubloxmodem: support authentication Dragos Tatulea
  0 siblings, 2 replies; 6+ messages in thread
From: Dragos Tatulea @ 2016-03-17 15:43 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 794 bytes --]

This patchset adds support for Toby L2 modems in high throughput
mode.

Besides basic support, the following things are supported:
* 2/3G bearers
* Multiple primary PDP contexts.

Uptated in this patchset:
* Simplified authentication handling.

Dragos Tatulea (2):
  ubloxmodem: add Toby L2 gprs context driver
  ubloxmodem: support authentication

 Makefile.am                       |   7 +
 drivers/ubloxmodem/gprs-context.c | 479 ++++++++++++++++++++++++++++++++++++++
 drivers/ubloxmodem/ubloxmodem.c   |  49 ++++
 drivers/ubloxmodem/ubloxmodem.h   |  25 ++
 4 files changed, 560 insertions(+)
 create mode 100644 drivers/ubloxmodem/gprs-context.c
 create mode 100644 drivers/ubloxmodem/ubloxmodem.c
 create mode 100644 drivers/ubloxmodem/ubloxmodem.h

-- 
2.5.0


^ permalink raw reply	[flat|nested] 6+ messages in thread
* [PATCH v3 0/2] Support for U-Blox Toby L2 modems
@ 2016-03-17 15:22 Dragos Tatulea
  2016-03-17 15:22 ` [PATCH 2/2] ubloxmodem: support authentication Dragos Tatulea
  0 siblings, 1 reply; 6+ messages in thread
From: Dragos Tatulea @ 2016-03-17 15:22 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 832 bytes --]

This patchset adds support for Toby L2 modems in high throughput
mode.

Besides basic support, the following things are supported:
* 2/3G bearers
* Multiple primary PDP contexts.

Uptated in this patchset:
* Style issues.
* Dropped routed mode until we have a way to set the mode.

Dragos Tatulea (2):
  ubloxmodem: add Toby L2 gprs context driver
  ubloxmodem: support authentication

 Makefile.am                       |   7 +
 drivers/ubloxmodem/gprs-context.c | 479 ++++++++++++++++++++++++++++++++++++++
 drivers/ubloxmodem/ubloxmodem.c   |  49 ++++
 drivers/ubloxmodem/ubloxmodem.h   |  25 ++
 4 files changed, 560 insertions(+)
 create mode 100644 drivers/ubloxmodem/gprs-context.c
 create mode 100644 drivers/ubloxmodem/ubloxmodem.c
 create mode 100644 drivers/ubloxmodem/ubloxmodem.h

-- 
2.5.0


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

end of thread, other threads:[~2016-03-17 16:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-17 15:43 [PATCH v4 0/2] Support for U-Blox Toby L2 modems Dragos Tatulea
2016-03-17 15:43 ` [PATCH 1/2] ubloxmodem: add Toby L2 gprs context driver Dragos Tatulea
2016-03-17 15:59   ` Denis Kenzior
2016-03-17 15:43 ` [PATCH 2/2] ubloxmodem: support authentication Dragos Tatulea
2016-03-17 16:25   ` Denis Kenzior
  -- strict thread matches above, loose matches on Subject: below --
2016-03-17 15:22 [PATCH v3 0/2] Support for U-Blox Toby L2 modems Dragos Tatulea
2016-03-17 15:22 ` [PATCH 2/2] ubloxmodem: support authentication Dragos Tatulea

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.