summaryrefslogtreecommitdiffstats
path: root/drivers/extcon/extcon-arizona.c
Commit message (Expand)AuthorAgeFilesLines
* extcon: Redefine the unique id of supported external connectors without 'enum...Chanwoo Choi2015-06-131-2/+2
* extcon: Use the unique id for external connector instead of stringChanwoo Choi2015-05-221-23/+15Star
* extcon: arizona: Add support for select accessory detect mode when headphone ...Inha Song2015-05-191-8/+30
* extcon: arizona: Apply HP clamps correctly for WM8280Charles Keepax2015-05-191-0/+1
* extcon: arizona: Remove the setting of device nameChanwoo Choi2015-05-191-1/+0Star
* extcon: arizona: Rename hpdet_ip to make its purpose clearerRichard Fitzgerald2015-05-191-5/+5
* Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-04-211-16/+33
|\
| * extcon: arizona: Fix headphone clamping on wm5110Charles Keepax2015-03-041-5/+18
| * extcon: arizona: Deobfuscate arizona_extcon_do_magicCharles Keepax2015-03-041-16/+20
* | extcon: arizona: Add support for WM8280/WM8281Richard Fitzgerald2015-02-261-0/+1
|/
* extcon: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* extcon: arizona: Get MICVDD against extcon deviceCharles Keepax2014-07-231-1/+1
* extcon: Remove unnecessary OOM messagesJingoo Han2014-07-231-3/+1Star
* extcon: Set parent device of extcon device using prameter of devm_extcon_dev_...Chanwoo Choi2014-06-161-1/+0Star
* extcon: arizona: Update manual headphone detection calculationCharles Keepax2014-06-161-5/+10
* extcon: arizona: Correct typo to disable regulation for button detectionCharles Keepax2014-06-161-1/+1
* extcon: arizona: Use extcon cable API with index of extcon cable instead of s...Nikesh Oswal2014-06-161-9/+6Star
* extcon: arizona: Remove duplicate set of input parent deviceCharles Keepax2014-06-161-1/+0Star
* extcon: arizona: support inverted jack detect switchRichard Fitzgerald2014-06-161-8/+26
* extcon: arizona: Use devm_extcon_dev_allocate for extcon_devChanwoo Choi2014-04-291-13/+17
* extcon: arizona: Use devm_extcon_dev_register()Sangjung Woo2014-04-241-8/+4Star
* ASoC: dapm: Add locking to snd_soc_dapm_xxxx_pin functionsCharles Keepax2014-02-201-12/+0Star
* extcon: arizona: Add support for headphone detection on wm5110 rev DCharles Keepax2014-01-071-0/+12
* extcon: arizona: No need to switch back down HPDET rangesCharles Keepax2014-01-071-14/+7Star
* extcon: arizona: Fix race with microphone detection and removalCharles Keepax2014-01-071-0/+13
* extcon: arizona: Fix reset of HPDET after race with removalCharles Keepax2014-01-071-1/+7
* extcon: arizona: Add defines for microphone detection levelsCharles Keepax2014-01-071-5/+14
* extcon: arizona: Get pdata from arizona structure not deviceCharles Keepax2013-11-261-3/+1Star
* 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