summaryrefslogtreecommitdiffstats
path: root/drivers/extcon/extcon-gpio.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' into resolutionKishon Vijay Abraham I2016-09-151-0/+1
|\
| * extcon: gpio: Remove the usage of extcon_set_state()Chanwoo Choi2016-09-101-1/+1
* | extcon: Use the extcon_set_state_sync() instead of deprecated functionsChanwoo Choi2016-09-131-1/+1
* | extcon: gpio: Remove the usage of extcon_set_state()Chanwoo Choi2016-08-081-1/+1
|/
* extcon: gpio: Fix typo in commentMoritz Fischer2016-01-251-1/+1
* extcon: gpio: Use descriptor-based GPIO interface instead of legacy gpio_* APIChanwoo Choi2015-09-301-19/+43
* extcon: gpio: Fix minor coding style and remove the unused fields.Chanwoo Choi2015-09-301-7/+4
* extcon: gpio: Add the missing supported_cable parameter to devm_extcon_dev_al...Chanwoo Choi2015-09-301-4/+2
* extcon: gpio: Remove duplicate data from struct gpio_extcon_dataChanwoo Choi2015-09-301-39/+31
* extcon: gpio: Use resource managed function for request_irqChanwoo Choi2015-09-301-4/+3
* extcon: Remove optional print_state() function pointer of struct extcon_devChanwoo Choi2015-08-101-18/+0
* extcon: Remove the optional name of extcon deviceChanwoo Choi2015-05-191-1/+0
* extcon: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* extcon: gpio: Fix code cleanupGeorge Cherian2014-09-221-5/+5
* extcon: Set parent device of extcon device using prameter of devm_extcon_dev_...Chanwoo Choi2014-06-161-1/+0
* extcon: gpio: Use devm_extcon_dev_allocate for extcon_devChanwoo Choi2014-04-291-8/+15
* extcon: gpio: Use devm_extcon_dev_register()Sangjung Woo2014-04-241-12/+4
* extcon: gpio: Use SIMPLE_DEV_PM_OPS macroJingoo Han2014-03-191-3/+1
* extcon: gpio: Add power resume supportRongjun Ying2014-01-091-0/+21
* extcon: gpio: Request gpio pin before modifying its stateGuenter Roeck2014-01-071-5/+6
* extcon: Simplify extcon_dev_register() prototype by removing unnecessary para...Chanwoo Choi2013-09-271-1/+2
* extcon: gpio: Add support for active-low presence to detect pinsGuenter Roeck2013-09-271-0/+4
* extcon: use dev_get_platdata()Jingoo Han2013-09-271-1/+1
* extcon: gpio: Use gpio driver/chip debounce if supportedGuenter Roeck2013-09-271-1/+7
* extcon: gpio: Do not unnecessarily initialize variablesGuenter Roeck2013-09-271-1/+1
* extcon: gpio: Use power efficient workqueue for debounceMark Brown2013-08-051-1/+1
* extcon: gpio: Rename filename of extcon-gpio.c according to kernel naming styleChanwoo Choi2013-02-131-1/+1
* extcon: remove use of __devexit_pBill Pemberton2012-11-261-1/+1
* extcon: remove use of __devinitBill Pemberton2012-11-261-1/+1
* extcon: remove use of __devexitBill Pemberton2012-11-261-1/+1
* extcon: Remove duplicate inclusion of extcon.h header fileSachin Kamat2012-10-221-1/+0
* Merge 3.6-rc3 into driver-core-nextGreg Kroah-Hartman2012-08-271-1/+2
* Extcon: renamed files to comply with the standard naming.MyungJoo Ham2012-08-161-0/+164