aboutsummaryrefslogtreecommitdiff
path: root/drivers/extcon/extcon-max8997.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-26Merge tag 'extcon-next-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Greg Kroah-Hartman 1-2/+3
2013-09-27extcon: Simplify extcon_dev_register() prototype by removing unnecessary para...Gravatar Chanwoo Choi 1-1/+2
2013-09-27extcon: max8997: Fix checkpatch warningGravatar Sachin Kamat 1-1/+1
2013-09-26extcon: Fix up 80 column coding style issuesGravatar Chanwoo Choi 1-2/+4
2013-04-09extcon: max8997: Fix return valueGravatar Sachin Kamat 1-5/+5
2013-04-09extcon: max8997: use dev_err() instead of pr_err()Gravatar Jingoo Han 1-1/+1
2013-03-13extcon: max8997: Check the pointer of platform data to protect null pointer e...Gravatar Chanwoo Choi 1-22/+34
2013-02-14extcon: max8997: Use workqueue to check cable state after completing boot of ...Gravatar Chanwoo Choi 1-9/+36
2013-02-14extcon: max8997: Set default UART/USB path on probeGravatar Chanwoo Choi 1-2/+26
2013-02-14extcon: max8997: Consolidate duplicate code for checking ADC/CHG cable typeGravatar Chanwoo Choi 1-169/+323
2013-02-14extcon: max8997: Set default of ADC debounce time during initializationGravatar Chanwoo Choi 1-0/+42
2013-02-14extcon: max8997: Remove duplicate code related to set H/W line pathGravatar Chanwoo Choi 1-11/+51
2013-02-14extcon: max8997: Move defined constant to header fileGravatar Chanwoo Choi 1-61/+31
2013-02-14extcon: max8997: Remove unreachable codeGravatar Sachin Kamat 1-1/+0
2013-02-14extcon: max8997: Make max8997_extcon_cable staticGravatar Sachin Kamat 1-1/+1
2013-01-15extcon: max8997/max77693: Support IRQF_NO_SUSPEND flag for interruptGravatar Chanwoo Choi 1-2/+4
2012-11-27Merge tag 'pull_req_20121122' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Greg Kroah-Hartman 1-16/+12
2012-11-26extcon: remove use of __devexit_pGravatar Bill Pemberton 1-1/+1
2012-11-26extcon: remove use of __devinitGravatar Bill Pemberton 1-1/+1
2012-11-26extcon: remove use of __devexitGravatar Bill Pemberton 1-1/+1
2012-11-21extcon: max8997: Use devm_kzallocGravatar Sachin Kamat 1-12/+6
2012-11-21extcon: max8997: Fix a typoGravatar Sachin Kamat 1-1/+1
2012-11-21extcon: max8997: Fix checkpatch errorGravatar Sachin Kamat 1-1/+1
2012-11-21extcon: max8997: Fix incorrect error check and return valueGravatar Sachin Kamat 1-2/+4
2012-10-22extcon-max8997: remove usage of ret in max8997_muic_handle_charger_type_detachGravatar Devendra Naga 1-4/+2
2012-07-09extcon: Add support irq domain for MAX8997 muicGravatar Chanwoo Choi 1-11/+18
2012-06-18extcon: max8997: Add missing kfree for info->edev in max8997_muic_remove()Gravatar Axel Lin 1-0/+1
2012-06-18extcon: Fix wrong index in max8997_extcon_cable[]Gravatar Axel Lin 1-2/+2
2012-05-22Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+535
2012-05-09Extcon: add MAX8997 extcon driverGravatar Chanwoo Choi 1-0/+537