aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/extcon/extcon-max77843.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-28extcon: maxim: Add SPDX license identifiersKrzysztof Kozlowski1-12/+7
2017-10-24extcon: max77843: Add support for SmartDock accessoryMarek Szyprowski1-14/+63
2017-10-24extcon: max77843: Add OTG power control to the MUIC driverMarek Szyprowski1-0/+16
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-8/+16
2016-09-13extcon: Use the extcon_set_state_sync() instead of deprecated functionsChanwoo Choi1-11/+11
2016-02-05extcon: max77843: Use correct size for reading the interrupt registerDan Carpenter1-1/+1
2016-01-25extcon: Add the EXTCON_CHG_USB_SDP to support SDP charing portChanwoo Choi1-0/+3
2015-12-15extcon: max77843: fix handling return value of regmap_irq_get_virqAndrzej Hajda1-1/+1
2015-10-16extcon: Modify the id and name of external connectorChanwoo Choi1-12/+15
2015-08-31Merge tag 'regulator-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds1-25/+41
2015-08-10extcon: max77843: Clear IRQ bits state before request IRQJaewon Kim1-0/+9
2015-07-16mfd/extcon: max77843: Rename defines to allow inclusion with max77693Krzysztof Kozlowski1-17/+32
2015-07-16drivers: max77843: Switch to common max77693 state containerKrzysztof Kozlowski1-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-33/+23
2015-05-19extcon: Alter MHL-TA cable name to TA cable nameChanwoo Choi1-4/+2
2015-05-19extcon: Unify the jig cable names on rt8973 and max14577/77693/77843Chanwoo Choi1-25/+12
2015-03-23extcon: max77843: Fix an error code in max77843_init_muic_regmap()Dan Carpenter1-1/+1
2015-03-16extcon: max77843: Fix signedness bug in max77843_muic_set_debounce_time()Dan Carpenter1-1/+1
2015-02-24extcon: max77843: Add max77843 MUIC driverJaewon Kim1-0/+881