aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/extcon/extcon-max77693.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-28extcon: maxim: Add SPDX license identifiersKrzysztof Kozlowski1-16/+6
2017-11-27extcon: max77693: Delete unneeded initialization in max77693_muic_set_path()Markus Elfring1-1/+1
2017-10-23extcon: Split out extcon header file for consumer and provider deviceChanwoo Choi1-1/+1
2017-08-25extcon: max77693: Allow MHL attach notifierMaciej Purski1-3/+2
2017-01-09extcon: Restructure multi-line comments to follow codingstyleSrikant Ritolia1-4/+8
2016-09-13extcon: Use the extcon_set_state_sync() instead of deprecated functionsChanwoo Choi1-23/+23
2016-01-25extcon: Add the EXTCON_CHG_USB_SDP to support SDP charing portChanwoo Choi1-1/+11
2015-12-15extcon: max77693: fix handling return value of regmap_irq_get_virqAndrzej Hajda1-2/+2
2015-10-16extcon: Modify the id and name of external connectorChanwoo Choi1-15/+17
2015-07-16mfd/extcon: max77693: Rename defines to allow inclusion with max77843Krzysztof Kozlowski1-34/+38
2015-07-16drivers: max77693: Move state container to common headerKrzysztof Kozlowski1-1/+2
2015-07-16mfd/extcon: max77693: Remove unused extern declarations and max77693_dev membersKrzysztof Kozlowski1-19/+0
2015-06-12extcon: Redefine the unique id of supported external connectors without 'enum extcon' typeChanwoo Choi1-2/+2
2015-05-22extcon: Use the unique id for external connector instead of stringChanwoo Choi1-53/+42
2015-05-19extcon: Remove the optional name of extcon deviceChanwoo Choi1-1/+0
2015-05-19extcon: Alter MHL-TA cable name to TA cable nameChanwoo Choi1-7/+5
2015-05-19extcon: Unify the dock device names on max8997/77693Chanwoo Choi1-18/+13
2015-05-19extcon: Unify the jig cable names on rt8973 and max14577/77693/77843Chanwoo Choi1-20/+3
2015-03-07extcon: Fix the checkpatch warningChanwoo Choi1-4/+1
2015-02-24extcon: max77693: Use HOST term to express USB-HOST cable instead of OTG termJaewon Kim1-10/+10
2015-02-24extcon: max77693: Fix cable name of MHL-TAJaewon Kim1-6/+6
2015-01-26extcon: max77693: Constify struct regmap_configKrzysztof Kozlowski1-1/+1
2014-12-14Merge tag 'char-misc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-5/+7
2014-11-24extcon: max77693: Fix cable name of JIG_UART_ONKrzysztof Kozlowski1-5/+7
2014-10-20extcon: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-22extcon: max77693: Fix a bug occured at changing ADC debounce time.Jonghwa Lee1-4/+8
2014-09-22extcon: max77693: Use resource managed interrupt lineKrzysztof Kozlowski1-18/+7
2014-07-23extcon: Remove unnecessary OOM messagesJingoo Han1-3/+2
2014-07-23Merge tag 'mfd-extcon-regulator-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into extcon-nextChanwoo Choi1-17/+18
2014-06-17mfd: max77693: Handle IRQs using regmapRobert Baldyga1-1/+2
2014-06-17mfd: max77693: Remove unnecessary wrapper functionsRobert Baldyga1-16/+16
2014-06-16extcon: Set parent device of extcon device using prameter of devm_extcon_dev_allocateChanwoo Choi1-1/+0
2014-04-29extcon: max77693: Use devm_extcon_dev_allocate for extcon_devChanwoo Choi1-5/+4
2014-04-24extcon: max77693: Use devm_extcon_dev_register()Sangjung Woo1-5/+2
2014-04-24extcon: max77693: Use power efficient workqueue for delayed cable detectionKrzysztof Kozlowski1-1/+2
2014-04-24extcon: max77693: Fix two NULL pointer exceptions on missing pdataKrzysztof Kozlowski1-2/+2
2013-09-26Merge tag 'extcon-next-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon into char-misc-nextGreg Kroah-Hartman1-3/+4
2013-09-27extcon: Simplify extcon_dev_register() prototype by removing unnecessary parameterChanwoo Choi1-1/+2
2013-09-27extcon: max77693: Fix checkpatch warningSachin Kamat1-2/+2
2013-09-26extcon: Fix up 80 column coding style issuesChanwoo Choi1-58/+71
2013-04-09extcon: max77693: Fix return valueSachin Kamat1-4/+4
2013-04-09extcon: max77693: Staticize default_init_dataSachin Kamat1-1/+1
2013-03-13extcon: max77693: Initialize register of MUIC device to bring up it without platform dataChanwoo Choi1-25/+68
2013-03-13extcon: max77693: Fix bug of wrong pointer when platform data is not usedChanwoo Choi1-38/+52
2013-02-14extcon: max77693: Make max77693_extcon_cable staticSachin Kamat1-1/+1
2013-02-13extcon: max77693: Remove unnecessary goto statement to improve readabilityChanwoo Choi1-34/+43
2013-02-13extcon: max77693: Convert to devm_input_allocate_device()Chanwoo Choi1-1/+1
2013-01-15extcon: max77693: Add support Dock-Smart device for desktop modeChanwoo Choi1-62/+138
2013-01-15extcon: max77693: Fix bug when detecting MHL/Dock-Audio with USB/TA cableChanwoo Choi1-0/+20
2013-01-15extcon: max77693: Set default uart/usb path by using platform dataChanwoo Choi1-0/+24