summaryrefslogtreecommitdiffstats
path: root/drivers/gnss
Commit message (Expand)AuthorAgeFilesLines
* gnss: usb: add support for Sierra Wireless XM1210Johan Hovold2021-12-221-0/+1
* gnss: add USB supportJohan Hovold2021-12-223-0/+227
* gnss: drop stray semicolonsJohan Hovold2021-11-154-4/+4
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-3/+3
* gnss: replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-131-1/+1
* gnss: sirf: fix error return code in sirf_probe()Wei Yongjun2020-05-131-2/+6
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* Merge tag 'char-misc-5.2-rc1-part2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-071-0/+1
|\
| * gnss: ubx: add u-blox,neo-6m compatibleOndrej Jirman2019-04-041-0/+1
* | *: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov2019-05-061-1/+1
|/
* gnss: add driver for mediatek receiversLoys Ollivier2019-02-153-0/+168
* gnss: add mtk receiver type supportLoys Ollivier2019-02-151-0/+1
* gnss: sirf: add a separate supply for a lnaAndreas Kemnade2019-01-251-6/+52
* gnss: sirf: add support for configurations without wakeup signalAndreas Kemnade2019-01-251-27/+102
* gnss: sirf: write data to gnss only when the gnss device is openAndreas Kemnade2019-01-251-2/+30
* gnss: sirf: drop redundant double negationJohan Hovold2019-01-251-1/+1
* gnss: sirf: force hibernate mode on probeJohan Hovold2019-01-251-0/+17
* gnss: sirf: fix premature wakeup interrupt enableJohan Hovold2019-01-251-15/+17
* Merge 4.20-rc6 into tty-nextGreg Kroah-Hartman2018-12-101-3/+3
|\
| * gnss: sirf: fix activation retry handlingJohan Hovold2018-12-061-3/+3
* | serdev: make synchronous write return bytes writtenJohan Hovold2018-11-272-2/+2
|/
* gnss: sirf: fix synchronous write timeoutJohan Hovold2018-11-141-1/+2
* gnss: serial: fix synchronous write timeoutJohan Hovold2018-11-141-1/+2
* gnss: fix potential error pointer dereferenceDan Carpenter2018-07-161-2/+2
* gnss: ubx: make struct ubx_gserial_ops staticColin Ian King2018-07-161-1/+1
* gnss: add receiver type supportJohan Hovold2018-06-283-0/+52
* gnss: add driver for sirfstar-based receiversJohan Hovold2018-06-283-0/+422
* gnss: add driver for u-blox receiversJohan Hovold2018-06-283-0/+167
* gnss: add generic serial driverJohan Hovold2018-06-284-0/+332
* gnss: add GNSS receiver subsystemJohan Hovold2018-06-283-0/+389