summaryrefslogtreecommitdiffstats
path: root/drivers/extcon/extcon-usb-gpio.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-9/+1
* extcon: Split out extcon header file for consumer and provider deviceChanwoo Choi2017-10-231-1/+1
* extcon: usb-gpio: Don't miss event during suspend/resumeRoger Quadros2017-04-061-3/+2
* extcon: usb-gpio: Do not enable USB as wakeup source by defaultPeter Chen2017-04-061-1/+1
* Revert "extcon: usb-gpio: add support for ACPI gpio interface"Andy Shevchenko2017-03-271-2/+1
* extcon: usb-gpio: Add pinctrl operation during system PMPeter Chen2017-01-091-0/+7
* extcon: usb-gpio: Add VBUS detection supportRoger Quadros2016-11-201-40/+129
* extcon: Use the extcon_set_state_sync() instead of deprecated functionsChanwoo Choi2016-09-131-4/+4
* extcon: usb-gpio: add support for ACPI gpio interfaceLu Baolu2016-06-211-1/+2
* extcon: usb-gpio: add device binding for platform deviceLu Baolu2016-06-211-0/+7
* extcon: usb-gpio: Don't miss event during suspend/resumeRoger Quadros2016-06-211-0/+3
* extcon: usb-gpio: switch to use pm wakeirq apisGrygorii Strashko2016-06-211-13/+6
* extcon: palmas: Support GPIO based USB ID detectionRoger Quadros2015-08-101-0/+1
* extcon: Redefine the unique id of supported external connectors without 'enum...Chanwoo Choi2015-06-121-1/+1
* extcon: Use the unique id for external connector instead of stringChanwoo Choi2015-05-221-24/+8
* extcon: usb-gpio: use flags argument of devm_gpiod_get to set directionUwe Kleine-König2015-05-201-1/+1
* extcon: Allow compile test of GPIO consumers if !GPIOLIBGeert Uytterhoeven2015-05-191-0/+1
* extcon: usb-gpio: register extcon device before IRQ registrationRobert Baldyga2015-04-271-12/+12
* extcon: Fix the checkpatch warningChanwoo Choi2015-03-071-1/+1
* extcon: usb-gpio: Introduce gpio usb extcon driverRoger Quadros2015-02-241-0/+237