aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/extcon/extcon-arizona.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-23extcon: Split out extcon header file for consumer and provider deviceChanwoo Choi1-1/+1
2017-05-23extcon: arizona: Use devm_kcalloc() in arizona_extcon_get_micd_configs()Markus Elfring1-3/+1
2017-04-06extcon: arizona: Wait for any running HPDETs to complete on jack removalCharles Keepax1-0/+46
2017-01-09extcon: arizona: Simplify micd_pol_gpio handlingCharles Keepax1-12/+8
2016-12-01extcon: arizona: Use SoC component pin control functionsRichard Fitzgerald1-3/+5
2016-09-13extcon: Use the extcon_set_state_sync() instead of deprecated functionsChanwoo Choi1-8/+8
2016-08-08extcon: arizona: Remove the usage of extcon_update_state()Chanwoo Choi1-4/+7
2016-08-08extcon: arizona: Remove unneeded semi-colonCharles Keepax1-1/+1
2016-01-25extcon: arizona: Use DAPM mutex helper functionsCharles Keepax1-2/+2
2015-12-15extcon: arizona: Add device bindings for the micd configurationsCharles Keepax1-2/+54
2015-11-24extcon: arizona: Update naming for micd-timeout DT to include unitsCharles Keepax1-1/+1
2015-11-24extcon: arizona: Update naming for second jack detection DT bindingCharles Keepax1-2/+2
2015-11-20extcon: arizona: Add device binding for second jack detect pin on GPIO5Charles Keepax1-0/+5
2015-11-20extcon: arizona: Add device binding for jack detect polarity inversionCharles Keepax1-0/+3
2015-11-20extcon: arizona: Add device binding for the general purpose switchCharles Keepax1-0/+2
2015-11-20extcon: arizona: Add device binding to enable ADC mode micdetCharles Keepax1-0/+3
2015-10-16extcon: Modify the id and name of external connectorChanwoo Choi1-9/+9
2015-09-30extcon: arizona: Reorder the default statement to remove unnecessary warningChanwoo Choi1-3/+6
2015-09-29extcon: arizona: Add support for WM8998 and WM1814Richard Fitzgerald1-10/+21
2015-09-22extcon: arizona: Don't disable debounce for inverted jacksCharles Keepax1-3/+5
2015-09-22extcon: arizona: Use the micd_clamp for interrupts if it is availableCharles Keepax1-3/+3
2015-09-22extcon: arizona: Ignore jd_invert for MICD_CLAMP_STSNariman Poushin1-4/+1
2015-09-22extcon: arizona: Additional settings to improve accuracy of HP detectCharles Keepax1-2/+17
2015-09-22extcon: arizona: Add support for general purpose switchCharles Keepax1-0/+4
2015-09-22extcon: arizona: Add support for new ADC value mic detectCharles Keepax1-6/+58
2015-08-10extcon: arizona: Simplify pdata symantics for micd_dbtimeCharles Keepax1-3/+14
2015-08-10extcon: arizona: Declare 3-pole jack if we detect open circuit on micCharles Keepax1-0/+3
2015-08-10extcon: arizona: Ensure variables are set for headphone detectionCharles Keepax1-4/+7
2015-08-10extcon: arizona: Use gpiod inteface to handle micd_pol_gpio gpioCharles Keepax1-5/+36
2015-08-10extcon: arizona: Add basic microphone detection DT/ACPI bindingsCharles Keepax1-0/+18
2015-08-10extcon: arizona: Update to use the new device properties APICharles Keepax1-6/+5
2015-06-12extcon: Redefine the unique id of supported external connectors without 'enum extcon' typeChanwoo Choi1-2/+2
2015-05-22extcon: Use the unique id for external connector instead of stringChanwoo Choi1-23/+15
2015-05-19extcon: arizona: Add support for select accessory detect mode when headphone detectionInha Song1-8/+30
2015-05-19extcon: arizona: Apply HP clamps correctly for WM8280Charles Keepax1-0/+1
2015-05-19extcon: arizona: Remove the setting of device nameChanwoo Choi1-1/+0
2015-05-19extcon: arizona: Rename hpdet_ip to make its purpose clearerRichard Fitzgerald1-5/+5
2015-04-21Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-16/+33
2015-03-04extcon: arizona: Fix headphone clamping on wm5110Charles Keepax1-5/+18
2015-03-04extcon: arizona: Deobfuscate arizona_extcon_do_magicCharles Keepax1-16/+20
2015-02-26extcon: arizona: Add support for WM8280/WM8281Richard Fitzgerald1-0/+1
2014-10-20extcon: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-07-23extcon: arizona: Get MICVDD against extcon deviceCharles Keepax1-1/+1
2014-07-23extcon: Remove unnecessary OOM messagesJingoo Han1-3/+1
2014-06-16extcon: Set parent device of extcon device using prameter of devm_extcon_dev_allocateChanwoo Choi1-1/+0
2014-06-16extcon: arizona: Update manual headphone detection calculationCharles Keepax1-5/+10
2014-06-16extcon: arizona: Correct typo to disable regulation for button detectionCharles Keepax1-1/+1
2014-06-16extcon: arizona: Use extcon cable API with index of extcon cable instead of stringNikesh Oswal1-9/+6
2014-06-16extcon: arizona: Remove duplicate set of input parent deviceCharles Keepax1-1/+0
2014-06-16extcon: arizona: support inverted jack detect switchRichard Fitzgerald1-8/+26