summaryrefslogtreecommitdiff
path: root/drivers/usb/common/usb-conn-gpio.c
AgeCommit message (Expand)Author
2023-08-04usb: common: usb-conn-gpio: Prevent bailing out if initial role is nonePrashanth K
2023-06-15Revert "usb: common: usb-conn-gpio: Set last role to unknown before initial d...Greg Kroah-Hartman
2023-06-13usb: common: usb-conn-gpio: Set last role to unknown before initial detectionPrashanth K
2023-05-28usb: common: usb-conn-gpio: Convert to platform remove callback returning voidUwe Kleine-König
2022-08-18usb: common: usb-conn-gpio: Simplify some error messageChristophe JAILLET
2022-06-10usb: common: usb-conn-gpio: Allow wakeup from system suspendPrashanth K
2022-03-15usb: common: usb-conn-gpio: Make VBUS supply completely optionalAlexander Stein
2021-05-27usb: common: usb-conn-gpio: use usb_role_string() to print role statusChunfeng Yun
2021-05-21usb: common: usb-conn-gpio: use dev_err_probe() to print logChunfeng Yun
2021-05-21usb: common: usb-conn-gpio: fix NULL pointer dereference of chargerChunfeng Yun
2020-08-18usb: common: usb-conn-gpio: Print error on failure to get VBUSThierry Reding
2020-08-18usb: common: usb-conn-gpio: Make VBUS supply optionalThierry Reding
2020-07-30usb: common: usb-conn-gpio: Register chargerPaul Cercueil
2020-07-03usb: common: usb-conn-gpio: Demote comment block which is clearly not kerneldocLee Jones
2019-12-10usb: common: usb-conn-gpio: Don't log an error on probe deferralBryan O'Donoghue
2019-09-03usb: common: add USB GPIO based connection detection driverChunfeng Yun