aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/extcon/extcon-gpio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-24extcon: gpio: Request reasonable interruptsLinus Walleij1-10/+19
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner1-9/+1
2018-03-21extcon: gpio: Convert to fully use GPIO descriptorLinus Walleij1-51/+15
2018-03-21extcon: gpio: Move platform data into state containerLinus Walleij1-30/+33
2018-03-21extcon: gpio: Localize platform dataLinus Walleij1-1/+21
2017-10-23extcon: Split out extcon header file for consumer and provider deviceChanwoo Choi1-1/+1
2016-09-15Merge branch 'next' into resolutionKishon Vijay Abraham I1-0/+1
2016-09-13extcon: Use the extcon_set_state_sync() instead of deprecated functionsChanwoo Choi1-1/+1
2016-09-10extcon: gpio: Remove the usage of extcon_set_state()Chanwoo Choi1-1/+1
2016-08-08extcon: gpio: Remove the usage of extcon_set_state()Chanwoo Choi1-1/+1
2016-01-25extcon: gpio: Fix typo in commentMoritz Fischer1-1/+1
2015-09-30extcon: gpio: Use descriptor-based GPIO interface instead of legacy gpio_* APIChanwoo Choi1-19/+43
2015-09-30extcon: gpio: Fix minor coding style and remove the unused fields.Chanwoo Choi1-7/+4
2015-09-30extcon: gpio: Add the missing supported_cable parameter to devm_extcon_dev_allocate()Chanwoo Choi1-4/+2
2015-09-30extcon: gpio: Remove duplicate data from struct gpio_extcon_dataChanwoo Choi1-39/+31
2015-09-30extcon: gpio: Use resource managed function for request_irqChanwoo Choi1-4/+3
2015-08-10extcon: Remove optional print_state() function pointer of struct extcon_devChanwoo Choi1-18/+0
2015-05-19extcon: Remove the optional name of extcon deviceChanwoo Choi1-1/+0
2014-10-20extcon: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-22extcon: gpio: Fix code cleanupGeorge Cherian1-5/+5
2014-06-16extcon: Set parent device of extcon device using prameter of devm_extcon_dev_allocateChanwoo Choi1-1/+0
2014-04-29extcon: gpio: Use devm_extcon_dev_allocate for extcon_devChanwoo Choi1-8/+15
2014-04-24extcon: gpio: Use devm_extcon_dev_register()Sangjung Woo1-12/+4
2014-03-19extcon: gpio: Use SIMPLE_DEV_PM_OPS macroJingoo Han1-3/+1
2014-01-09extcon: gpio: Add power resume supportRongjun Ying1-0/+21
2014-01-07extcon: gpio: Request gpio pin before modifying its stateGuenter Roeck1-5/+6
2013-09-27extcon: Simplify extcon_dev_register() prototype by removing unnecessary parameterChanwoo Choi1-1/+2
2013-09-27extcon: gpio: Add support for active-low presence to detect pinsGuenter Roeck1-0/+4
2013-09-27extcon: use dev_get_platdata()Jingoo Han1-1/+1
2013-09-27extcon: gpio: Use gpio driver/chip debounce if supportedGuenter Roeck1-1/+7
2013-09-27extcon: gpio: Do not unnecessarily initialize variablesGuenter Roeck1-1/+1
2013-08-05extcon: gpio: Use power efficient workqueue for debounceMark Brown1-1/+1
2013-02-13extcon: gpio: Rename filename of extcon-gpio.c according to kernel naming styleChanwoo Choi1-1/+1
2012-11-26extcon: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-26extcon: remove use of __devinitBill Pemberton1-1/+1
2012-11-26extcon: remove use of __devexitBill Pemberton1-1/+1
2012-10-22extcon: Remove duplicate inclusion of extcon.h header fileSachin Kamat1-1/+0
2012-08-27Merge 3.6-rc3 into driver-core-nextGreg Kroah-Hartman1-1/+2
2012-08-16Extcon: renamed files to comply with the standard naming.MyungJoo Ham1-0/+164