aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/extcon/extcon-palmas.c
AgeCommit message (Expand)Author
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2017-04-06extcon: palmas: Don't miss GPIO events during suspend/resumeRoger Quadros
2017-01-25extcon: palmas: Use dev_dbg macro for the debug messagesRoger Quadros
2017-01-09extcon: palmas: Check the parent instance to prevent the NULLRoger Quadros
2016-09-13extcon: Use the extcon_set_state_sync() instead of deprecated functionsChanwoo Choi
2016-06-15extcon: palmas: Fix boot up state of VBUS when using GPIO detectionRoger Quadros
2016-04-04extcon: palmas: Drop stray IRQF_EARLY_RESUME flagNishanth Menon
2016-02-29extcon: palmas: Drop IRQF_EARLY_RESUME flagGrygorii Strashko
2016-02-05extcon: palmas: Add the support for VBUS detection by using GPIOFelipe Balbi
2015-08-13extcon: palmas: Fix build break due to devm_gpiod_get_optional API changeChanwoo Choi
2015-08-10extcon: palmas: Support GPIO based USB ID detectionRoger Quadros
2015-08-10extcon: palmas: Remove the mutually_exclusive arrayChanwoo Choi
2015-07-29extcon: palmas: Fix NULL pointer errorChanwoo Choi
2015-06-12extcon: Redefine the unique id of supported external connectors without 'enum...Chanwoo Choi
2015-05-22extcon: Use the unique id for external connector instead of stringChanwoo Choi
2015-05-19extcon: Remove the optional name of extcon deviceChanwoo Choi
2014-10-20extcon: drop owner assignment from platform_driversWolfram Sang
2014-06-16extcon: Set parent device of extcon device using prameter of devm_extcon_dev_...Chanwoo Choi
2014-06-16extcon: palmas: Make of_device_id array constKrzysztof Kozlowski
2014-04-29extcon: palmas: Use devm_extcon_dev_allocate for extcon_devChanwoo Choi
2014-04-24extcon: palmas: Use devm_extcon_dev_register()Sangjung Woo
2014-04-22extcon: palmas: explicitly set edev name as node nameKishon Vijay Abraham I
2014-03-19extcon: palmas: Use SIMPLE_DEV_PM_OPS macroJingoo Han
2014-01-07extcon: palmas: Handle ID interrupt properly using USB_ID_INT_SRCGeorge Cherian
2014-01-07extcon: palmas: Added a new compatible type *ti,palmas-usb-vid*Kishon Vijay Abraham I
2013-09-27extcon: Simplify extcon_dev_register() prototype by removing unnecessary para...Chanwoo Choi
2013-09-27extcon: use dev_get_platdata()Jingoo Han
2013-08-05extcon: palmas: Option to disable ID/VBUS detection based on platformLaxman Dewangan
2013-08-05extcon: palams: add support for suspend/resumeLaxman Dewangan
2013-08-05extcon: palmas: enable ID_GND and ID_FLOAT detection alwaysLaxman Dewangan
2013-08-05extcon: palmas: remove assigning "edev.name" to palmasKishon Vijay Abraham I
2013-06-17extcon: Palmas Extcon DriverGraeme Gregory