devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/2]  support config of U-Blox Zed-F9P GNSS
@ 2023-05-06 22:58 alison
  2023-05-06 22:58 ` [PATCH v3 1/2] gnss: ubx: customize serial device open to set U-Blox Zed-F9P baud alison
  2023-05-06 22:58 ` [PATCH 2/2] dt-bindings: gnss: Add U-Blox Zed-F9 alison
  0 siblings, 2 replies; 14+ messages in thread
From: alison @ 2023-05-06 22:58 UTC (permalink / raw)
  To: johan
  Cc: robh+dt, krzysztof.kozlowski+dt, conor+dt, devicetree,
	linux-kernel, alison, achaiken, kernel test robot

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, only on a U-Blox Zed-F9P GNSS.

V4 -> V3 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:
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202304300819.u0hfUj33-lkp@intel.com/

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                            | 237 +++++++++++++++++-
 2 files changed, 228 insertions(+), 10 deletions(-)


base-commit: dd9e11d6477a52ede9ebe575c83285e79e823889
-- 
2.39.2


^ permalink raw reply	[flat|nested] 14+ messages in thread
* [PATCH v6 0/2]
@ 2023-05-15  0:40 alison
  2023-05-15  0:40 ` [PATCH 2/2] dt-bindings: gnss: Add U-Blox Zed-F9 alison
  0 siblings, 1 reply; 14+ messages in thread
From: alison @ 2023-05-15  0:40 UTC (permalink / raw)
  To: johan
  Cc: robh+dt, krzysztof.kozlowski+dt, conor+dt, devicetree,
	linux-kernel, alison, achaiken

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, only on a U-Blox Zed-F9P GNSS.

Thanks very much Krzysztof Kozlowski for your patient and helpful
advice.

V6 -> V5 Change #ifdef to _maybe_unused and fix warnings.
V5 -> V4 Wrap all new code in a CONFIG_OF=y check and fixes
V4 -> V3 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                            | 241 +++++++++++++++++-
 2 files changed, 231 insertions(+), 11 deletions(-)


base-commit: ac9a78681b921877518763ba0e89202254349d1b
-- 
2.39.2


^ permalink raw reply	[flat|nested] 14+ messages in thread
* [PATCH v5 0/2]  support config of U-Blox Zed-F9P GNSS
@ 2023-05-08  1:11 alison
  2023-05-08  1:11 ` [PATCH 2/2] dt-bindings: gnss: Add U-Blox Zed-F9 alison
  0 siblings, 1 reply; 14+ messages in thread
From: alison @ 2023-05-08  1:11 UTC (permalink / raw)
  To: johan
  Cc: robh+dt, krzysztof.kozlowski+dt, conor+dt, devicetree,
	linux-kernel, alison, achaiken, kernel test robot

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, only on a U-Blox Zed-F9P GNSS.

V5 -> V4 Wrap all new code in a CONFIG_OF=y check and fixes
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202305070938.8vWQFfIQ-lkp@intel.com/
V4 -> V3 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                            | 242 +++++++++++++++++-
 2 files changed, 232 insertions(+), 11 deletions(-)


base-commit: ac9a78681b921877518763ba0e89202254349d1b
-- 
2.39.2


^ permalink raw reply	[flat|nested] 14+ messages in thread
* [PATCH v3 0/2] support config of U-Blox Zed-F9P GNSS
@ 2023-05-01 17:01 alison
  2023-05-01 17:01 ` [PATCH 2/2] dt-bindings: gnss: Add U-Blox Zed-F9 alison
  0 siblings, 1 reply; 14+ messages in thread
From: alison @ 2023-05-01 17:01 UTC (permalink / raw)
  To: johan
  Cc: robh+dt, krzysztof.kozlowski+dt, devicetree, linux-kernel, alison,
	achaiken, kernel test robot

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, only on a U-Blox Zed-F9P GNSS.

V2 -> V3 Add email recipients whom I foolishly missed the first two times.
V1 -> V2 Fixes error identified by kernel test robot:
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202304300819.u0hfUj33-lkp@intel.com/

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                            | 195 ++++++++++++++++++
 2 files changed, 196 insertions(+)


base-commit: 58390c8ce1bddb6c623f62e7ed36383e7fa5c02f
-- 
2.39.2


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2023-05-15 17:08 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-06 22:58 [PATCH v4 0/2] support config of U-Blox Zed-F9P GNSS alison
2023-05-06 22:58 ` [PATCH v3 1/2] gnss: ubx: customize serial device open to set U-Blox Zed-F9P baud alison
2023-05-07  1:29   ` kernel test robot
2023-05-06 22:58 ` [PATCH 2/2] dt-bindings: gnss: Add U-Blox Zed-F9 alison
  -- strict thread matches above, loose matches on Subject: below --
2023-05-15  0:40 [PATCH v6 0/2] alison
2023-05-15  0:40 ` [PATCH 2/2] dt-bindings: gnss: Add U-Blox Zed-F9 alison
2023-05-15  6:30   ` Krzysztof Kozlowski
2023-05-15 17:06     ` Conor Dooley
2023-05-08  1:11 [PATCH v5 0/2] support config of U-Blox Zed-F9P GNSS alison
2023-05-08  1:11 ` [PATCH 2/2] dt-bindings: gnss: Add U-Blox Zed-F9 alison
2023-05-08  2:26   ` Rob Herring
2023-05-08  6:39   ` Krzysztof Kozlowski
2023-05-01 17:01 [PATCH v3 0/2] support config of U-Blox Zed-F9P GNSS alison
2023-05-01 17:01 ` [PATCH 2/2] dt-bindings: gnss: Add U-Blox Zed-F9 alison
2023-05-01 17:42   ` Krzysztof Kozlowski
2023-05-05 21:21     ` Rob Herring
2023-05-05 21:22   ` Rob Herring

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).