devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6 0/2]Uwb: Nxp: Driver for SR1XX SOCs Patch Series
@ 2022-12-20 15:47 Manjunatha Venkatesh
  2022-12-20 15:47 ` [PATCH v6 1/2] dt-bindings: uwb: Device tree information for Nxp SR1XX SOCs Manjunatha Venkatesh
  2022-12-20 15:47 ` [PATCH v6 2/2] misc: nxp-sr1xx: UWB driver support for sr1xx series chip Manjunatha Venkatesh
  0 siblings, 2 replies; 8+ messages in thread
From: Manjunatha Venkatesh @ 2022-12-20 15:47 UTC (permalink / raw)
  To: linux-kernel, gregkh, will, axboe, robh+dt
  Cc: mb, ckeepax, arnd, manjunatha.venkatesh, mst, javier, mikelley,
	jasowang, sunilmut, bjorn.andersson, krzysztof.kozlowski+dt,
	devicetree, ashish.deshpande, rvmanjumce


Here's a sixth version of a Nxp Uwb SR1xx driver.
Following changes are done with respect to patch series.
- Device Tree Document for SR1XX SOCs patch added
- sr1xx driver updated with previous review comment


Manjunatha Venkatesh (2):
  dt-bindings: uwb: Device tree information for Nxp SR1XX SOCs
  misc: nxp-sr1xx: UWB driver support for sr1xx series chip

 .../bindings/uwb/nxp,uwb-sr1xx.yaml           |  65 ++
 MAINTAINERS                                   |   7 +
 drivers/misc/Kconfig                          |  11 +
 drivers/misc/Makefile                         |   1 +
 drivers/misc/nxp-sr1xx.c                      | 728 ++++++++++++++++++
 include/uapi/misc/sr1xx.h                     |  13 +
 6 files changed, 825 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/uwb/nxp,uwb-sr1xx.yaml
 create mode 100644 drivers/misc/nxp-sr1xx.c
 create mode 100644 include/uapi/misc/sr1xx.h

-- 
2.38.1


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

end of thread, other threads:[~2023-09-25 13:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-20 15:47 [PATCH v6 0/2]Uwb: Nxp: Driver for SR1XX SOCs Patch Series Manjunatha Venkatesh
2022-12-20 15:47 ` [PATCH v6 1/2] dt-bindings: uwb: Device tree information for Nxp SR1XX SOCs Manjunatha Venkatesh
2022-12-20 15:56   ` Krzysztof Kozlowski
2022-12-20 16:40   ` Rob Herring
2022-12-20 15:47 ` [PATCH v6 2/2] misc: nxp-sr1xx: UWB driver support for sr1xx series chip Manjunatha Venkatesh
2022-12-20 15:58   ` Krzysztof Kozlowski
2022-12-21  6:12   ` Greg KH
2023-09-25 13:51     ` Guenter Roeck

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