aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/extcon/extcon-max8997.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-14extcon: max8997: Fix lack of path setting in USB device modeMarek Szyprowski1-6/+4
2018-11-12extcon: max8997: Avoid forcing UART path on drive probeMarek Szyprowski1-2/+13
2018-08-28extcon: maxim: Add SPDX license identifiersKrzysztof Kozlowski1-16/+6
2017-11-27extcon: max8997: Delete unneeded initialization in max8997_muic_set_path()Markus Elfring1-1/+1
2017-10-23extcon: Split out extcon header file for consumer and provider deviceChanwoo Choi1-1/+1
2016-09-13extcon: Use the extcon_set_state_sync() instead of deprecated functionsChanwoo Choi1-10/+10
2016-01-25extcon: Add the EXTCON_CHG_USB_SDP to support SDP charing portChanwoo Choi1-0/+3
2015-10-16extcon: Modify the id and name of external connectorChanwoo Choi1-10/+11
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-36/+23
2015-05-19extcon: Remove the optional name of extcon deviceChanwoo Choi1-1/+0
2015-05-19extcon: Unify the dock device names on max8997/77693Chanwoo Choi1-7/+3
2015-03-07extcon: Fix the checkpatch warningChanwoo Choi1-4/+1
2014-10-20extcon: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-07-23extcon: Remove unnecessary OOM messagesJingoo Han1-3/+1
2014-06-16extcon: Set parent device of extcon device using prameter of devm_extcon_dev_allocateChanwoo Choi1-1/+0
2014-04-29extcon: max8997: Use devm_extcon_dev_allocate for extcon_devChanwoo Choi1-4/+3
2014-04-24extcon: max8997: Use devm_extcon_dev_register()Sangjung Woo1-3/+1
2014-04-24extcon: max8997: Use power efficient workqueue for delayed cable detectionKrzysztof Kozlowski1-1/+2
2014-04-24extcon: max8997: Fix NULL pointer exception on missing pdataKrzysztof Kozlowski1-1/+1
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-2/+3
2013-09-27extcon: Simplify extcon_dev_register() prototype by removing unnecessary parameterChanwoo Choi1-1/+2
2013-09-27extcon: max8997: Fix checkpatch warningSachin Kamat1-1/+1
2013-09-26extcon: Fix up 80 column coding style issuesChanwoo Choi1-2/+4
2013-04-09extcon: max8997: Fix return valueSachin Kamat1-5/+5
2013-04-09extcon: max8997: use dev_err() instead of pr_err()Jingoo Han1-1/+1
2013-03-13extcon: max8997: Check the pointer of platform data to protect null pointer errorChanwoo Choi1-22/+34
2013-02-14extcon: max8997: Use workqueue to check cable state after completing boot of platformChanwoo Choi1-9/+36
2013-02-14extcon: max8997: Set default UART/USB path on probeChanwoo Choi1-2/+26
2013-02-14extcon: max8997: Consolidate duplicate code for checking ADC/CHG cable typeChanwoo Choi1-169/+323
2013-02-14extcon: max8997: Set default of ADC debounce time during initializationChanwoo Choi1-0/+42
2013-02-14extcon: max8997: Remove duplicate code related to set H/W line pathChanwoo Choi1-11/+51
2013-02-14extcon: max8997: Move defined constant to header fileChanwoo Choi1-61/+31
2013-02-14extcon: max8997: Remove unreachable codeSachin Kamat1-1/+0
2013-02-14extcon: max8997: Make max8997_extcon_cable staticSachin Kamat1-1/+1
2013-01-15extcon: max8997/max77693: Support IRQF_NO_SUSPEND flag for interruptChanwoo Choi1-2/+4
2012-11-27Merge tag 'pull_req_20121122' of git://git.kernel.org/pub/scm/linux/kernel/git/mzx/extcon into char-misc-nextGreg Kroah-Hartman1-16/+12
2012-11-26extcon: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-26extcon: remove use of __devinitBill Pemberton1-1/+1
2012-11-26extcon: remove use of __devexitBill Pemberton1-1/+1
2012-11-21extcon: max8997: Use devm_kzallocSachin Kamat1-12/+6
2012-11-21extcon: max8997: Fix a typoSachin Kamat1-1/+1
2012-11-21extcon: max8997: Fix checkpatch errorSachin Kamat1-1/+1
2012-11-21extcon: max8997: Fix incorrect error check and return valueSachin Kamat1-2/+4
2012-10-22extcon-max8997: remove usage of ret in max8997_muic_handle_charger_type_detachDevendra Naga1-4/+2
2012-07-09extcon: Add support irq domain for MAX8997 muicChanwoo Choi1-11/+18
2012-06-18extcon: max8997: Add missing kfree for info->edev in max8997_muic_remove()Axel Lin1-0/+1
2012-06-18extcon: Fix wrong index in max8997_extcon_cable[]Axel Lin1-2/+2
2012-05-22Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-0/+535
2012-05-09Extcon: add MAX8997 extcon driverChanwoo Choi1-0/+537