aboutsummaryrefslogtreecommitdiff
path: root/drivers/extcon/extcon-gpio.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-23extconn: Clean-up few drivers by using managed work initGravatar Matti Vaittinen 1-11/+4
2019-07-24extcon: gpio: Request reasonable interruptsGravatar Linus Walleij 1-10/+19
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Gravatar Thomas Gleixner 1-9/+1
2018-03-21extcon: gpio: Convert to fully use GPIO descriptorGravatar Linus Walleij 1-51/+15
2018-03-21extcon: gpio: Move platform data into state containerGravatar Linus Walleij 1-30/+33
2018-03-21extcon: gpio: Localize platform dataGravatar Linus Walleij 1-1/+21
2017-10-23extcon: Split out extcon header file for consumer and provider deviceGravatar Chanwoo Choi 1-1/+1
2016-09-15Merge branch 'next' into resolutionGravatar Kishon Vijay Abraham I 1-0/+1
2016-09-13extcon: Use the extcon_set_state_sync() instead of deprecated functionsGravatar Chanwoo Choi 1-1/+1
2016-09-10extcon: gpio: Remove the usage of extcon_set_state()Gravatar Chanwoo Choi 1-1/+1
2016-08-08extcon: gpio: Remove the usage of extcon_set_state()Gravatar Chanwoo Choi 1-1/+1
2016-01-25extcon: gpio: Fix typo in commentGravatar Moritz Fischer 1-1/+1
2015-09-30extcon: gpio: Use descriptor-based GPIO interface instead of legacy gpio_* APIGravatar Chanwoo Choi 1-19/+43
2015-09-30extcon: gpio: Fix minor coding style and remove the unused fields.Gravatar Chanwoo Choi 1-7/+4
2015-09-30extcon: gpio: Add the missing supported_cable parameter to devm_extcon_dev_al...Gravatar Chanwoo Choi 1-4/+2
2015-09-30extcon: gpio: Remove duplicate data from struct gpio_extcon_dataGravatar Chanwoo Choi 1-39/+31
2015-09-30extcon: gpio: Use resource managed function for request_irqGravatar Chanwoo Choi 1-4/+3
2015-08-10extcon: Remove optional print_state() function pointer of struct extcon_devGravatar Chanwoo Choi 1-18/+0
2015-05-19extcon: Remove the optional name of extcon deviceGravatar Chanwoo Choi 1-1/+0
2014-10-20extcon: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-09-22extcon: gpio: Fix code cleanupGravatar George Cherian 1-5/+5
2014-06-16extcon: Set parent device of extcon device using prameter of devm_extcon_dev_...Gravatar Chanwoo Choi 1-1/+0
2014-04-29extcon: gpio: Use devm_extcon_dev_allocate for extcon_devGravatar Chanwoo Choi 1-8/+15
2014-04-24extcon: gpio: Use devm_extcon_dev_register()Gravatar Sangjung Woo 1-12/+4
2014-03-19extcon: gpio: Use SIMPLE_DEV_PM_OPS macroGravatar Jingoo Han 1-3/+1
2014-01-09extcon: gpio: Add power resume supportGravatar Rongjun Ying 1-0/+21
2014-01-07extcon: gpio: Request gpio pin before modifying its stateGravatar Guenter Roeck 1-5/+6
2013-09-27extcon: Simplify extcon_dev_register() prototype by removing unnecessary para...Gravatar Chanwoo Choi 1-1/+2
2013-09-27extcon: gpio: Add support for active-low presence to detect pinsGravatar Guenter Roeck 1-0/+4
2013-09-27extcon: use dev_get_platdata()Gravatar Jingoo Han 1-1/+1
2013-09-27extcon: gpio: Use gpio driver/chip debounce if supportedGravatar Guenter Roeck 1-1/+7
2013-09-27extcon: gpio: Do not unnecessarily initialize variablesGravatar Guenter Roeck 1-1/+1
2013-08-05extcon: gpio: Use power efficient workqueue for debounceGravatar Mark Brown 1-1/+1
2013-02-13extcon: gpio: Rename filename of extcon-gpio.c according to kernel naming styleGravatar Chanwoo Choi 1-1/+1
2012-11-26extcon: remove use of __devexit_pGravatar Bill Pemberton 1-1/+1
2012-11-26extcon: remove use of __devinitGravatar Bill Pemberton 1-1/+1
2012-11-26extcon: remove use of __devexitGravatar Bill Pemberton 1-1/+1
2012-10-22extcon: Remove duplicate inclusion of extcon.h header fileGravatar Sachin Kamat 1-1/+0
2012-08-27Merge 3.6-rc3 into driver-core-nextGravatar Greg Kroah-Hartman 1-1/+2
2012-08-16Extcon: renamed files to comply with the standard naming.Gravatar MyungJoo Ham 1-0/+164