summaryrefslogtreecommitdiffstats
path: root/drivers/extcon/extcon-arizona.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'extcon-next-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2019-07-011-13/+20
|\
| * extcon: arizona: Correct error handling on regmap_update_bits_checkCharles Keepax2019-05-301-13/+20
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1Star
|/
* extcon: arizona: Disable mic detect if running when driver is removedCharles Keepax2019-04-121-0/+10
* extcon: Split out extcon header file for consumer and provider deviceChanwoo Choi2017-10-231-1/+1
* extcon: arizona: Use devm_kcalloc() in arizona_extcon_get_micd_configs()Markus Elfring2017-05-231-3/+1Star
* extcon: arizona: Wait for any running HPDETs to complete on jack removalCharles Keepax2017-04-061-0/+46
* extcon: arizona: Simplify micd_pol_gpio handlingCharles Keepax2017-01-091-12/+8Star
* extcon: arizona: Use SoC component pin control functionsRichard Fitzgerald2016-12-011-3/+5
* extcon: Use the extcon_set_state_sync() instead of deprecated functionsChanwoo Choi2016-09-131-8/+8
* extcon: arizona: Remove the usage of extcon_update_state()Chanwoo Choi2016-08-081-4/+7
* extcon: arizona: Remove unneeded semi-colonCharles Keepax2016-08-081-1/+1
* extcon: arizona: Use DAPM mutex helper functionsCharles Keepax2016-01-251-2/+2
* extcon: arizona: Add device bindings for the micd configurationsCharles Keepax2015-12-151-2/+54
* extcon: arizona: Update naming for micd-timeout DT to include unitsCharles Keepax2015-11-241-1/+1
* extcon: arizona: Update naming for second jack detection DT bindingCharles Keepax2015-11-241-2/+2
* extcon: arizona: Add device binding for second jack detect pin on GPIO5Charles Keepax2015-11-201-0/+5
* extcon: arizona: Add device binding for jack detect polarity inversionCharles Keepax2015-11-201-0/+3
* extcon: arizona: Add device binding for the general purpose switchCharles Keepax2015-11-201-0/+2
* extcon: arizona: Add device binding to enable ADC mode micdetCharles Keepax2015-11-201-0/+3
* extcon: Modify the id and name of external connectorChanwoo Choi2015-10-161-9/+9
* extcon: arizona: Reorder the default statement to remove unnecessary warningChanwoo Choi2015-09-301-3/+6
* extcon: arizona: Add support for WM8998 and WM1814Richard Fitzgerald2015-09-291-10/+21
* extcon: arizona: Don't disable debounce for inverted jacksCharles Keepax2015-09-221-3/+5
* extcon: arizona: Use the micd_clamp for interrupts if it is availableCharles Keepax2015-09-221-3/+3
* extcon: arizona: Ignore jd_invert for MICD_CLAMP_STSNariman Poushin2015-09-221-4/+1Star
* extcon: arizona: Additional settings to improve accuracy of HP detectCharles Keepax2015-09-221-2/+17
* extcon: arizona: Add support for general purpose switchCharles Keepax2015-09-221-0/+4
* extcon: arizona: Add support for new ADC value mic detectCharles Keepax2015-09-221-6/+58
* extcon: arizona: Simplify pdata symantics for micd_dbtimeCharles Keepax2015-08-101-3/+14
* extcon: arizona: Declare 3-pole jack if we detect open circuit on micCharles Keepax2015-08-101-0/+3
* extcon: arizona: Ensure variables are set for headphone detectionCharles Keepax2015-08-101-4/+7
* extcon: arizona: Use gpiod inteface to handle micd_pol_gpio gpioCharles Keepax2015-08-101-5/+36
* extcon: arizona: Add basic microphone detection DT/ACPI bindingsCharles Keepax2015-08-101-0/+18
* extcon: arizona: Update to use the new device properties APICharles Keepax2015-08-101-6/+5Star
* 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