index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
typec
/
ucsi
/
ucsi_glink.c
Age
Commit message (
Expand
)
Author
2025-10-24
usb: typec: ucsi_glink: Increase buffer size to support UCSI v2
Anjelique Melendez
2025-10-24
usb: typec: ucsi_glink: Update request/response buffers to be packed
Anjelique Melendez
2025-02-19
acpi: typec: ucsi: Introduce a ->poll_cci method
Christian A. Ehrhardt
2024-12-23
usb: typec: ucsi: Set orientation as none when connector is unplugged
Abel Vesa
2024-11-10
usb: typec: ucsi: glink: be more precise on orientation-aware ports
Dmitry Baryshkov
2024-11-10
usb: typec: ucsi: glink: fix off-by-one in connector_status
Dmitry Baryshkov
2024-10-04
usb: typec: ucsi: glink: use device_for_each_child_node_scoped()
Javier Carrasco
2024-09-03
Merge 6.11-rc6 into usb-next
Greg Kroah-Hartman
2024-08-21
usb: typec: ucsi: Move unregister out of atomic section
Bjorn Andersson
2024-08-21
soc: qcom: pmic_glink: Fix race during initialization
Bjorn Andersson
2024-07-31
usb: typec: ucsi: glink: Remove unnecessary semicolon
Chen Ni
2024-07-03
usb: typec: ucsi: extract common code for command handling
Dmitry Baryshkov
2024-07-03
usb: typec: ucsi: split read operation
Dmitry Baryshkov
2024-07-03
usb: typec: ucsi: simplify command sending API
Dmitry Baryshkov
2024-06-20
usb: typec: ucsi: glink: fix child node release in probe function
Javier Carrasco
2024-06-04
usb: typec: ucsi: glink: increase max ports for x1e80100
Johan Hovold
2024-04-18
usb: typec: ucsi: glink: set orientation aware if supported
Dmitry Baryshkov
2024-04-18
usb: typec: ucsi: glink: use typec_set_orientation
Dmitry Baryshkov
2024-04-18
usb: typec: ucsi: glink: move GPIO reading into connector_status callback
Dmitry Baryshkov
2024-04-09
usb: typec: ucsi_glink: drop special handling for CCI_BUSY
Dmitry Baryshkov
2024-04-09
usb: typec: ucsi_glink: drop NO_PARTNER_PDOS quirk for sm8550 / sm8650
Dmitry Baryshkov
2024-04-09
usb: typec: ucsi_glink: enable the UCSI_DELAY_DEVICE_PDOS quirk on qcm6490
Dmitry Baryshkov
2024-04-04
usb: typec: ucsi_glink: enable the UCSI_DELAY_DEVICE_PDOS quirk
Dmitry Baryshkov
2024-04-04
usb: typec: ucsi_glink: rework quirks implementation
Dmitry Baryshkov
2024-03-26
usb: typec: ucsi: Fix race between typec_switch and role_switch
Krishna Kurapati
2024-03-21
Merge tag 'usb-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2024-03-05
usb: typec: ucsi: fix UCSI on SM8550 & SM8650 Qualcomm devices
Neil Armstrong
2024-02-08
usb: typec: ucsi: Add qcm6490-pmic-glink as needing PDOS quirk
Luca Weiss
2024-01-11
Merge tag 'soc-drivers-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-12-15
usb: typec: ucsi: fix gpio-based orientation detection
Johan Hovold
2023-12-07
usb: typec: ucsi: fix UCSI on buggy Qualcomm devices
Dmitry Baryshkov
2023-10-05
usb: ucsi: glink: use the connector orientation GPIO to provide switch events
Neil Armstrong
2023-07-25
usb: Explicitly include correct DT includes
Rob Herring
2023-05-29
usb: typec: ucsi: correctly access opcode
Min-Hua Chen
2023-03-23
usb: typec: ucsi: add PMIC Glink UCSI driver
Neil Armstrong