aboutsummaryrefslogtreecommitdiff
path: root/drivers/extcon/extcon-axp288.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-09extcon: axp288: Set EXTCON_USB when EXTCON_CHG_USB_SDP was setGravatar Baolin Wang 1-0/+8
2017-01-09extcon: axp288: Fix the module not auto-loadingGravatar Hans de Goede 1-0/+7
2017-01-09extcon: axp288: Remove unnecessary irq?_en register writesGravatar Hans de Goede 1-16/+3
2017-01-09extcon: axp288: Use vbus-valid instead of -present to determine cable presenceGravatar Hans de Goede 1-1/+1
2017-01-09extcon: axp288: Fix possibly reporting 2 cables in state trueGravatar Hans de Goede 1-2/+8
2017-01-09extcon: axp288: Simplify axp288_handle_chrg_det_eventGravatar Hans de Goede 1-25/+12
2017-01-09extcon: axp288: Remove usb_phy notification codeGravatar Hans de Goede 1-12/+0
2017-01-09extcon: axp288: Remove dependency on non-existing platform_dataGravatar Hans de Goede 1-15/+10
2016-09-13extcon: Use the extcon_set_state_sync() instead of deprecated functionsGravatar Chanwoo Choi 1-1/+1
2016-09-13extcon: axp288: Fix spelling mistakeGravatar Colin Ian King 1-3/+3
2015-10-16extcon: Modify the id and name of external connectorGravatar Chanwoo Choi 1-6/+6
2015-09-29extcon: axp288: Convert to using managed resourcesGravatar Vaishali Thakkar 1-18/+5
2015-06-12extcon: Redefine the unique id of supported external connectors without 'enum...Gravatar Chanwoo Choi 1-2/+2
2015-05-22extcon: Use the unique id for external connector instead of stringGravatar Chanwoo Choi 1-14/+10
2015-05-19extcon: axp288: Add axp288 extcon driver supportGravatar Ramakrishna Pallala 1-0/+385