All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6] Add a driver for u-blox modems
@ 2014-06-26 18:28 Philip Paeps
  2014-06-26 18:28 ` [PATCH 1/6] atmodem: add vendor u-blox Philip Paeps
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Philip Paeps @ 2014-06-26 18:28 UTC (permalink / raw)
  To: ofono

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

Changes since v1:

 o Fix coding style nits and useless casts
 o Use prefixes
 o Make enable go to CFUN=4 (powered but radio off)


Philip Paeps (6):
  atmodem: add vendor u-blox
  udevng: add detection logic for u-blox modems
  plugins: new driver for u-blox SARA-U270 modems
  sim: query u-blox PIN retries with AT+UPINCNT
  gprs: add support for u-blox +UREG URCs
  atmodem: set the auth method for u-blox modems

 Makefile.am                    |    3 +
 drivers/atmodem/gprs-context.c |   31 ++++-
 drivers/atmodem/gprs.c         |   44 ++++++
 drivers/atmodem/sim.c          |   45 +++++++
 drivers/atmodem/vendor.h       |    3 +-
 plugins/ublox.c                |  291 ++++++++++++++++++++++++++++++++++++++++
 plugins/udevng.c               |   42 ++++++
 7 files changed, 455 insertions(+), 4 deletions(-)
 create mode 100644 plugins/ublox.c

-- 
1.7.10.4


^ permalink raw reply	[flat|nested] 12+ messages in thread
* [PATCH 0/6] Add a driver for u-blox modems
@ 2014-06-24 17:10 Philip Paeps
  2014-06-24 17:10 ` [PATCH 5/6] gprs: add support for u-blox +UREG URCs Philip Paeps
  0 siblings, 1 reply; 12+ messages in thread
From: Philip Paeps @ 2014-06-24 17:10 UTC (permalink / raw)
  To: ofono

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

This set of patches adds basic support for u-blox modems.  It has only
been tested with a u-blox SARA U270 modem but judging from the datasheet
it should be fairly trivial to adapt to other variants of the SARA, LISA
and LEON chips.


Philip Paeps (6):
  atmodem: add vendor u-blox
  udevng: add detection logic for u-blox modems
  plugins: new driver for u-blox SARA-U270 modems
  sim: query u-blox PIN retries with AT+UPINCNT
  gprs: add support for u-blox +UREG URCs
  atmodem: set the auth method for u-blox modems

 Makefile.am                    |    3 +
 drivers/atmodem/gprs-context.c |   29 +++-
 drivers/atmodem/gprs.c         |   44 ++++++
 drivers/atmodem/sim.c          |   45 +++++++
 drivers/atmodem/vendor.h       |    3 +-
 plugins/ublox.c                |  289 ++++++++++++++++++++++++++++++++++++++++
 plugins/udevng.c               |   42 ++++++
 7 files changed, 452 insertions(+), 3 deletions(-)
 create mode 100644 plugins/ublox.c

-- 
1.7.10.4


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

end of thread, other threads:[~2014-07-02 10:53 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-26 18:28 [PATCH v2 0/6] Add a driver for u-blox modems Philip Paeps
2014-06-26 18:28 ` [PATCH 1/6] atmodem: add vendor u-blox Philip Paeps
2014-06-30 19:04   ` Denis Kenzior
2014-06-26 18:28 ` [PATCH 2/6] udevng: add detection logic for u-blox modems Philip Paeps
2014-06-26 18:28 ` [PATCH 3/6] plugins: new driver for u-blox SARA-U270 modems Philip Paeps
2014-06-26 18:28 ` [PATCH 4/6] sim: query u-blox PIN retries with AT+UPINCNT Philip Paeps
2014-06-26 18:28 ` [PATCH 5/6] gprs: add support for u-blox +UREG URCs Philip Paeps
2014-06-30 19:05   ` Denis Kenzior
2014-06-26 18:28 ` [PATCH 6/6] atmodem: set the auth method for u-blox modems Philip Paeps
2014-06-30 19:10 ` [PATCH v2 0/6] Add a driver " Denis Kenzior
2014-07-02 10:53   ` Philip Paeps
  -- strict thread matches above, loose matches on Subject: below --
2014-06-24 17:10 [PATCH " Philip Paeps
2014-06-24 17:10 ` [PATCH 5/6] gprs: add support for u-blox +UREG URCs Philip Paeps

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.