[PATCH 0/2] gnss: add USB support

Johan Hovold posted 2 patches 4 years, 6 months ago
drivers/gnss/Kconfig  |  11 +++
drivers/gnss/Makefile |   3 +
drivers/gnss/usb.c    | 210 ++++++++++++++++++++++++++++++++++++++++++
3 files changed, 224 insertions(+)
create mode 100644 drivers/gnss/usb.c
[PATCH 0/2] gnss: add USB support
Posted by Johan Hovold 4 years, 6 months ago
This series adds a generic driver for GNSS receivers with a USB
interface and a first device id for the Sierra Wireless XM1210 receiver.

Johan


Johan Hovold (2):
  gnss: add USB support
  gnss: usb: add support for Sierra Wireless XM1210

 drivers/gnss/Kconfig  |  11 +++
 drivers/gnss/Makefile |   3 +
 drivers/gnss/usb.c    | 210 ++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 224 insertions(+)
 create mode 100644 drivers/gnss/usb.c

-- 
2.32.0

Re: [PATCH 0/2] gnss: add USB support
Posted by Greg KH 4 years, 6 months ago
On Mon, Dec 20, 2021 at 12:18:59PM +0100, Johan Hovold wrote:
> This series adds a generic driver for GNSS receivers with a USB
> interface and a first device id for the Sierra Wireless XM1210 receiver.
> 
> Johan
> 
> 
> Johan Hovold (2):
>   gnss: add USB support
>   gnss: usb: add support for Sierra Wireless XM1210
> 
>  drivers/gnss/Kconfig  |  11 +++
>  drivers/gnss/Makefile |   3 +
>  drivers/gnss/usb.c    | 210 ++++++++++++++++++++++++++++++++++++++++++
>  3 files changed, 224 insertions(+)
>  create mode 100644 drivers/gnss/usb.c
> 
> -- 
> 2.32.0
> 


Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Re: [PATCH 0/2] gnss: add USB support
Posted by Johan Hovold 4 years, 6 months ago
On Mon, Dec 20, 2021 at 01:15:43PM +0100, Greg Kroah-Hartman wrote:
> On Mon, Dec 20, 2021 at 12:18:59PM +0100, Johan Hovold wrote:
> > This series adds a generic driver for GNSS receivers with a USB
> > interface and a first device id for the Sierra Wireless XM1210 receiver.

> Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

Thanks for reviewing.

Johan