aboutsummaryrefslogtreecommitdiff
path: root/drivers/extcon/extcon-gpio.c
AgeCommit message (Expand)Author
2018-03-21extcon: gpio: Convert to fully use GPIO descriptorLinus Walleij
2018-03-21extcon: gpio: Move platform data into state containerLinus Walleij
2018-03-21extcon: gpio: Localize platform dataLinus Walleij
2017-10-23extcon: Split out extcon header file for consumer and provider deviceChanwoo Choi
2016-09-15Merge branch 'next' into resolutionKishon Vijay Abraham I
2016-09-13extcon: Use the extcon_set_state_sync() instead of deprecated functionsChanwoo Choi
2016-09-10extcon: gpio: Remove the usage of extcon_set_state()Chanwoo Choi
2016-08-08extcon: gpio: Remove the usage of extcon_set_state()Chanwoo Choi
2016-01-25extcon: gpio: Fix typo in commentMoritz Fischer
2015-09-30extcon: gpio: Use descriptor-based GPIO interface instead of legacy gpio_* APIChanwoo Choi
2015-09-30extcon: gpio: Fix minor coding style and remove the unused fields.Chanwoo Choi
2015-09-30extcon: gpio: Add the missing supported_cable parameter to devm_extcon_dev_al...Chanwoo Choi
2015-09-30extcon: gpio: Remove duplicate data from struct gpio_extcon_dataChanwoo Choi
2015-09-30extcon: gpio: Use resource managed function for request_irqChanwoo Choi
2015-08-10extcon: Remove optional print_state() function pointer of struct extcon_devChanwoo Choi
2015-05-19extcon: Remove the optional name of extcon deviceChanwoo Choi
2014-10-20extcon: drop owner assignment from platform_driversWolfram Sang
2014-09-22extcon: gpio: Fix code cleanupGeorge Cherian
2014-06-16extcon: Set parent device of extcon device using prameter of devm_extcon_dev_...Chanwoo Choi
2014-04-29extcon: gpio: Use devm_extcon_dev_allocate for extcon_devChanwoo Choi
2014-04-24extcon: gpio: Use devm_extcon_dev_register()Sangjung Woo
2014-03-19extcon: gpio: Use SIMPLE_DEV_PM_OPS macroJingoo Han
2014-01-09extcon: gpio: Add power resume supportRongjun Ying
2014-01-07extcon: gpio: Request gpio pin before modifying its stateGuenter Roeck
2013-09-27extcon: Simplify extcon_dev_register() prototype by removing unnecessary para...Chanwoo Choi
2013-09-27extcon: gpio: Add support for active-low presence to detect pinsGuenter Roeck
2013-09-27extcon: use dev_get_platdata()Jingoo Han
2013-09-27extcon: gpio: Use gpio driver/chip debounce if supportedGuenter Roeck
2013-09-27extcon: gpio: Do not unnecessarily initialize variablesGuenter Roeck
2013-08-05extcon: gpio: Use power efficient workqueue for debounceMark Brown
2013-02-13extcon: gpio: Rename filename of extcon-gpio.c according to kernel naming styleChanwoo Choi
2012-11-26extcon: remove use of __devexit_pBill Pemberton
2012-11-26extcon: remove use of __devinitBill Pemberton
2012-11-26extcon: remove use of __devexitBill Pemberton
2012-10-22extcon: Remove duplicate inclusion of extcon.h header fileSachin Kamat
2012-08-27Merge 3.6-rc3 into driver-core-nextGreg Kroah-Hartman
2012-08-16Extcon: renamed files to comply with the standard naming.MyungJoo Ham