aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/extcon/extcon-palmas.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-12/+1
2017-04-06extcon: palmas: Don't miss GPIO events during suspend/resumeRoger Quadros1-0/+6
2017-01-25extcon: palmas: Use dev_dbg macro for the debug messagesRoger Quadros1-8/+8
2017-01-09extcon: palmas: Check the parent instance to prevent the NULLRoger Quadros1-0/+5
2016-09-13extcon: Use the extcon_set_state_sync() instead of deprecated functionsChanwoo Choi1-8/+8
2016-06-15extcon: palmas: Fix boot up state of VBUS when using GPIO detectionRoger Quadros1-0/+2
2016-04-04extcon: palmas: Drop stray IRQF_EARLY_RESUME flagNishanth Menon1-2/+1
2016-02-29extcon: palmas: Drop IRQF_EARLY_RESUME flagGrygorii Strashko1-2/+2
2016-02-05extcon: palmas: Add the support for VBUS detection by using GPIOFelipe Balbi1-0/+50
2015-08-13extcon: palmas: Fix build break due to devm_gpiod_get_optional API changeChanwoo Choi1-1/+3
2015-08-10extcon: palmas: Support GPIO based USB ID detectionRoger Quadros1-15/+114
2015-08-10extcon: palmas: Remove the mutually_exclusive arrayChanwoo Choi1-3/+0
2015-07-29extcon: palmas: Fix NULL pointer errorChanwoo Choi1-13/+0
2015-06-12extcon: Redefine the unique id of supported external connectors without 'enum extcon' typeChanwoo Choi1-1/+1
2015-05-22extcon: Use the unique id for external connector instead of stringChanwoo Choi1-10/+12
2015-05-19extcon: Remove the optional name of extcon deviceChanwoo Choi1-1/+0
2014-10-20extcon: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-06-16extcon: Set parent device of extcon device using prameter of devm_extcon_dev_allocateChanwoo Choi1-1/+0
2014-06-16extcon: palmas: Make of_device_id array constKrzysztof Kozlowski1-1/+1
2014-04-29extcon: palmas: Use devm_extcon_dev_allocate for extcon_devChanwoo Choi1-15/+20
2014-04-24extcon: palmas: Use devm_extcon_dev_register()Sangjung Woo1-10/+5
2014-04-22extcon: palmas: explicitly set edev name as node nameKishon Vijay Abraham I1-0/+5
2014-03-19extcon: palmas: Use SIMPLE_DEV_PM_OPS macroJingoo Han1-4/+1
2014-01-07extcon: palmas: Handle ID interrupt properly using USB_ID_INT_SRCGeorge Cherian1-3/+12
2014-01-07extcon: palmas: Added a new compatible type *ti,palmas-usb-vid*Kishon Vijay Abraham I1-0/+2
2013-09-27extcon: Simplify extcon_dev_register() prototype by removing unnecessary parameterChanwoo Choi1-1/+2
2013-09-27extcon: use dev_get_platdata()Jingoo Han1-1/+1
2013-08-05extcon: palmas: Option to disable ID/VBUS detection based on platformLaxman Dewangan1-35/+52
2013-08-05extcon: palams: add support for suspend/resumeLaxman Dewangan1-3/+35
2013-08-05extcon: palmas: enable ID_GND and ID_FLOAT detection alwaysLaxman Dewangan1-13/+11
2013-08-05extcon: palmas: remove assigning "edev.name" to palmasKishon Vijay Abraham I1-1/+0
2013-06-17extcon: Palmas Extcon DriverGraeme Gregory1-0/+246