lkml.org 
[lkml]   [2021]   [Oct]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH V0 0/7] Add Embedded USB Debugger (EUD) driver
Date
This is a series of patches that implements a driver for the control
peripheral, EUD (Embedded USB Debugger). The EUD is a mini-USB hub
implemented on chip to support the USB-based debug and trace capabilities.
Apart from debug capabilities, EUD has a control peripheral. Control
Peripheral is on when EUD is on and gets signals like USB attach, pet
EUD etc.EUD driver listens to events like USB attach or detach and then
informs the USB about these events via ROLE-SWITCH. At regular intervals,
the EUD driver receives an interrupt to pet the driver indicating that
the software is functional.

Souradeep Chowdhury (7):
dt-bindings: connector: Add property for eud type c connector
dt-bindings: usb: dwc3: Update dwc3 properties for EUD connector
usb: dwc3: drd: Register the eud connector child node for dwc3
usb: common: eud:Added the driver support for Embedded USB
Debugger(EUD)
arm64: dts: qcom: sc7280: Add EUD connector node
arm64: dts: qcom: sc7280: Set the default dr_mode for usb2
MAINTAINERS: Add maintainer entry for EUD

Documentation/ABI/testing/sysfs-driver-eud | 7 +
.../bindings/connector/usb-connector.yaml | 15 ++
.../devicetree/bindings/usb/snps,dwc3.yaml | 15 ++
MAINTAINERS | 7 +
arch/arm64/boot/dts/qcom/sc7280-idp.dts | 4 +
arch/arm64/boot/dts/qcom/sc7280.dtsi | 12 +
drivers/usb/common/Kconfig | 9 +
drivers/usb/common/Makefile | 1 +
drivers/usb/common/qcom_eud.c | 256 +++++++++++++++++++++
drivers/usb/dwc3/drd.c | 25 ++
10 files changed, 351 insertions(+)
create mode 100644 Documentation/ABI/testing/sysfs-driver-eud
create mode 100644 drivers/usb/common/qcom_eud.c

--
QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member
of Code Aurora Forum, hosted by The Linux Foundation

\
 
 \ /
  Last update: 2021-10-04 13:17    [W:0.193 / U:0.500 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site