summaryrefslogtreecommitdiffstats
path: root/drivers/extcon/extcon-max77693.c
Commit message (Expand)AuthorAgeFilesLines
* extcon: max77693: Avoid forcing UART path on drive probeMarek Szyprowski2018-11-121-2/+14
* extcon: maxim: Add SPDX license identifiersKrzysztof Kozlowski2018-08-281-16/+6
* extcon: max77693: Delete unneeded initialization in max77693_muic_set_path()Markus Elfring2017-11-271-1/+1
* extcon: Split out extcon header file for consumer and provider deviceChanwoo Choi2017-10-231-1/+1
* extcon: max77693: Allow MHL attach notifierMaciej Purski2017-08-251-3/+2
* extcon: Restructure multi-line comments to follow codingstyleSrikant Ritolia2017-01-091-4/+8
* extcon: Use the extcon_set_state_sync() instead of deprecated functionsChanwoo Choi2016-09-131-23/+23
* extcon: Add the EXTCON_CHG_USB_SDP to support SDP charing portChanwoo Choi2016-01-251-1/+11
* extcon: max77693: fix handling return value of regmap_irq_get_virqAndrzej Hajda2015-12-151-2/+2
* extcon: Modify the id and name of external connectorChanwoo Choi2015-10-161-15/+17
* mfd/extcon: max77693: Rename defines to allow inclusion with max77843Krzysztof Kozlowski2015-07-161-34/+38
* drivers: max77693: Move state container to common headerKrzysztof Kozlowski2015-07-161-1/+2
* mfd/extcon: max77693: Remove unused extern declarations and max77693_dev membersKrzysztof Kozlowski2015-07-161-19/+0
* extcon: Redefine the unique id of supported external connectors without 'enum...Chanwoo Choi2015-06-121-2/+2
* extcon: Use the unique id for external connector instead of stringChanwoo Choi2015-05-221-53/+42
* extcon: Remove the optional name of extcon deviceChanwoo Choi2015-05-191-1/+0
* extcon: Alter MHL-TA cable name to TA cable nameChanwoo Choi2015-05-191-7/+5
* extcon: Unify the dock device names on max8997/77693Chanwoo Choi2015-05-191-18/+13
* extcon: Unify the jig cable names on rt8973 and max14577/77693/77843Chanwoo Choi2015-05-191-20/+3
* extcon: Fix the checkpatch warningChanwoo Choi2015-03-071-4/+1
* extcon: max77693: Use HOST term to express USB-HOST cable instead of OTG termJaewon Kim2015-02-241-10/+10
* extcon: max77693: Fix cable name of MHL-TAJaewon Kim2015-02-241-6/+6
* extcon: max77693: Constify struct regmap_configKrzysztof Kozlowski2015-01-261-1/+1
* Merge tag 'char-misc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-12-141-5/+7
|\
| * extcon: max77693: Fix cable name of JIG_UART_ONKrzysztof Kozlowski2014-11-241-5/+7
* | extcon: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
|/
* extcon: max77693: Fix a bug occured at changing ADC debounce time.Jonghwa Lee2014-09-221-4/+8
* extcon: max77693: Use resource managed interrupt lineKrzysztof Kozlowski2014-09-221-18/+7
* extcon: Remove unnecessary OOM messagesJingoo Han2014-07-231-3/+2
* Merge tag 'mfd-extcon-regulator-v3.17' of git://git.kernel.org/pub/scm/linux/...Chanwoo Choi2014-07-231-17/+18
|\
| * mfd: max77693: Handle IRQs using regmapRobert Baldyga2014-06-171-1/+2
| * mfd: max77693: Remove unnecessary wrapper functionsRobert Baldyga2014-06-171-16/+16
* | extcon: Set parent device of extcon device using prameter of devm_extcon_dev_...Chanwoo Choi2014-06-161-1/+0
|/
* extcon: max77693: Use devm_extcon_dev_allocate for extcon_devChanwoo Choi2014-04-291-5/+4
* extcon: max77693: Use devm_extcon_dev_register()Sangjung Woo2014-04-241-5/+2
* extcon: max77693: Use power efficient workqueue for delayed cable detectionKrzysztof Kozlowski2014-04-241-1/+2
* extcon: max77693: Fix two NULL pointer exceptions on missing pdataKrzysztof Kozlowski2014-04-241-2/+2
* Merge tag 'extcon-next-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2013-09-261-3/+4
|\
| * extcon: Simplify extcon_dev_register() prototype by removing unnecessary para...Chanwoo Choi2013-09-271-1/+2
| * extcon: max77693: Fix checkpatch warningSachin Kamat2013-09-271-2/+2
* | extcon: Fix up 80 column coding style issuesChanwoo Choi2013-09-261-58/+71
|/
* extcon: max77693: Fix return valueSachin Kamat2013-04-091-4/+4
* extcon: max77693: Staticize default_init_dataSachin Kamat2013-04-091-1/+1
* extcon: max77693: Initialize register of MUIC device to bring up it without p...Chanwoo Choi2013-03-131-25/+68
* extcon: max77693: Fix bug of wrong pointer when platform data is not usedChanwoo Choi2013-03-131-38/+52
* extcon: max77693: Make max77693_extcon_cable staticSachin Kamat2013-02-141-1/+1
* extcon: max77693: Remove unnecessary goto statement to improve readabilityChanwoo Choi2013-02-131-34/+43
* extcon: max77693: Convert to devm_input_allocate_device()Chanwoo Choi2013-02-131-1/+1
* extcon: max77693: Add support Dock-Smart device for desktop modeChanwoo Choi2013-01-151-62/+138
* extcon: max77693: Fix bug when detecting MHL/Dock-Audio with USB/TA cableChanwoo Choi2013-01-151-0/+20