All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/14] ublox patches
@ 2019-03-12 11:09 Jonas Bonn
  2019-03-12 11:09 ` [PATCH 01/14] Fix whitespace weirdness Jonas Bonn
                   ` (13 more replies)
  0 siblings, 14 replies; 21+ messages in thread
From: Jonas Bonn @ 2019-03-12 11:09 UTC (permalink / raw)
  To: ofono

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

This patch series provides cleanups that should facilitate extending the
ublox driver to more easily cover all device models.  Points of
interest:

- provides model descriptors that can be extended to account for
differences between devices
- queries the device model directly instead of relying on
information from udev
- provides detection and rudimentary support for TOBY L4 modems
- updated LTE driver to be used across all ublox models

The TOBY L4 support is a work in progress and this is also to be extended to
the SARA-R4/N4 series.  I currently only have a TOBY L4 available, so
I'm hoping that somebody with an L2 could give this a shake to make sure
nothing's been broken there.

/Jonas

Jonas Bonn (14):
  Fix whitespace weirdness
  ublox: drop vendor type for Toby L2 model
  ublox: make device selection more flexible
  ublox: create model data structures
  ublox: query device model
  ublox: add model flag HAVE_USBCONF
  ublox: query USBCONF for applicable devices
  udevng: ublox: Model string no longer used
  ublox: add device flags
  ublox: add TOBY L4 models
  udevng: detect ublox TOBY L4
  Separate ATE and AT+CMEE commands
  ublox: extend LTE driver
  ublox: pass model id to LTE plugin

 drivers/atmodem/gprs.c                 |   1 -
 drivers/atmodem/network-registration.c |  19 +--
 drivers/atmodem/sim.c                  |   1 -
 drivers/atmodem/vendor.h               |   1 -
 drivers/ubloxmodem/lte.c               | 101 ++++++++++++--
 drivers/ubloxmodem/ubloxmodem.c        |  78 +++++++++++
 drivers/ubloxmodem/ubloxmodem.h        |  17 +++
 plugins/ublox.c                        | 180 ++++++++++++++++++-------
 plugins/udevng.c                       |  15 ++-
 9 files changed, 336 insertions(+), 77 deletions(-)

-- 
2.19.1


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

end of thread, other threads:[~2019-03-13 20:24 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-12 11:09 [PATCH 00/14] ublox patches Jonas Bonn
2019-03-12 11:09 ` [PATCH 01/14] Fix whitespace weirdness Jonas Bonn
2019-03-13 18:14   ` Denis Kenzior
2019-03-12 11:09 ` [PATCH 02/14] ublox: drop vendor type for Toby L2 model Jonas Bonn
2019-03-13 18:21   ` Denis Kenzior
2019-03-12 11:09 ` [PATCH 03/14] ublox: make device selection more flexible Jonas Bonn
2019-03-13 18:43   ` Denis Kenzior
2019-03-12 11:09 ` [PATCH 04/14] ublox: create model data structures Jonas Bonn
2019-03-13 18:48   ` Denis Kenzior
2019-03-12 11:09 ` [PATCH 05/14] ublox: query device model Jonas Bonn
2019-03-13 18:37   ` Denis Kenzior
2019-03-13 20:24     ` Jonas Bonn
2019-03-12 11:10 ` [PATCH 06/14] ublox: add model flag HAVE_USBCONF Jonas Bonn
2019-03-12 11:10 ` [PATCH 07/14] ublox: query USBCONF for applicable devices Jonas Bonn
2019-03-12 11:10 ` [PATCH 08/14] udevng: ublox: Model string no longer used Jonas Bonn
2019-03-12 11:10 ` [PATCH 09/14] ublox: add device flags Jonas Bonn
2019-03-12 11:10 ` [PATCH 10/14] ublox: add TOBY L4 models Jonas Bonn
2019-03-12 11:10 ` [PATCH 11/14] udevng: detect ublox TOBY L4 Jonas Bonn
2019-03-12 11:10 ` [PATCH 12/14] Separate ATE and AT+CMEE commands Jonas Bonn
2019-03-12 11:10 ` [PATCH 13/14] ublox: extend LTE driver Jonas Bonn
2019-03-12 11:10 ` [PATCH 14/14] ublox: pass model id to LTE plugin Jonas Bonn

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.