aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/extcon/extcon-arizona.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-26extcon: arizona: Get pdata from arizona structure not deviceCharles Keepax1-3/+1
2013-09-26Merge tag 'extcon-next-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon into char-misc-nextGreg Kroah-Hartman1-9/+11
2013-09-27extcon: Simplify extcon_dev_register() prototype by removing unnecessary parameterChanwoo Choi1-1/+2
2013-09-27extcon: arizona: Don't require micbias to be shifted in pdataCharles Keepax1-4/+5
2013-09-27extcon: arizona: Correct typo in headphone detect range transitionsCharles Keepax1-2/+2
2013-09-27extcon: arizona: Fix a typo in a commentSachin Kamat1-1/+1
2013-09-27extcon: arizona: Clear trig_sts bits on all pathsCharles Keepax1-1/+1
2013-09-26extcon: arizona: Fix up minor coding style to remove unnecessary bracesChanwoo Choi1-6/+4
2013-09-26extcon: Fix up 80 column coding style issuesChanwoo Choi1-10/+15
2013-08-05extcon: arizona: Use power efficient workqueueMark Brown1-10/+15
2013-04-02extcon: arizona: Make mic detection timeout configurableMark Brown1-3/+10
2013-04-02extcon: arizona: Allow additional debounce during microphone detectionMark Brown1-5/+30
2013-04-02extcon: arizona: Clear existing button reports before reporting new oneMark Brown1-0/+4
2013-04-02extcon: arizona: Time out if MICDET fails to reportMark Brown1-3/+35
2013-04-02extcon: arizona: Simplify HPDET based identificationMark Brown1-21/+25
2013-04-02extcon: arizona: Don't ground flip when using HPDET identificationMark Brown1-23/+1
2013-04-02extcon: arizona: Retry HPDET identification for high impedanceMark Brown1-1/+17
2013-04-02extcon: arizona: Tune up HPDET debounceMark Brown1-1/+1
2013-04-02extcon: arizona: Check we report a valid impedanceCharles Keepax1-10/+18
2013-04-02extcon: arizona: Suppress duplicate JACKDET reportsMark Brown1-4/+22
2013-04-02extcon: arizona: Raise minimum microphone impedance for HPDET methodMark Brown1-1/+1
2013-04-02extcon: arizona: Allow pull to be disabled on GPIO5 when used for JACKETMark Brown1-2/+7
2013-04-02extcon: arizona: Don't pulse MICBIAS for HPDET identificationMark Brown1-2/+0
2013-04-02extcon: arizona: Allow configuration of button detectionMark Brown1-39/+125
2013-04-01extcon: arizona: Attempt more microphone measurementsMark Brown1-1/+3
2013-03-26extcon: arizona: Fix interaction between headphone outputs and identificationMark Brown1-14/+30
2013-03-26extcon: arizona: Factor out magic applicationMark Brown1-55/+36
2013-02-11extcon: arizona: Use MICDET for final microphone identificationMark Brown1-8/+8
2013-02-11extcon: arizona: Always take the first HPDET reading as the final oneMark Brown1-3/+4
2013-02-11extcon: arizona: Clear _trig_sts bits after jack detectionCharles Keepax1-0/+7
2013-02-11extcon: arizona: Don't HPDET magic when headphones are enabledMark Brown1-12/+46
2013-02-11extcon: arizona: Add some debounce time before starting HPDET identificationMark Brown1-2/+20
2013-02-11extcon: arizona: Remove extra jack flip incrementCharles Keepax1-2/+0
2013-02-07extcon: arizona: Use regulated mode for microphone supply when detectingMark Brown1-0/+93
2013-02-07extcon: arizona: Support additional configuration of microphone detectionMark Brown1-0/+12
2013-01-23extcon: arizona: Remove duplicate rate configurationMark Brown1-4/+0
2013-01-23extcon: arizona: Retry failed HP measurementsMark Brown1-6/+4
2013-01-23extcon: arizona: Disable debouce for accessory removal detectionMark Brown1-0/+9
2013-01-15extcon: arizona: Support direct microphone measurement via HPDETMark Brown1-5/+45
2013-01-15extcon: arizona: Support HPDET based accessory identificationMark Brown1-12/+147
2013-01-15extcon: Simple code motion supporting future work.Mark Brown1-60/+60
2013-01-15extcon: arizona: Enable basic headphone identificationMark Brown1-21/+320
2013-01-15extcon: arizona: Support use of GPIO5 as an input to jack detectionMark Brown1-18/+58
2013-01-15extcon: arizona: Use microphone clamp function if availableMark Brown1-0/+19
2013-01-15extcon: arizona: Allow configuration of MICBIAS rise timeMark Brown1-0/+6
2013-01-15extcon: arizona: Only set GPIO if it has been requestedMark Brown1-2/+3
2013-01-15extcon: arizona: Remove duplicate mic ramp configurationMark Brown1-2/+0
2013-01-15extcon: arizona: Convert to devm_input_allocate_device()Mark Brown1-3/+1
2012-11-27Merge tag 'pull_req_20121122' of git://git.kernel.org/pub/scm/linux/kernel/git/mzx/extcon into char-misc-nextGreg Kroah-Hartman1-0/+1
2012-11-26extcon: remove use of __devexit_pBill Pemberton1-1/+1