summaryrefslogtreecommitdiffstats
path: root/drivers/usb/common/usb-conn-gpio.c
Commit message (Expand)AuthorAgeFilesLines
* usb: common: usb-conn-gpio: Prevent bailing out if initial role is nonePrashanth K2023-08-041-1/+5
* Revert "usb: common: usb-conn-gpio: Set last role to unknown before initial d...Greg Kroah-Hartman2023-06-151-3/+0
* usb: common: usb-conn-gpio: Set last role to unknown before initial detectionPrashanth K2023-06-131-0/+3
* usb: common: usb-conn-gpio: Convert to platform remove callback returning voidUwe Kleine-König2023-05-281-4/+2
* usb: common: usb-conn-gpio: Simplify some error messageChristophe JAILLET2022-08-181-4/+2
* usb: common: usb-conn-gpio: Allow wakeup from system suspendPrashanth K2022-06-101-0/+17
* usb: common: usb-conn-gpio: Make VBUS supply completely optionalAlexander Stein2022-03-151-17/+3
* usb: common: usb-conn-gpio: use usb_role_string() to print role statusChunfeng Yun2021-05-271-3/+3
* usb: common: usb-conn-gpio: use dev_err_probe() to print logChunfeng Yun2021-05-211-9/+5
* usb: common: usb-conn-gpio: fix NULL pointer dereference of chargerChunfeng Yun2021-05-211-18/+26
* usb: common: usb-conn-gpio: Print error on failure to get VBUSThierry Reding2020-08-181-1/+1
* usb: common: usb-conn-gpio: Make VBUS supply optionalThierry Reding2020-08-181-6/+24
* usb: common: usb-conn-gpio: Register chargerPaul Cercueil2020-07-301-0/+45
* usb: common: usb-conn-gpio: Demote comment block which is clearly not kerneldocLee Jones2020-07-031-1/+1
* usb: common: usb-conn-gpio: Don't log an error on probe deferralBryan O'Donoghue2019-12-101-1/+2
* usb: common: add USB GPIO based connection detection driverChunfeng Yun2019-09-031-0/+284