summaryrefslogtreecommitdiffstats
path: root/drivers/extcon/extcon-max77693.c
Commit message (Expand)AuthorAgeFilesLines
* extcon: max77693: Fix a bug occured at changing ADC debounce time.Jonghwa Lee2014-09-221-4/+8
* extcon: max77693: Use resource managed interrupt lineKrzysztof Kozlowski2014-09-221-18/+7
* extcon: Remove unnecessary OOM messagesJingoo Han2014-07-231-3/+2
* Merge tag 'mfd-extcon-regulator-v3.17' of git://git.kernel.org/pub/scm/linux/...Chanwoo Choi2014-07-231-17/+18
|\
| * mfd: max77693: Handle IRQs using regmapRobert Baldyga2014-06-171-1/+2
| * mfd: max77693: Remove unnecessary wrapper functionsRobert Baldyga2014-06-171-16/+16
* | extcon: Set parent device of extcon device using prameter of devm_extcon_dev_...Chanwoo Choi2014-06-161-1/+0
|/
* extcon: max77693: Use devm_extcon_dev_allocate for extcon_devChanwoo Choi2014-04-291-5/+4
* extcon: max77693: Use devm_extcon_dev_register()Sangjung Woo2014-04-241-5/+2
* extcon: max77693: Use power efficient workqueue for delayed cable detectionKrzysztof Kozlowski2014-04-241-1/+2
* extcon: max77693: Fix two NULL pointer exceptions on missing pdataKrzysztof Kozlowski2014-04-241-2/+2
* Merge tag 'extcon-next-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2013-09-261-3/+4
|\
| * extcon: Simplify extcon_dev_register() prototype by removing unnecessary para...Chanwoo Choi2013-09-271-1/+2
| * extcon: max77693: Fix checkpatch warningSachin Kamat2013-09-271-2/+2
* | extcon: Fix up 80 column coding style issuesChanwoo Choi2013-09-261-58/+71
|/
* 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-141-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/+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
OpenPOWER on IntegriCloud