summaryrefslogtreecommitdiffstats
path: root/drivers/extcon/extcon-max14577.c
Commit message (Expand)AuthorAgeFilesLines
* extcon: extcon-max14577: Fix potential work-queue cancellation raceMatti Vaittinen2021-06-171-11/+5
* extcon: max14577: Return error code of extcon_dev_allocate()Krzysztof Kozlowski2020-09-241-1/+1
* extcon: max14577: Add proper dt-compatible stringsMarek Szyprowski2020-05-291-0/+10
* extcon: max14577: Avoid forcing UART path on drive probeMarek Szyprowski2018-11-121-2/+13
* extcon: maxim: Add SPDX license identifiersKrzysztof Kozlowski2018-08-281-17/+7
* extcon: max14577: Delete an unnecessary variable initialisation in max14577_m...Markus Elfring2017-10-231-1/+1
* extcon: Split out extcon header file for consumer and provider deviceChanwoo Choi2017-10-231-1/+1
* extcon: Restructure multi-line comments to follow codingstyleSrikant Ritolia2017-01-091-2/+4
* extcon: Use the extcon_set_state_sync() instead of deprecated functionsChanwoo Choi2016-09-131-7/+7
* extcon: max14577: Change Krzysztof Kozlowski's email to kernel.orgKrzysztof Kozlowski2016-09-131-2/+2
* extcon: Add the EXTCON_CHG_USB_SDP to support SDP charing portChanwoo Choi2016-01-251-0/+3
* extcon: max14577: fix handling return value of regmap_irq_get_virqAndrzej Hajda2015-12-151-1/+1
* extcon: Modify the id and name of external connectorChanwoo Choi2015-10-161-8/+9
* extcon: Redefine the unique id of supported external connectors without 'enum...Chanwoo Choi2015-06-121-1/+1
* extcon: Use the unique id for external connector instead of stringChanwoo Choi2015-05-221-28/+17
* extcon: Remove the optional name of extcon deviceChanwoo Choi2015-05-191-2/+0
* extcon: Unify the jig cable names on rt8973 and max14577/77693/77843Chanwoo Choi2015-05-191-16/+3
* extcon: Fix the checkpatch warningChanwoo Choi2015-03-071-4/+1
* Merge tag 'char-misc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-12-141-1/+1
|\
| * extcon: max14577: Fix obvious typo in company name in copyrightKrzysztof Kozlowski2014-11-241-1/+1
* | extcon: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
|/
* extcon: Remove unnecessary OOM messagesJingoo Han2014-07-231-3/+2
* extcon: max14577: Use devm_extcon_dev_allocate for extcon_devChanwoo Choi2014-04-291-3/+4
* extcon: max14577: Use devm_extcon_dev_register()Sangjung Woo2014-04-241-7/+2
* extcon: max14577: Properly handle regmap_irq_get_virq errorKrzysztof Kozlowski2014-04-241-1/+1
* extcon: max14577: Fix probe failure on successful work queueKrzysztof Kozlowski2014-04-241-6/+1
* extcon: max14577: Add support for MAX77836Krzysztof Kozlowski2014-04-231-19/+90
* extcon: max14577: Choose muic_irqs according to device typeKrzysztof Kozlowski2014-04-231-28/+37
* extcon: max14577: Add max14577 prefix to muic_irqsKrzysztof Kozlowski2014-04-231-6/+6
* extcon: max14577: Change extcon name instead of static name according to devi...Chanwoo Choi2014-04-231-3/+3
* extcon: max14577: Add extcon-max14577 driver to support MUIC deviceChanwoo Choi2014-01-071-0/+752