summaryrefslogtreecommitdiffstats
path: root/drivers/extcon
Commit message (Expand)AuthorAgeFilesLines
...
| | * extcon: arizona: Support additional configuration of microphone detectionMark Brown2013-02-071-0/+12
| | * extcon: arizona: Remove duplicate rate configurationMark Brown2013-01-231-4/+0Star
| | * extcon: arizona: Retry failed HP measurementsMark Brown2013-01-231-6/+4Star
| | * extcon: arizona: Disable debouce for accessory removal detectionMark Brown2013-01-231-0/+9
| * | extcon: max77693: Fix bug of build error related to INPUT subsystemChanwoo Choi2013-01-251-1/+1
| |/
| * extcon: arizona: Support direct microphone measurement via HPDETMark Brown2013-01-151-5/+45
| * extcon: arizona: Support HPDET based accessory identificationMark Brown2013-01-151-12/+147
| * extcon: Simple code motion supporting future work.Mark Brown2013-01-151-60/+60
| * extcon: arizona: Enable basic headphone identificationMark Brown2013-01-151-21/+320
| * extcon: arizona: Support use of GPIO5 as an input to jack detectionMark Brown2013-01-151-18/+58
| * extcon: arizona: Use microphone clamp function if availableMark Brown2013-01-151-0/+19
| * extcon: arizona: Allow configuration of MICBIAS rise timeMark Brown2013-01-151-0/+6
| * extcon: arizona: Only set GPIO if it has been requestedMark Brown2013-01-151-2/+3
| * extcon: arizona: Remove duplicate mic ramp configurationMark Brown2013-01-151-2/+0Star
| * extcon: arizona: Convert to devm_input_allocate_device()Mark Brown2013-01-151-3/+1Star
| * 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-152-4/+6
| * 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
* | iio: Update iio_channel_get API to use consumer device pointer as argumentGuenter Roeck2013-02-061-2/+1Star
|/
* Merge tag 'pull_req_20121122' of git://git.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman2012-11-274-37/+30Star
|\
| * extcon: max77693: Fix uninitialised variable warningSachin Kamat2012-11-211-1/+2
| * extcon: max77693: Use devm_kzallocSachin Kamat2012-11-211-15/+8Star
| * extcon: max8997: Use devm_kzallocSachin Kamat2012-11-211-12/+6Star
| * extcon: max8997: Fix a typoSachin Kamat2012-11-211-1/+1
| * extcon: max8997: Fix checkpatch errorSachin Kamat2012-11-211-1/+1
| * 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: max8997: Fix incorrect error check and return valueSachin Kamat2012-11-211-2/+4
| * extcon: Fix return value in extcon-class.cSachin Kamat2012-11-211-1/+1
| * extcon: arizona: unlock mutex on error path in arizona_micdet()Alexey Khoroshilov2012-11-201-0/+1
* | extcon: remove use of __devexit_pBill Pemberton2012-11-275-5/+5
* | extcon: remove use of __devinitBill Pemberton2012-11-275-5/+5
* | extcon: remove use of __devexitBill Pemberton2012-11-275-5/+5
|/
* extcon : register for cable interest by cable nameJenny TC2012-10-231-10/+34
* extcon: trivial: kfree missed from remove pathanish kumar2012-10-231-0/+1
* extcon: driver model release call not neededanish kumar2012-10-231-40/+35Star
* 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
* extcon: Fix kerneldoc for extcon_set_cable_state and extcon_set_cable_state_Axel Lin2012-10-231-2/+2
* extcon: adc-jack: Add missing MODULE_LICENSEAxel Lin2012-10-231-0/+5
* extcon: adc-jack: Fix checking return value of request_any_context_irqAxel Lin2012-10-231-3/+2Star
* extcon: Fix return value in extcon_register_interest()Sachin Kamat2012-10-231-1/+1
* extcon: unregister compat link on cleanupPeter Huewe2012-10-231-0/+4
* extcon: Unregister compat class at module unload to fix oopsPeter Huewe2012-10-231-0/+3