devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: alison@she-devel.com
To: johan@kernel.org
Cc: robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org,
	conor+dt@kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, alison@she-devel.com,
	achaiken@aurora.tech
Subject: [PATCH v8 0/2] support config of U-Blox Zed-F9 GNSS
Date: Wed, 28 Jun 2023 08:09:46 -0700	[thread overview]
Message-ID: <20230628150948.908273-1-alison@she-devel.com> (raw)

From: Alison Chaiken <alison@she-devel.com>

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


             reply	other threads:[~2023-06-28 15:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-28 15:09 alison [this message]
2023-06-28 15:09 ` [PATCH v8 1/2] gnss: ubx: customize serial device open to set U-Blox Zed-F9P baud alison
2023-07-10 20:00   ` kernel test robot
2023-06-28 15:09 ` [PATCH v8 2/2] dt-bindings: gnss: Add U-Blox Zed-F9 alison

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230628150948.908273-1-alison@she-devel.com \
    --to=alison@she-devel.com \
    --cc=achaiken@aurora.tech \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=johan@kernel.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robh+dt@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).