All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] STE-plugin
@ 2010-01-25 19:25 sjur.brandeland
  2010-01-25 19:25 ` [PATCH 1/6] STE-plugin: Add at_util_call_compare_by_id sjur.brandeland
  2010-01-25 20:07 ` [PATCH 0/6] STE-plugin Marcel Holtmann
  0 siblings, 2 replies; 8+ messages in thread
From: sjur.brandeland @ 2010-01-25 19:25 UTC (permalink / raw)
  To: ofono

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

Hello.

This is a new version of the STE-plugin patch set. Since last RFCv2 we have
stubbed out Voice Call and GPRS Context handling, changed patch order,
cleanup some unnecessary includes, moved CAIF header files, and fixed 
most other review comments (hopefully).

Sjur Brandeland (6):
  STE-plugin: Add at_util_call_compare_by_id
  STE-plugin: Add vendor STE and quirks in atmodem.
  STE-plugin: STE modem driver definition
  STE-plugin: Add CAIF header files in drivers/stemodem.
  STE-plugin: Add STE plugin
  STE-plugin: Add STE to Makefile

 Makefile.am                            |   10 ++
 drivers/atmodem/atutil.c               |   14 ++
 drivers/atmodem/atutil.h               |    1 +
 drivers/atmodem/gprs.c                 |   10 +-
 drivers/atmodem/network-registration.c |   78 ++++++++++-
 drivers/atmodem/vendor.h               |    1 +
 drivers/stemodem/caif_socket.h         |  171 +++++++++++++++++++++
 drivers/stemodem/if_caif.h             |   70 +++++++++
 drivers/stemodem/stemodem.c            |   50 +++++++
 drivers/stemodem/stemodem.h            |   29 ++++
 plugins/ste.c                          |  253 ++++++++++++++++++++++++++++++++
 11 files changed, 684 insertions(+), 3 deletions(-)
 create mode 100644 drivers/stemodem/caif_socket.h
 create mode 100644 drivers/stemodem/if_caif.h
 create mode 100644 drivers/stemodem/stemodem.c
 create mode 100644 drivers/stemodem/stemodem.h
 create mode 100644 plugins/ste.c


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

end of thread, other threads:[~2010-01-25 20:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-25 19:25 [PATCH 0/6] STE-plugin sjur.brandeland
2010-01-25 19:25 ` [PATCH 1/6] STE-plugin: Add at_util_call_compare_by_id sjur.brandeland
2010-01-25 19:25   ` [PATCH 2/6] STE-plugin: Add vendor STE and quirks in atmodem sjur.brandeland
2010-01-25 19:25     ` [PATCH 3/6] STE-plugin: STE modem driver definition sjur.brandeland
2010-01-25 19:25       ` [PATCH 4/6] STE-plugin: Add CAIF header files in drivers/stemodem sjur.brandeland
2010-01-25 19:25         ` [PATCH 5/6] STE-plugin: Add STE plugin sjur.brandeland
2010-01-25 19:25           ` [PATCH 6/6] STE-plugin: Add STE to Makefile sjur.brandeland
2010-01-25 20:07 ` [PATCH 0/6] STE-plugin Marcel Holtmann

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.