summaryrefslogtreecommitdiffstats
path: root/drivers/extcon/extcon-max77693.c
Commit message (Expand)AuthorAgeFilesLines
* extcon: max77693: Fix return valueSachin Kamat2013-04-091-4/+4
* extcon: max77693: Staticize default_init_dataSachin Kamat2013-04-091-1/+1
* extcon: max77693: Initialize register of MUIC device to bring up it without p...Chanwoo Choi2013-03-131-25/+68
* extcon: max77693: Fix bug of wrong pointer when platform data is not usedChanwoo Choi2013-03-131-38/+52
* extcon: max77693: Make max77693_extcon_cable staticSachin Kamat2013-02-131-1/+1
* extcon: max77693: Remove unnecessary goto statement to improve readabilityChanwoo Choi2013-02-131-34/+43
* extcon: max77693: Convert to devm_input_allocate_device()Chanwoo Choi2013-02-131-1/+1
* extcon: max77693: Add support Dock-Smart device for desktop modeChanwoo Choi2013-01-151-62/+138
* extcon: max77693: Fix bug when detecting MHL/Dock-Audio with USB/TA cableChanwoo Choi2013-01-151-0/+20
* 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/+16Star
|\
| * extcon: max77693: Fix uninitialised variable warningSachin Kamat2012-11-211-1/+2
| * extcon: max77693: Use devm_kzallocSachin Kamat2012-11-211-15/+8Star
| * 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-271-1/+1
* | extcon: remove use of __devinitBill Pemberton2012-11-271-1/+1
* | extcon: remove use of __devexitBill Pemberton2012-11-271-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/+6Star
* Merge 3.6-rc7 into driver-core-nextGreg Kroah-Hartman2012-09-171-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