summaryrefslogtreecommitdiffstats
path: root/drivers/extcon/extcon-max77693.c
Commit message (Expand)AuthorAgeFilesLines
...
* extcon: max77693: Set default uart/usb path by using platform dataChanwoo Choi2013-01-151-0/+24
* extcon: max8997/max77693: Support IRQF_NO_SUSPEND flag for interruptChanwoo Choi2013-01-151-2/+2
* extcon: max77693: Check the state/type of cable after boot completedChanwoo Choi2013-01-151-3/+34
* extcon: max77693: Add support dock device and buttonsChanwoo Choi2013-01-151-39/+216
* extcon: max77693: Add support jig cableChanwoo Choi2013-01-151-6/+46
* extcon: max77693: Add support MHL_TA cable for charging batteryChanwoo Choi2013-01-151-11/+45
* extcon: max77693: Remove duplicate code by making functionChanwoo Choi2013-01-151-199/+241
* Merge tag 'pull_req_20121122' of git://git.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman2012-11-271-20/+16
|\
| * extcon: max77693: Fix uninitialised variable warningSachin Kamat2012-11-211-1/+2
| * extcon: max77693: Use devm_kzallocSachin Kamat2012-11-211-15/+8
| * extcon: max77693: Fix coding styleSachin Kamat2012-11-211-2/+2
| * extcon: max77693: Fix incorrect error check and return valueSachin Kamat2012-11-211-4/+6
* | 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: trivial: kfree missed from remove pathanish kumar2012-10-231-0/+1
* extcon: MAX77693: Add platform data for MUIC device to initialize registersChanwoo Choi2012-10-231-0/+27
* extcon: max77693: Use max77693_update_reg for rmw operationsAxel Lin2012-10-231-12/+6
* Merge 3.6-rc7 into driver-core-nextGreg Kroah-Hartman2012-09-161-7/+12
|\
| * mfd: MAX77693: Fix NULL pointer error when initializing irqsChanwoo Choi2012-09-161-7/+12
* | extcon: use IRQF_ONESHOTFengguang Wu2012-09-061-1/+1
* | extcon: fix typos in max77693 driverPeter Meerwald2012-09-051-3/+3
|/
* extcon: MAX77693: Add extcon-max77693 driver to support Maxim MAX77693 MUIC d...Chanwoo Choi2012-07-171-0/+779