summaryrefslogtreecommitdiffstats
path: root/drivers/extcon/extcon-arizona.c
AgeCommit message (Expand)AuthorLines
2015-06-12extcon: Redefine the unique id of supported external connectors without 'enum...Chanwoo Choi-2/+2
2015-05-22extcon: Use the unique id for external connector instead of stringChanwoo Choi-23/+15
2015-05-19extcon: arizona: Add support for select accessory detect mode when headphone ...Inha Song-8/+30
2015-05-19extcon: arizona: Apply HP clamps correctly for WM8280Charles Keepax-0/+1
2015-05-19extcon: arizona: Remove the setting of device nameChanwoo Choi-1/+0
2015-05-19extcon: arizona: Rename hpdet_ip to make its purpose clearerRichard Fitzgerald-5/+5
2015-04-21Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-16/+33
2015-03-04extcon: arizona: Fix headphone clamping on wm5110Charles Keepax-5/+18
2015-03-04extcon: arizona: Deobfuscate arizona_extcon_do_magicCharles Keepax-16/+20
2015-02-26extcon: arizona: Add support for WM8280/WM8281Richard Fitzgerald-0/+1
2014-10-20extcon: drop owner assignment from platform_driversWolfram Sang-1/+0
2014-07-23extcon: arizona: Get MICVDD against extcon deviceCharles Keepax-1/+1
2014-07-23extcon: Remove unnecessary OOM messagesJingoo Han-3/+1
2014-06-16extcon: Set parent device of extcon device using prameter of devm_extcon_dev_...Chanwoo Choi-1/+0
2014-06-16extcon: arizona: Update manual headphone detection calculationCharles Keepax-5/+10
2014-06-16extcon: arizona: Correct typo to disable regulation for button detectionCharles Keepax-1/+1
2014-06-16extcon: arizona: Use extcon cable API with index of extcon cable instead of s...Nikesh Oswal-9/+6
2014-06-16extcon: arizona: Remove duplicate set of input parent deviceCharles Keepax-1/+0
2014-06-16extcon: arizona: support inverted jack detect switchRichard Fitzgerald-8/+26
2014-04-29extcon: arizona: Use devm_extcon_dev_allocate for extcon_devChanwoo Choi-13/+17
2014-04-24extcon: arizona: Use devm_extcon_dev_register()Sangjung Woo-8/+4
2014-02-20ASoC: dapm: Add locking to snd_soc_dapm_xxxx_pin functionsCharles Keepax-12/+0
2014-01-07extcon: arizona: Add support for headphone detection on wm5110 rev DCharles Keepax-0/+12
2014-01-07extcon: arizona: No need to switch back down HPDET rangesCharles Keepax-14/+7
2014-01-07extcon: arizona: Fix race with microphone detection and removalCharles Keepax-0/+13
2014-01-07extcon: arizona: Fix reset of HPDET after race with removalCharles Keepax-1/+7
2014-01-07extcon: arizona: Add defines for microphone detection levelsCharles Keepax-5/+14
2013-11-26extcon: arizona: Get pdata from arizona structure not deviceCharles Keepax-3/+1
2013-09-26Merge tag 'extcon-next-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman-9/+11
2013-09-27extcon: Simplify extcon_dev_register() prototype by removing unnecessary para...Chanwoo Choi-1/+2
2013-09-27extcon: arizona: Don't require micbias to be shifted in pdataCharles Keepax-4/+5
2013-09-27extcon: arizona: Correct typo in headphone detect range transitionsCharles Keepax-2/+2
2013-09-27extcon: arizona: Fix a typo in a commentSachin Kamat-1/+1
2013-09-27extcon: arizona: Clear trig_sts bits on all pathsCharles Keepax-1/+1
2013-09-26extcon: arizona: Fix up minor coding style to remove unnecessary bracesChanwoo Choi-6/+4
2013-09-26extcon: Fix up 80 column coding style issuesChanwoo Choi-10/+15
2013-08-05extcon: arizona: Use power efficient workqueueMark Brown-10/+15
2013-04-02extcon: arizona: Make mic detection timeout configurableMark Brown-3/+10
2013-04-02extcon: arizona: Allow additional debounce during microphone detectionMark Brown-5/+30
2013-04-02extcon: arizona: Clear existing button reports before reporting new oneMark Brown-0/+4
2013-04-02extcon: arizona: Time out if MICDET fails to reportMark Brown-3/+35
2013-04-02extcon: arizona: Simplify HPDET based identificationMark Brown-21/+25
2013-04-02extcon: arizona: Don't ground flip when using HPDET identificationMark Brown-23/+1
2013-04-02extcon: arizona: Retry HPDET identification for high impedanceMark Brown-1/+17
2013-04-02extcon: arizona: Tune up HPDET debounceMark Brown-1/+1
2013-04-02extcon: arizona: Check we report a valid impedanceCharles Keepax-10/+18
2013-04-02extcon: arizona: Suppress duplicate JACKDET reportsMark Brown-4/+22
2013-04-02extcon: arizona: Raise minimum microphone impedance for HPDET methodMark Brown-1/+1
2013-04-02extcon: arizona: Allow pull to be disabled on GPIO5 when used for JACKETMark Brown-2/+7
2013-04-02extcon: arizona: Don't pulse MICBIAS for HPDET identificationMark Brown-2/+0