summaryrefslogtreecommitdiffstats
path: root/drivers/gnss
AgeCommit message (Expand)AuthorLines
2024-09-27[tree-wide] finally take no_llseek outAl Viro-1/+0
2024-01-27treewide, serdev: change receive_buf() return type to size_tFrancesco Dolcini-2/+2
2024-01-18Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-4/+4
2023-12-15gnss: ubx: add support for the reset gpioWolfram Sang-0/+9
2023-12-15gnss: ubx: use new helper to remove open coded regulator handlingWolfram Sang-22/+4
2023-12-08tty: serdev: convert to u8 and size_tJiri Slaby (SUSE)-4/+4
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman-1/+1
2022-11-24driver core: make struct class.dev_uevent() take a const *Greg Kroah-Hartman-3/+3
2022-06-21gnss: replace ida_simple APIBo Liu-2/+2
2021-12-22gnss: usb: add support for Sierra Wireless XM1210Johan Hovold-0/+1
2021-12-22gnss: add USB supportJohan Hovold-0/+227
2021-11-15gnss: drop stray semicolonsJohan Hovold-4/+4
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-3/+3
2020-05-13gnss: replace zero-length array with flexible-arrayGustavo A. R. Silva-1/+1
2020-05-13gnss: sirf: fix error return code in sirf_probe()Wei Yongjun-2/+6
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-07Merge tag 'char-misc-5.2-rc1-part2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+1
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov-1/+1
2019-04-04gnss: ubx: add u-blox,neo-6m compatibleOndrej Jirman-0/+1
2019-02-15gnss: add driver for mediatek receiversLoys Ollivier-0/+168
2019-02-15gnss: add mtk receiver type supportLoys Ollivier-0/+1
2019-01-25gnss: sirf: add a separate supply for a lnaAndreas Kemnade-6/+52
2019-01-25gnss: sirf: add support for configurations without wakeup signalAndreas Kemnade-27/+102
2019-01-25gnss: sirf: write data to gnss only when the gnss device is openAndreas Kemnade-2/+30
2019-01-25gnss: sirf: drop redundant double negationJohan Hovold-1/+1
2019-01-25gnss: sirf: force hibernate mode on probeJohan Hovold-0/+17
2019-01-25gnss: sirf: fix premature wakeup interrupt enableJohan Hovold-15/+17
2018-12-10Merge 4.20-rc6 into tty-nextGreg Kroah-Hartman-3/+3
2018-12-06gnss: sirf: fix activation retry handlingJohan Hovold-3/+3
2018-11-27serdev: make synchronous write return bytes writtenJohan Hovold-2/+2
2018-11-14gnss: sirf: fix synchronous write timeoutJohan Hovold-1/+2
2018-11-14gnss: serial: fix synchronous write timeoutJohan Hovold-1/+2
2018-07-16gnss: fix potential error pointer dereferenceDan Carpenter-2/+2
2018-07-16gnss: ubx: make struct ubx_gserial_ops staticColin Ian King-1/+1
2018-06-28gnss: add receiver type supportJohan Hovold-0/+52
2018-06-28gnss: add driver for sirfstar-based receiversJohan Hovold-0/+422
2018-06-28gnss: add driver for u-blox receiversJohan Hovold-0/+167
2018-06-28gnss: add generic serial driverJohan Hovold-0/+332
2018-06-28gnss: add GNSS receiver subsystemJohan Hovold-0/+389