summaryrefslogtreecommitdiffstats
path: root/drivers/extcon/extcon-max8997.c
Commit message (Expand)AuthorAgeFilesLines
* extcon: Use the extcon_set_state_sync() instead of deprecated functionsChanwoo Choi2016-09-131-10/+10
* extcon: Add the EXTCON_CHG_USB_SDP to support SDP charing portChanwoo Choi2016-01-251-0/+3
* extcon: Modify the id and name of external connectorChanwoo Choi2015-10-161-10/+11
* extcon: Redefine the unique id of supported external connectors without 'enum...Chanwoo Choi2015-06-121-1/+1
* extcon: Use the unique id for external connector instead of stringChanwoo Choi2015-05-221-36/+23
* extcon: Remove the optional name of extcon deviceChanwoo Choi2015-05-191-1/+0
* extcon: Unify the dock device names on max8997/77693Chanwoo Choi2015-05-191-7/+3
* extcon: Fix the checkpatch warningChanwoo Choi2015-03-071-4/+1
* extcon: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* extcon: Remove unnecessary OOM messagesJingoo Han2014-07-231-3/+1
* extcon: Set parent device of extcon device using prameter of devm_extcon_dev_...Chanwoo Choi2014-06-161-1/+0
* extcon: max8997: Use devm_extcon_dev_allocate for extcon_devChanwoo Choi2014-04-291-4/+3
* extcon: max8997: Use devm_extcon_dev_register()Sangjung Woo2014-04-241-3/+1
* extcon: max8997: Use power efficient workqueue for delayed cable detectionKrzysztof Kozlowski2014-04-241-1/+2
* extcon: max8997: Fix NULL pointer exception on missing pdataKrzysztof Kozlowski2014-04-241-1/+1
* Merge tag 'extcon-next-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2013-09-261-2/+3
|\
| * extcon: Simplify extcon_dev_register() prototype by removing unnecessary para...Chanwoo Choi2013-09-271-1/+2
| * extcon: max8997: Fix checkpatch warningSachin Kamat2013-09-271-1/+1
* | extcon: Fix up 80 column coding style issuesChanwoo Choi2013-09-261-2/+4
|/
* extcon: max8997: Fix return valueSachin Kamat2013-04-091-5/+5
* extcon: max8997: use dev_err() instead of pr_err()Jingoo Han2013-04-091-1/+1
* extcon: max8997: Check the pointer of platform data to protect null pointer e...Chanwoo Choi2013-03-131-22/+34
* extcon: max8997: Use workqueue to check cable state after completing boot of ...Chanwoo Choi2013-02-141-9/+36
* extcon: max8997: Set default UART/USB path on probeChanwoo Choi2013-02-141-2/+26
* extcon: max8997: Consolidate duplicate code for checking ADC/CHG cable typeChanwoo Choi2013-02-141-169/+323
* extcon: max8997: Set default of ADC debounce time during initializationChanwoo Choi2013-02-141-0/+42
* extcon: max8997: Remove duplicate code related to set H/W line pathChanwoo Choi2013-02-141-11/+51
* extcon: max8997: Move defined constant to header fileChanwoo Choi2013-02-141-61/+31
* extcon: max8997: Remove unreachable codeSachin Kamat2013-02-141-1/+0
* extcon: max8997: Make max8997_extcon_cable staticSachin Kamat2013-02-141-1/+1
* extcon: max8997/max77693: Support IRQF_NO_SUSPEND flag for interruptChanwoo Choi2013-01-151-2/+4
* Merge tag 'pull_req_20121122' of git://git.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman2012-11-271-16/+12
|\
| * extcon: max8997: Use devm_kzallocSachin Kamat2012-11-211-12/+6
| * extcon: max8997: Fix a typoSachin Kamat2012-11-211-1/+1
| * extcon: max8997: Fix checkpatch errorSachin Kamat2012-11-211-1/+1
| * extcon: max8997: Fix incorrect error check and return valueSachin Kamat2012-11-211-2/+4
* | extcon: remove use of __devexit_pBill Pemberton2012-11-261-1/+1
* | extcon: remove use of __devinitBill Pemberton2012-11-261-1/+1
* | extcon: remove use of __devexitBill Pemberton2012-11-261-1/+1
|/
* extcon-max8997: remove usage of ret in max8997_muic_handle_charger_type_detachDevendra Naga2012-10-221-4/+2
* extcon: Add support irq domain for MAX8997 muicChanwoo Choi2012-07-091-11/+18
* extcon: max8997: Add missing kfree for info->edev in max8997_muic_remove()Axel Lin2012-06-181-0/+1
* extcon: Fix wrong index in max8997_extcon_cable[]Axel Lin2012-06-181-2/+2
* Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-05-221-4/+2
* Extcon: add MAX8997 extcon driverChanwoo Choi2012-05-091-0/+537