aboutsummaryrefslogtreecommitdiff
path: root/drivers/extcon/extcon-max77843.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-24extcon: max77843: Return error code of extcon_dev_allocate()Gravatar Krzysztof Kozlowski 1-1/+1
2019-07-24extcon: extcon-max77843: convert to i2c_new_dummy_deviceGravatar Wolfram Sang 1-3/+3
2018-11-12extcon: max77843: Avoid forcing UART path on drive probeGravatar Marek Szyprowski 1-3/+15
2018-08-28extcon: maxim: Add SPDX license identifiersGravatar Krzysztof Kozlowski 1-12/+7
2017-10-24extcon: max77843: Add support for SmartDock accessoryGravatar Marek Szyprowski 1-14/+63
2017-10-24extcon: max77843: Add OTG power control to the MUIC driverGravatar Marek Szyprowski 1-0/+16
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-8/+16
2016-09-13extcon: Use the extcon_set_state_sync() instead of deprecated functionsGravatar Chanwoo Choi 1-11/+11
2016-02-05extcon: max77843: Use correct size for reading the interrupt registerGravatar Dan Carpenter 1-1/+1
2016-01-25extcon: Add the EXTCON_CHG_USB_SDP to support SDP charing portGravatar Chanwoo Choi 1-0/+3
2015-12-15extcon: max77843: 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-12/+15
2015-08-31Merge tag 'regulator-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Gravatar Linus Torvalds 1-25/+41
2015-08-10extcon: max77843: Clear IRQ bits state before request IRQGravatar Jaewon Kim 1-0/+9
2015-07-16mfd/extcon: max77843: Rename defines to allow inclusion with max77693Gravatar Krzysztof Kozlowski 1-17/+32
2015-07-16drivers: max77843: Switch to common max77693 state containerGravatar Krzysztof Kozlowski 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-33/+23
2015-05-19extcon: Alter MHL-TA cable name to TA cable nameGravatar Chanwoo Choi 1-4/+2
2015-05-19extcon: Unify the jig cable names on rt8973 and max14577/77693/77843Gravatar Chanwoo Choi 1-25/+12
2015-03-23extcon: max77843: Fix an error code in max77843_init_muic_regmap()Gravatar Dan Carpenter 1-1/+1
2015-03-16extcon: max77843: Fix signedness bug in max77843_muic_set_debounce_time()Gravatar Dan Carpenter 1-1/+1
2015-02-24extcon: max77843: Add max77843 MUIC driverGravatar Jaewon Kim 1-0/+881