aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/extcon/extcon-arizona.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-18ASoC/extcon: arizona: Move arizona jack code to sound/soc/codecs/arizona-jack.cHans de Goede1-1819/+0
2021-03-18extcon: arizona: Always use pm_runtime_get_sync() when we need the device to be awakeHans de Goede1-2/+2
2021-03-18extcon: arizona: Fix flags parameter to the gpiod_get("wlf,micd-pol") callHans de Goede1-1/+1
2021-03-18extcon: arizona: Fix various races on driver unbindHans de Goede1-19/+21
2021-03-18extcon: arizona: Fix some issues when HPDET IRQ fires after the jack has been unpluggedHans de Goede1-8/+9
2020-05-29extcon: arizona: Fix runtime PM imbalance on errorDinghao Liu1-8/+9
2019-12-09extcon: arizona: Factor out microphone and button detectionCharles Keepax1-44/+71
2019-12-09extcon: arizona: Factor out microphone impedance into a functionCharles Keepax1-52/+73
2019-12-09extcon: arizona: Invert logic of check in arizona_hpdet_do_idCharles Keepax1-47/+45
2019-12-09extcon: arizona: Remove excessive WARN_ONCharles Keepax1-3/+2
2019-12-09extcon: arizona: Remove unnecessary sets of ACCDET_MODECharles Keepax1-11/+0
2019-12-09extcon: arizona: Tidy up transition from mic to headphone detectCharles Keepax1-8/+1
2019-12-09extcon: arizona: Clear jack status regardless of detection typeCharles Keepax1-4/+4
2019-12-09extcon: arizona: Move pdata extraction to probeCharles Keepax1-9/+5
2019-12-09extcon: arizona: Make rev A register sequences atomicCharles Keepax1-6/+14
2019-12-09extcon: arizona: Correct clean up if arizona_identify_headphone failsCharles Keepax1-0/+3
2019-07-24extcon: arizona: Switch to use device_property_count_u32()Andy Shevchenko1-1/+1
2019-07-01Merge tag 'extcon-next-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon into char-misc-nextGreg Kroah-Hartman1-13/+20
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2019-05-30extcon: arizona: Correct error handling on regmap_update_bits_checkCharles Keepax1-13/+20
2019-04-12extcon: arizona: Disable mic detect if running when driver is removedCharles Keepax1-0/+10
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