index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
common
/
usb-conn-gpio.c
Age
Commit message (
Expand
)
Author
2023-08-04
usb: common: usb-conn-gpio: Prevent bailing out if initial role is none
Prashanth K
2023-06-15
Revert "usb: common: usb-conn-gpio: Set last role to unknown before initial d...
Greg Kroah-Hartman
2023-06-13
usb: common: usb-conn-gpio: Set last role to unknown before initial detection
Prashanth K
2023-05-28
usb: common: usb-conn-gpio: Convert to platform remove callback returning void
Uwe Kleine-König
2022-08-18
usb: common: usb-conn-gpio: Simplify some error message
Christophe JAILLET
2022-06-10
usb: common: usb-conn-gpio: Allow wakeup from system suspend
Prashanth K
2022-03-15
usb: common: usb-conn-gpio: Make VBUS supply completely optional
Alexander Stein
2021-05-27
usb: common: usb-conn-gpio: use usb_role_string() to print role status
Chunfeng Yun
2021-05-21
usb: common: usb-conn-gpio: use dev_err_probe() to print log
Chunfeng Yun
2021-05-21
usb: common: usb-conn-gpio: fix NULL pointer dereference of charger
Chunfeng Yun
2020-08-18
usb: common: usb-conn-gpio: Print error on failure to get VBUS
Thierry Reding
2020-08-18
usb: common: usb-conn-gpio: Make VBUS supply optional
Thierry Reding
2020-07-30
usb: common: usb-conn-gpio: Register charger
Paul Cercueil
2020-07-03
usb: common: usb-conn-gpio: Demote comment block which is clearly not kerneldoc
Lee Jones
2019-12-10
usb: common: usb-conn-gpio: Don't log an error on probe deferral
Bryan O'Donoghue
2019-09-03
usb: common: add USB GPIO based connection detection driver
Chunfeng Yun