aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/extcon/extcon-gpio.c
AgeCommit message (Expand)Author
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