summaryrefslogtreecommitdiffstats
path: root/drivers/extcon/extcon-palmas.c
Commit message (Expand)AuthorAgeFilesLines
* extcon: palmas: Fix build break due to devm_gpiod_get_optional API changeChanwoo Choi2015-08-131-1/+3
* extcon: palmas: Support GPIO based USB ID detectionRoger Quadros2015-08-101-15/+114
* extcon: palmas: Remove the mutually_exclusive arrayChanwoo Choi2015-08-101-3/+0
* extcon: palmas: Fix NULL pointer errorChanwoo Choi2015-07-291-13/+0
* extcon: Redefine the unique id of supported external connectors without 'enum...Chanwoo Choi2015-06-121-1/+1
* extcon: Use the unique id for external connector instead of stringChanwoo Choi2015-05-221-10/+12
* 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: Set parent device of extcon device using prameter of devm_extcon_dev_...Chanwoo Choi2014-06-161-1/+0
* extcon: palmas: Make of_device_id array constKrzysztof Kozlowski2014-06-161-1/+1
* extcon: palmas: Use devm_extcon_dev_allocate for extcon_devChanwoo Choi2014-04-291-15/+20
* extcon: palmas: Use devm_extcon_dev_register()Sangjung Woo2014-04-241-10/+5
* extcon: palmas: explicitly set edev name as node nameKishon Vijay Abraham I2014-04-221-0/+5
* extcon: palmas: Use SIMPLE_DEV_PM_OPS macroJingoo Han2014-03-191-4/+1
* extcon: palmas: Handle ID interrupt properly using USB_ID_INT_SRCGeorge Cherian2014-01-071-3/+12
* extcon: palmas: Added a new compatible type *ti,palmas-usb-vid*Kishon Vijay Abraham I2014-01-071-0/+2
* extcon: Simplify extcon_dev_register() prototype by removing unnecessary para...Chanwoo Choi2013-09-271-1/+2
* extcon: use dev_get_platdata()Jingoo Han2013-09-271-1/+1
* extcon: palmas: Option to disable ID/VBUS detection based on platformLaxman Dewangan2013-08-051-35/+52
* extcon: palams: add support for suspend/resumeLaxman Dewangan2013-08-051-3/+35
* extcon: palmas: enable ID_GND and ID_FLOAT detection alwaysLaxman Dewangan2013-08-051-13/+11
* extcon: palmas: remove assigning "edev.name" to palmasKishon Vijay Abraham I2013-08-051-1/+0
* extcon: Palmas Extcon DriverGraeme Gregory2013-06-171-0/+246