aboutsummaryrefslogtreecommitdiff
path: root/drivers/extcon/extcon-max14577.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-12extcon: max14577: Avoid forcing UART path on drive probeGravatar Marek Szyprowski 1-2/+13
2018-08-28extcon: maxim: Add SPDX license identifiersGravatar Krzysztof Kozlowski 1-17/+7
2017-10-23extcon: max14577: Delete an unnecessary variable initialisation in max14577_m...Gravatar Markus Elfring 1-1/+1
2017-10-23extcon: Split out extcon header file for consumer and provider deviceGravatar Chanwoo Choi 1-1/+1
2017-01-09extcon: Restructure multi-line comments to follow codingstyleGravatar Srikant Ritolia 1-2/+4
2016-09-13extcon: Use the extcon_set_state_sync() instead of deprecated functionsGravatar Chanwoo Choi 1-7/+7
2016-09-13extcon: max14577: Change Krzysztof Kozlowski's email to kernel.orgGravatar Krzysztof Kozlowski 1-2/+2
2016-01-25extcon: Add the EXTCON_CHG_USB_SDP to support SDP charing portGravatar Chanwoo Choi 1-0/+3
2015-12-15extcon: max14577: fix handling return value of regmap_irq_get_virqGravatar Andrzej Hajda 1-1/+1
2015-10-16extcon: Modify the id and name of external connectorGravatar Chanwoo Choi 1-8/+9
2015-06-12extcon: Redefine the unique id of supported external connectors without 'enum...Gravatar Chanwoo Choi 1-1/+1
2015-05-22extcon: Use the unique id for external connector instead of stringGravatar Chanwoo Choi 1-28/+17
2015-05-19extcon: Remove the optional name of extcon deviceGravatar Chanwoo Choi 1-2/+0
2015-05-19extcon: Unify the jig cable names on rt8973 and max14577/77693/77843Gravatar Chanwoo Choi 1-16/+3
2015-03-07extcon: Fix the checkpatch warningGravatar Chanwoo Choi 1-4/+1
2014-12-14Merge tag 'char-misc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2014-11-24extcon: max14577: Fix obvious typo in company name in copyrightGravatar Krzysztof Kozlowski 1-1/+1
2014-10-20extcon: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-07-23extcon: Remove unnecessary OOM messagesGravatar Jingoo Han 1-3/+2
2014-04-29extcon: max14577: Use devm_extcon_dev_allocate for extcon_devGravatar Chanwoo Choi 1-3/+4
2014-04-24extcon: max14577: Use devm_extcon_dev_register()Gravatar Sangjung Woo 1-7/+2
2014-04-24extcon: max14577: Properly handle regmap_irq_get_virq errorGravatar Krzysztof Kozlowski 1-1/+1
2014-04-24extcon: max14577: Fix probe failure on successful work queueGravatar Krzysztof Kozlowski 1-6/+1
2014-04-23extcon: max14577: Add support for MAX77836Gravatar Krzysztof Kozlowski 1-19/+90
2014-04-23extcon: max14577: Choose muic_irqs according to device typeGravatar Krzysztof Kozlowski 1-28/+37
2014-04-23extcon: max14577: Add max14577 prefix to muic_irqsGravatar Krzysztof Kozlowski 1-6/+6
2014-04-23extcon: max14577: Change extcon name instead of static name according to devi...Gravatar Chanwoo Choi 1-3/+3
2014-01-07extcon: max14577: Add extcon-max14577 driver to support MUIC deviceGravatar Chanwoo Choi 1-0/+752