aboutsummaryrefslogtreecommitdiff
path: root/drivers/extcon/extcon-arizona.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-29extcon: arizona: Fix runtime PM imbalance on errorGravatar Dinghao Liu 1-8/+9
2019-12-09extcon: arizona: Factor out microphone and button detectionGravatar Charles Keepax 1-44/+71
2019-12-09extcon: arizona: Factor out microphone impedance into a functionGravatar Charles Keepax 1-52/+73
2019-12-09extcon: arizona: Invert logic of check in arizona_hpdet_do_idGravatar Charles Keepax 1-47/+45
2019-12-09extcon: arizona: Remove excessive WARN_ONGravatar Charles Keepax 1-3/+2
2019-12-09extcon: arizona: Remove unnecessary sets of ACCDET_MODEGravatar Charles Keepax 1-11/+0
2019-12-09extcon: arizona: Tidy up transition from mic to headphone detectGravatar Charles Keepax 1-8/+1
2019-12-09extcon: arizona: Clear jack status regardless of detection typeGravatar Charles Keepax 1-4/+4
2019-12-09extcon: arizona: Move pdata extraction to probeGravatar Charles Keepax 1-9/+5
2019-12-09extcon: arizona: Make rev A register sequences atomicGravatar Charles Keepax 1-6/+14
2019-12-09extcon: arizona: Correct clean up if arizona_identify_headphone failsGravatar Charles Keepax 1-0/+3
2019-07-24extcon: arizona: Switch to use device_property_count_u32()Gravatar Andy Shevchenko 1-1/+1
2019-07-01Merge tag 'extcon-next-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Greg Kroah-Hartman 1-13/+20
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Gravatar Thomas Gleixner 1-10/+1
2019-05-30extcon: arizona: Correct error handling on regmap_update_bits_checkGravatar Charles Keepax 1-13/+20
2019-04-12extcon: arizona: Disable mic detect if running when driver is removedGravatar Charles Keepax 1-0/+10
2017-10-23extcon: Split out extcon header file for consumer and provider deviceGravatar Chanwoo Choi 1-1/+1
2017-05-23extcon: arizona: Use devm_kcalloc() in arizona_extcon_get_micd_configs()Gravatar Markus Elfring 1-3/+1
2017-04-06extcon: arizona: Wait for any running HPDETs to complete on jack removalGravatar Charles Keepax 1-0/+46
2017-01-09extcon: arizona: Simplify micd_pol_gpio handlingGravatar Charles Keepax 1-12/+8
2016-12-01extcon: arizona: Use SoC component pin control functionsGravatar Richard Fitzgerald 1-3/+5
2016-09-13extcon: Use the extcon_set_state_sync() instead of deprecated functionsGravatar Chanwoo Choi 1-8/+8
2016-08-08extcon: arizona: Remove the usage of extcon_update_state()Gravatar Chanwoo Choi 1-4/+7
2016-08-08extcon: arizona: Remove unneeded semi-colonGravatar Charles Keepax 1-1/+1
2016-01-25extcon: arizona: Use DAPM mutex helper functionsGravatar Charles Keepax 1-2/+2
2015-12-15extcon: arizona: Add device bindings for the micd configurationsGravatar Charles Keepax 1-2/+54
2015-11-24extcon: arizona: Update naming for micd-timeout DT to include unitsGravatar Charles Keepax 1-1/+1
2015-11-24extcon: arizona: Update naming for second jack detection DT bindingGravatar Charles Keepax 1-2/+2
2015-11-20extcon: arizona: Add device binding for second jack detect pin on GPIO5Gravatar Charles Keepax 1-0/+5
2015-11-20extcon: arizona: Add device binding for jack detect polarity inversionGravatar Charles Keepax 1-0/+3
2015-11-20extcon: arizona: Add device binding for the general purpose switchGravatar Charles Keepax 1-0/+2
2015-11-20extcon: arizona: Add device binding to enable ADC mode micdetGravatar Charles Keepax 1-0/+3
2015-10-16extcon: Modify the id and name of external connectorGravatar Chanwoo Choi 1-9/+9
2015-09-30extcon: arizona: Reorder the default statement to remove unnecessary warningGravatar Chanwoo Choi 1-3/+6
2015-09-29extcon: arizona: Add support for WM8998 and WM1814Gravatar Richard Fitzgerald 1-10/+21
2015-09-22extcon: arizona: Don't disable debounce for inverted jacksGravatar Charles Keepax 1-3/+5
2015-09-22extcon: arizona: Use the micd_clamp for interrupts if it is availableGravatar Charles Keepax 1-3/+3
2015-09-22extcon: arizona: Ignore jd_invert for MICD_CLAMP_STSGravatar Nariman Poushin 1-4/+1
2015-09-22extcon: arizona: Additional settings to improve accuracy of HP detectGravatar Charles Keepax 1-2/+17
2015-09-22extcon: arizona: Add support for general purpose switchGravatar Charles Keepax 1-0/+4
2015-09-22extcon: arizona: Add support for new ADC value mic detectGravatar Charles Keepax 1-6/+58
2015-08-10extcon: arizona: Simplify pdata symantics for micd_dbtimeGravatar Charles Keepax 1-3/+14
2015-08-10extcon: arizona: Declare 3-pole jack if we detect open circuit on micGravatar Charles Keepax 1-0/+3
2015-08-10extcon: arizona: Ensure variables are set for headphone detectionGravatar Charles Keepax 1-4/+7
2015-08-10extcon: arizona: Use gpiod inteface to handle micd_pol_gpio gpioGravatar Charles Keepax 1-5/+36
2015-08-10extcon: arizona: Add basic microphone detection DT/ACPI bindingsGravatar Charles Keepax 1-0/+18
2015-08-10extcon: arizona: Update to use the new device properties APIGravatar Charles Keepax 1-6/+5
2015-06-12extcon: Redefine the unique id of supported external connectors without 'enum...Gravatar Chanwoo Choi 1-2/+2
2015-05-22extcon: Use the unique id for external connector instead of stringGravatar Chanwoo Choi 1-23/+15
2015-05-19extcon: arizona: Add support for select accessory detect mode when headphone ...Gravatar Inha Song 1-8/+30