[PATCH v4 0/2] Uwb: Nxp: Driver for SR1XX SOCs

From: Manjunatha Venkatesh
Date: Fri May 27 2022 - 14:44:11 EST


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

Manjunatha Venkatesh (3):
dt-bindings: uwb: Device tree information for Nxp SR1XX SOCs
misc: uwb: Maintainers list for Nxp Uwb SR1XX SOCs family drivers
misc: uwb: nxp: sr1xx: UWB driver support for sr1xx series chip

.../bindings/uwb/nxp,uwb-sr1xx.yaml | 67 ++
MAINTAINERS | 6 +
drivers/misc/Kconfig | 12 +
drivers/misc/Makefile | 1 +
drivers/misc/nxp-sr1xx.c | 834 ++++++++++++++++++
5 files changed, 920 insertions(+)
create mode 100644 Documentation/devicetree/bindings/uwb/nxp,uwb-sr1xx.yaml
create mode 100644 drivers/misc/nxp-sr1xx.c

--
2.35.1