devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] QCOM QRC device driver
@ 2024-03-03 16:53 Canfeng Zhuang
  2024-03-03 16:53 ` [PATCH 1/2] misc: qualcomm: QRC driver for Robotic SDK MCU Canfeng Zhuang
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Canfeng Zhuang @ 2024-03-03 16:53 UTC (permalink / raw)
  To: Derek Kiernan, Dragan Cvetic, Arnd Bergmann, Greg Kroah-Hartman,
	Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Srinivas Kandagatla
  Cc: linux-arm-msm, linux-kernel, devicetree, Canfeng Zhuang

QCOM QRC device driver is used for Robotic SDK MCU

[commit]misc: qualcomm: QRC driver for Robotic SDK MCU
This commit is used to enable robotic controller device driver.
QRC Driver support functions:
- Read data from serial device port.
- Write data to serial device port.
- Pin control reset robotic controller.

[commit]dt-bindings: misc: merge qcom,qrc
This commit is used to support qcom qrc devicetree binding.

Signed-off-by: Canfeng Zhuang <quic_czhuang@quicinc.com>
---
Canfeng Zhuang (2):
      misc: qualcomm: QRC driver for Robotic SDK MCU
      dt-bindings: misc: merge qcom,qrc

 .../devicetree/bindings/misc/qcom,qrc.yaml         |  32 ++
 drivers/misc/Kconfig                               |   1 +
 drivers/misc/Makefile                              |   1 +
 drivers/misc/qrc/Kconfig                           |  16 +
 drivers/misc/qrc/Makefile                          |   6 +
 drivers/misc/qrc/qrc_core.c                        | 336 ++++++++++++++++++++
 drivers/misc/qrc/qrc_core.h                        | 143 +++++++++
 drivers/misc/qrc/qrc_uart.c                        | 345 +++++++++++++++++++++
 8 files changed, 880 insertions(+)
---
base-commit: 805d849d7c3cc1f38efefd48b2480d62b7b5dcb7
change-id: 20240304-qcom_qrc-778c8fad8846

Best regards,
-- 
Canfeng Zhuang <quic_czhuang@quicinc.com>


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

end of thread, other threads:[~2024-03-04 19:35 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-03 16:53 [PATCH 0/2] QCOM QRC device driver Canfeng Zhuang
2024-03-03 16:53 ` [PATCH 1/2] misc: qualcomm: QRC driver for Robotic SDK MCU Canfeng Zhuang
2024-03-03 17:17   ` Greg Kroah-Hartman
2024-03-03 19:11   ` Krzysztof Kozlowski
2024-03-03 22:55   ` kernel test robot
2024-03-03 23:29   ` kernel test robot
2024-03-04  0:41   ` kernel test robot
2024-03-03 16:53 ` [PATCH 2/2] dt-bindings: misc: merge qcom,qrc Canfeng Zhuang
2024-03-03 19:07   ` Krzysztof Kozlowski
2024-03-04 19:35 ` [PATCH 0/2] QCOM QRC device driver Bjorn Andersson

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