aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/extcon/extcon-usb-gpio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-9/+1
2017-10-23extcon: Split out extcon header file for consumer and provider deviceChanwoo Choi1-1/+1
2017-04-06extcon: usb-gpio: Don't miss event during suspend/resumeRoger Quadros1-3/+2
2017-04-06extcon: usb-gpio: Do not enable USB as wakeup source by defaultPeter Chen1-1/+1
2017-03-27Revert "extcon: usb-gpio: add support for ACPI gpio interface"Andy Shevchenko1-2/+1
2017-01-09extcon: usb-gpio: Add pinctrl operation during system PMPeter Chen1-0/+7
2016-11-20extcon: usb-gpio: Add VBUS detection supportRoger Quadros1-40/+129
2016-09-13extcon: Use the extcon_set_state_sync() instead of deprecated functionsChanwoo Choi1-4/+4
2016-06-21extcon: usb-gpio: add support for ACPI gpio interfaceLu Baolu1-1/+2
2016-06-21extcon: usb-gpio: add device binding for platform deviceLu Baolu1-0/+7
2016-06-21extcon: usb-gpio: Don't miss event during suspend/resumeRoger Quadros1-0/+3
2016-06-21extcon: usb-gpio: switch to use pm wakeirq apisGrygorii Strashko1-13/+6
2015-08-10extcon: palmas: Support GPIO based USB ID detectionRoger Quadros1-0/+1
2015-06-12extcon: Redefine the unique id of supported external connectors without 'enum extcon' typeChanwoo Choi1-1/+1
2015-05-22extcon: Use the unique id for external connector instead of stringChanwoo Choi1-24/+8
2015-05-20extcon: usb-gpio: use flags argument of devm_gpiod_get to set directionUwe Kleine-König1-1/+1
2015-05-19extcon: Allow compile test of GPIO consumers if !GPIOLIBGeert Uytterhoeven1-0/+1
2015-04-27extcon: usb-gpio: register extcon device before IRQ registrationRobert Baldyga1-12/+12
2015-03-07extcon: Fix the checkpatch warningChanwoo Choi1-1/+1
2015-02-24extcon: usb-gpio: Introduce gpio usb extcon driverRoger Quadros1-0/+237