summaryrefslogtreecommitdiffstats
path: root/drivers/extcon/extcon-arizona.c
Commit message (Expand)AuthorAgeFilesLines
...
* Merge tag 'extcon-next-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2013-09-271-9/+11
|\
| * extcon: Simplify extcon_dev_register() prototype by removing unnecessary para...Chanwoo Choi2013-09-271-1/+2
| * extcon: arizona: Don't require micbias to be shifted in pdataCharles Keepax2013-09-271-4/+5
| * extcon: arizona: Correct typo in headphone detect range transitionsCharles Keepax2013-09-271-2/+2
| * extcon: arizona: Fix a typo in a commentSachin Kamat2013-09-271-1/+1
| * extcon: arizona: Clear trig_sts bits on all pathsCharles Keepax2013-09-271-1/+1
* | extcon: arizona: Fix up minor coding style to remove unnecessary bracesChanwoo Choi2013-09-261-6/+4Star
* | extcon: Fix up 80 column coding style issuesChanwoo Choi2013-09-261-10/+15
|/
* extcon: arizona: Use power efficient workqueueMark Brown2013-08-051-10/+15
* extcon: arizona: Make mic detection timeout configurableMark Brown2013-04-021-3/+10
* extcon: arizona: Allow additional debounce during microphone detectionMark Brown2013-04-021-5/+30
* extcon: arizona: Clear existing button reports before reporting new oneMark Brown2013-04-021-0/+4
* extcon: arizona: Time out if MICDET fails to reportMark Brown2013-04-021-3/+35
* extcon: arizona: Simplify HPDET based identificationMark Brown2013-04-021-21/+25
* extcon: arizona: Don't ground flip when using HPDET identificationMark Brown2013-04-021-23/+1Star
* extcon: arizona: Retry HPDET identification for high impedanceMark Brown2013-04-021-1/+17
* extcon: arizona: Tune up HPDET debounceMark Brown2013-04-021-1/+1
* extcon: arizona: Check we report a valid impedanceCharles Keepax2013-04-021-10/+18
* extcon: arizona: Suppress duplicate JACKDET reportsMark Brown2013-04-021-4/+22
* extcon: arizona: Raise minimum microphone impedance for HPDET methodMark Brown2013-04-021-1/+1
* extcon: arizona: Allow pull to be disabled on GPIO5 when used for JACKETMark Brown2013-04-021-2/+7
* extcon: arizona: Don't pulse MICBIAS for HPDET identificationMark Brown2013-04-021-2/+0Star
* extcon: arizona: Allow configuration of button detectionMark Brown2013-04-021-39/+125
* extcon: arizona: Attempt more microphone measurementsMark Brown2013-04-011-1/+3
* extcon: arizona: Fix interaction between headphone outputs and identificationMark Brown2013-03-261-14/+30
* extcon: arizona: Factor out magic applicationMark Brown2013-03-261-55/+36Star
* extcon: arizona: Use MICDET for final microphone identificationMark Brown2013-02-111-8/+8
* extcon: arizona: Always take the first HPDET reading as the final oneMark Brown2013-02-111-3/+4
* extcon: arizona: Clear _trig_sts bits after jack detectionCharles Keepax2013-02-111-0/+7
* extcon: arizona: Don't HPDET magic when headphones are enabledMark Brown2013-02-111-12/+46
* extcon: arizona: Add some debounce time before starting HPDET identificationMark Brown2013-02-111-2/+20
* extcon: arizona: Remove extra jack flip incrementCharles Keepax2013-02-111-2/+0Star
* extcon: arizona: Use regulated mode for microphone supply when detectingMark Brown2013-02-071-0/+93
* 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: 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
* Merge tag 'pull_req_20121122' of git://git.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman2012-11-271-0/+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-271-1/+1