mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [GIT PULL] GNSS updates for 5.17-rc1
@ 2022-01-10 15:01 Johan Hovold
  2022-01-11  9:23 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 2+ messages in thread
From: Johan Hovold @ 2022-01-10 15:01 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: linux-kernel

The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:

  Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/johan/gnss.git tags/gnss-5.17-rc1

for you to fetch changes up to 547d2167c5c3cd879ed5e86e88cfa7daaf1228a5:

  gnss: usb: add support for Sierra Wireless XM1210 (2021-12-22 15:38:12 +0100)

----------------------------------------------------------------
GNSS updates for 5.17-rc1

Here are the GNSS updates for 5.17-rc1, including:

 - support for GNSS receivers with USB interface
 - support for Sierra Wireless XM1210

All have been in linux-next with no reported issues.

----------------------------------------------------------------
Johan Hovold (3):
      gnss: drop stray semicolons
      gnss: add USB support
      gnss: usb: add support for Sierra Wireless XM1210

 drivers/gnss/Kconfig  |  11 +++
 drivers/gnss/Makefile |   3 +
 drivers/gnss/mtk.c    |   2 +-
 drivers/gnss/serial.c |   2 +-
 drivers/gnss/sirf.c   |   2 +-
 drivers/gnss/ubx.c    |   2 +-
 drivers/gnss/usb.c    | 214 ++++++++++++++++++++++++++++++++++++++++++++++++++
 7 files changed, 232 insertions(+), 4 deletions(-)
 create mode 100644 drivers/gnss/usb.c

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

end of thread, other threads:[~2022-01-11  9:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-10 15:01 [GIT PULL] GNSS updates for 5.17-rc1 Johan Hovold
2022-01-11  9:23 ` Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome