aboutsummaryrefslogtreecommitdiff
path: root/drivers/extcon/extcon-usb-gpio.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-27extcon: usb-gpio: Use the right includesGravatar Linus Walleij 1-2/+1
2020-09-24extcon: Replace HTTP links with HTTPS onesGravatar Alexander A. Klimov 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Gravatar Thomas Gleixner 1-9/+1
2017-10-23extcon: Split out extcon header file for consumer and provider deviceGravatar Chanwoo Choi 1-1/+1
2017-04-06extcon: usb-gpio: Don't miss event during suspend/resumeGravatar Roger Quadros 1-3/+2
2017-04-06extcon: usb-gpio: Do not enable USB as wakeup source by defaultGravatar Peter Chen 1-1/+1
2017-03-27Revert "extcon: usb-gpio: add support for ACPI gpio interface"Gravatar Andy Shevchenko 1-2/+1
2017-01-09extcon: usb-gpio: Add pinctrl operation during system PMGravatar Peter Chen 1-0/+7
2016-11-20extcon: usb-gpio: Add VBUS detection supportGravatar Roger Quadros 1-40/+129
2016-09-13extcon: Use the extcon_set_state_sync() instead of deprecated functionsGravatar Chanwoo Choi 1-4/+4
2016-06-21extcon: usb-gpio: add support for ACPI gpio interfaceGravatar Lu Baolu 1-1/+2
2016-06-21extcon: usb-gpio: add device binding for platform deviceGravatar Lu Baolu 1-0/+7
2016-06-21extcon: usb-gpio: Don't miss event during suspend/resumeGravatar Roger Quadros 1-0/+3
2016-06-21extcon: usb-gpio: switch to use pm wakeirq apisGravatar Grygorii Strashko 1-13/+6
2015-08-10extcon: palmas: Support GPIO based USB ID detectionGravatar Roger Quadros 1-0/+1
2015-06-12extcon: Redefine the unique id of supported external connectors without 'enum...Gravatar Chanwoo Choi 1-1/+1
2015-05-22extcon: Use the unique id for external connector instead of stringGravatar Chanwoo Choi 1-24/+8
2015-05-20extcon: usb-gpio: use flags argument of devm_gpiod_get to set directionGravatar Uwe Kleine-König 1-1/+1
2015-05-19extcon: Allow compile test of GPIO consumers if !GPIOLIBGravatar Geert Uytterhoeven 1-0/+1
2015-04-27extcon: usb-gpio: register extcon device before IRQ registrationGravatar Robert Baldyga 1-12/+12
2015-03-07extcon: Fix the checkpatch warningGravatar Chanwoo Choi 1-1/+1
2015-02-24extcon: usb-gpio: Introduce gpio usb extcon driverGravatar Roger Quadros 1-0/+237