aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/extcon/extcon-max14577.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-12extcon: max14577: Avoid forcing UART path on drive probeMarek Szyprowski1-2/+13
2018-08-28extcon: maxim: Add SPDX license identifiersKrzysztof Kozlowski1-17/+7
2017-10-23extcon: max14577: Delete an unnecessary variable initialisation in max14577_muic_set_path()Markus Elfring1-1/+1
2017-10-23extcon: Split out extcon header file for consumer and provider deviceChanwoo Choi1-1/+1
2017-01-09extcon: Restructure multi-line comments to follow codingstyleSrikant Ritolia1-2/+4
2016-09-13extcon: Use the extcon_set_state_sync() instead of deprecated functionsChanwoo Choi1-7/+7
2016-09-13extcon: max14577: Change Krzysztof Kozlowski's email to kernel.orgKrzysztof Kozlowski1-2/+2
2016-01-25extcon: Add the EXTCON_CHG_USB_SDP to support SDP charing portChanwoo Choi1-0/+3
2015-12-15extcon: max14577: fix handling return value of regmap_irq_get_virqAndrzej Hajda1-1/+1
2015-10-16extcon: Modify the id and name of external connectorChanwoo Choi1-8/+9
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-28/+17
2015-05-19extcon: Remove the optional name of extcon deviceChanwoo Choi1-2/+0
2015-05-19extcon: Unify the jig cable names on rt8973 and max14577/77693/77843Chanwoo Choi1-16/+3
2015-03-07extcon: Fix the checkpatch warningChanwoo Choi1-4/+1
2014-12-14Merge tag 'char-misc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-1/+1
2014-11-24extcon: max14577: Fix obvious typo in company name in copyrightKrzysztof Kozlowski1-1/+1
2014-10-20extcon: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-07-23extcon: Remove unnecessary OOM messagesJingoo Han1-3/+2
2014-04-29extcon: max14577: Use devm_extcon_dev_allocate for extcon_devChanwoo Choi1-3/+4
2014-04-24extcon: max14577: Use devm_extcon_dev_register()Sangjung Woo1-7/+2
2014-04-24extcon: max14577: Properly handle regmap_irq_get_virq errorKrzysztof Kozlowski1-1/+1
2014-04-24extcon: max14577: Fix probe failure on successful work queueKrzysztof Kozlowski1-6/+1
2014-04-23extcon: max14577: Add support for MAX77836Krzysztof Kozlowski1-19/+90
2014-04-23extcon: max14577: Choose muic_irqs according to device typeKrzysztof Kozlowski1-28/+37
2014-04-23extcon: max14577: Add max14577 prefix to muic_irqsKrzysztof Kozlowski1-6/+6
2014-04-23extcon: max14577: Change extcon name instead of static name according to device typeChanwoo Choi1-3/+3
2014-01-07extcon: max14577: Add extcon-max14577 driver to support MUIC deviceChanwoo Choi1-0/+752