aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/extcon/extcon-max77693.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-15extcon: max8997/max77693: Support IRQF_NO_SUSPEND flag for interruptChanwoo Choi1-2/+2
2013-01-15extcon: max77693: Check the state/type of cable after boot completedChanwoo Choi1-3/+34
2013-01-15extcon: max77693: Add support dock device and buttonsChanwoo Choi1-39/+216
2013-01-15extcon: max77693: Add support jig cableChanwoo Choi1-6/+46
2013-01-15extcon: max77693: Add support MHL_TA cable for charging batteryChanwoo Choi1-11/+45
2013-01-15extcon: max77693: Remove duplicate code by making functionChanwoo Choi1-199/+241
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-20/+16
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: max77693: Fix uninitialised variable warningSachin Kamat1-1/+2
2012-11-21extcon: max77693: Use devm_kzallocSachin Kamat1-15/+8
2012-11-21extcon: max77693: Fix coding styleSachin Kamat1-2/+2
2012-11-21extcon: max77693: Fix incorrect error check and return valueSachin Kamat1-4/+6
2012-10-23extcon: trivial: kfree missed from remove pathanish kumar1-0/+1
2012-10-23extcon: MAX77693: Add platform data for MUIC device to initialize registersChanwoo Choi1-0/+27
2012-10-23extcon: max77693: Use max77693_update_reg for rmw operationsAxel Lin1-12/+6
2012-09-16Merge 3.6-rc7 into driver-core-nextGreg Kroah-Hartman1-7/+12
2012-09-16mfd: MAX77693: Fix NULL pointer error when initializing irqsChanwoo Choi1-7/+12
2012-09-06extcon: use IRQF_ONESHOTFengguang Wu1-1/+1
2012-09-05extcon: fix typos in max77693 driverPeter Meerwald1-3/+3
2012-07-17extcon: MAX77693: Add extcon-max77693 driver to support Maxim MAX77693 MUIC deviceChanwoo Choi1-0/+779