summaryrefslogtreecommitdiff
path: root/drivers/gnss
AgeCommit message (Expand)AuthorFilesLines
2020-06-22gnss: sirf: fix error return code in sirf_probe()Wei Yongjun1-2/+6
2019-03-10gnss: sirf: fix premature wakeup interrupt enableJohan Hovold1-15/+17
2018-12-13gnss: sirf: fix activation retry handlingJohan Hovold1-3/+3
2018-11-27gnss: sirf: fix synchronous write timeoutJohan Hovold1-1/+2
2018-11-27gnss: serial: fix synchronous write timeoutJohan Hovold1-1/+2
2018-07-16gnss: fix potential error pointer dereferenceDan Carpenter1-2/+2
2018-07-16gnss: ubx: make struct ubx_gserial_ops staticColin Ian King1-1/+1
2018-06-28gnss: add receiver type supportJohan Hovold3-0/+52
2018-06-28gnss: add driver for sirfstar-based receiversJohan Hovold3-0/+422
2018-06-28gnss: add driver for u-blox receiversJohan Hovold3-0/+167
2018-06-28gnss: add generic serial driverJohan Hovold4-0/+332
2018-06-28gnss: add GNSS receiver subsystemJohan Hovold3-0/+389