2023-06-28 15:28:25

by alison

[permalink] [raw]
Subject: [PATCH v8 0/2] support config of U-Blox Zed-F9 GNSS

From: Alison Chaiken <[email protected]>

Add generalized support for setting arbitrary configuration of the
U-Blox Zed-F9P GNSS. Employ the new functionality to set the baud rate
of the Zed-F9P if the devicetree specifies a non-default value.

Tested with 6.1.22 on U-Blox Zed-F9P GNSS devices.

V7 -> V8 Rebased on v6.4.
V6 -> V7 Fixed tag and version.
V5 -> V6 Change #ifdef to _maybe_unused and fix warnings.
V4 -> V5 Wrap all new code in a CONFIG_OF=y check and fixes
V3 -> V4 Lookup device-specific properties by matching driver data.
V2 -> V3 Add email recipients whom I foolishly missed the first two times.
V1 -> V2 Fixes error identified by kernel test robot:

Alison Chaiken (2):
gnss: ubx: customize serial device open to set U-Blox Zed-F9P baud
dt-bindings: gnss: Add U-Blox Zed-F9

.../bindings/gnss/u-blox,neo-6m.yaml | 1 +
drivers/gnss/ubx.c | 243 +++++++++++++++++-
2 files changed, 233 insertions(+), 11 deletions(-)


base-commit: 6995e2de6891c724bfeb2db33d7b87775f913ad1
--
2.40.1



2023-06-28 15:51:59

by alison

[permalink] [raw]
Subject: [PATCH v8 2/2] dt-bindings: gnss: Add U-Blox Zed-F9

From: Alison Chaiken <[email protected]>

Add support for the U-Blox Zed-F9P GNSS device.

Signed-off-by: Alison Chaiken <[email protected]>
Acked-by: Rob Herring <[email protected]>
---
V7 -> V8 Rebased on v6.4.
V7 -> V6 Moved Acked-by tag and fixed version.

Documentation/devicetree/bindings/gnss/u-blox,neo-6m.yaml | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/gnss/u-blox,neo-6m.yaml b/Documentation/devicetree/bindings/gnss/u-blox,neo-6m.yaml
index 4835a280b3bf..86b65d4d9266 100644
--- a/Documentation/devicetree/bindings/gnss/u-blox,neo-6m.yaml
+++ b/Documentation/devicetree/bindings/gnss/u-blox,neo-6m.yaml
@@ -21,6 +21,7 @@ properties:
- u-blox,neo-6m
- u-blox,neo-8
- u-blox,neo-m8
+ - u-blox,zed-f9p

reg:
description: >
--
2.40.1