| Commit message (Expand) | Author | Age | Files | Lines |
* | extcon: Split out extcon header file for consumer and provider device | Chanwoo Choi | 2017-10-23 | 1 | -1/+1 |
* | extcon: arizona: Use devm_kcalloc() in arizona_extcon_get_micd_configs() | Markus Elfring | 2017-05-23 | 1 | -3/+1 |
* | extcon: arizona: Wait for any running HPDETs to complete on jack removal | Charles Keepax | 2017-04-06 | 1 | -0/+46 |
* | extcon: arizona: Simplify micd_pol_gpio handling | Charles Keepax | 2017-01-09 | 1 | -12/+8 |
* | extcon: arizona: Use SoC component pin control functions | Richard Fitzgerald | 2016-12-01 | 1 | -3/+5 |
* | extcon: Use the extcon_set_state_sync() instead of deprecated functions | Chanwoo Choi | 2016-09-13 | 1 | -8/+8 |
* | extcon: arizona: Remove the usage of extcon_update_state() | Chanwoo Choi | 2016-08-08 | 1 | -4/+7 |
* | extcon: arizona: Remove unneeded semi-colon | Charles Keepax | 2016-08-08 | 1 | -1/+1 |
* | extcon: arizona: Use DAPM mutex helper functions | Charles Keepax | 2016-01-25 | 1 | -2/+2 |
* | extcon: arizona: Add device bindings for the micd configurations | Charles Keepax | 2015-12-15 | 1 | -2/+54 |
* | extcon: arizona: Update naming for micd-timeout DT to include units | Charles Keepax | 2015-11-24 | 1 | -1/+1 |
* | extcon: arizona: Update naming for second jack detection DT binding | Charles Keepax | 2015-11-24 | 1 | -2/+2 |
* | extcon: arizona: Add device binding for second jack detect pin on GPIO5 | Charles Keepax | 2015-11-20 | 1 | -0/+5 |
* | extcon: arizona: Add device binding for jack detect polarity inversion | Charles Keepax | 2015-11-20 | 1 | -0/+3 |
* | extcon: arizona: Add device binding for the general purpose switch | Charles Keepax | 2015-11-20 | 1 | -0/+2 |
* | extcon: arizona: Add device binding to enable ADC mode micdet | Charles Keepax | 2015-11-20 | 1 | -0/+3 |
* | extcon: Modify the id and name of external connector | Chanwoo Choi | 2015-10-16 | 1 | -9/+9 |
* | extcon: arizona: Reorder the default statement to remove unnecessary warning | Chanwoo Choi | 2015-09-30 | 1 | -3/+6 |
* | extcon: arizona: Add support for WM8998 and WM1814 | Richard Fitzgerald | 2015-09-29 | 1 | -10/+21 |
* | extcon: arizona: Don't disable debounce for inverted jacks | Charles Keepax | 2015-09-22 | 1 | -3/+5 |
* | extcon: arizona: Use the micd_clamp for interrupts if it is available | Charles Keepax | 2015-09-22 | 1 | -3/+3 |
* | extcon: arizona: Ignore jd_invert for MICD_CLAMP_STS | Nariman Poushin | 2015-09-22 | 1 | -4/+1 |
* | extcon: arizona: Additional settings to improve accuracy of HP detect | Charles Keepax | 2015-09-22 | 1 | -2/+17 |
* | extcon: arizona: Add support for general purpose switch | Charles Keepax | 2015-09-22 | 1 | -0/+4 |
* | extcon: arizona: Add support for new ADC value mic detect | Charles Keepax | 2015-09-22 | 1 | -6/+58 |
* | extcon: arizona: Simplify pdata symantics for micd_dbtime | Charles Keepax | 2015-08-10 | 1 | -3/+14 |
* | extcon: arizona: Declare 3-pole jack if we detect open circuit on mic | Charles Keepax | 2015-08-10 | 1 | -0/+3 |
* | extcon: arizona: Ensure variables are set for headphone detection | Charles Keepax | 2015-08-10 | 1 | -4/+7 |
* | extcon: arizona: Use gpiod inteface to handle micd_pol_gpio gpio | Charles Keepax | 2015-08-10 | 1 | -5/+36 |
* | extcon: arizona: Add basic microphone detection DT/ACPI bindings | Charles Keepax | 2015-08-10 | 1 | -0/+18 |
* | extcon: arizona: Update to use the new device properties API | Charles Keepax | 2015-08-10 | 1 | -6/+5 |
* | extcon: Redefine the unique id of supported external connectors without 'enum... | Chanwoo Choi | 2015-06-12 | 1 | -2/+2 |
* | extcon: Use the unique id for external connector instead of string | Chanwoo Choi | 2015-05-22 | 1 | -23/+15 |
* | extcon: arizona: Add support for select accessory detect mode when headphone ... | Inha Song | 2015-05-19 | 1 | -8/+30 |
* | extcon: arizona: Apply HP clamps correctly for WM8280 | Charles Keepax | 2015-05-19 | 1 | -0/+1 |
* | extcon: arizona: Remove the setting of device name | Chanwoo Choi | 2015-05-19 | 1 | -1/+0 |
* | extcon: arizona: Rename hpdet_ip to make its purpose clearer | Richard Fitzgerald | 2015-05-19 | 1 | -5/+5 |
* | Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2015-04-21 | 1 | -16/+33 |
|\ |
|
| * | extcon: arizona: Fix headphone clamping on wm5110 | Charles Keepax | 2015-03-04 | 1 | -5/+18 |
| * | extcon: arizona: Deobfuscate arizona_extcon_do_magic | Charles Keepax | 2015-03-04 | 1 | -16/+20 |
* | | extcon: arizona: Add support for WM8280/WM8281 | Richard Fitzgerald | 2015-02-26 | 1 | -0/+1 |
|/ |
|
* | extcon: drop owner assignment from platform_drivers | Wolfram Sang | 2014-10-20 | 1 | -1/+0 |
* | extcon: arizona: Get MICVDD against extcon device | Charles Keepax | 2014-07-23 | 1 | -1/+1 |
* | extcon: Remove unnecessary OOM messages | Jingoo Han | 2014-07-23 | 1 | -3/+1 |
* | extcon: Set parent device of extcon device using prameter of devm_extcon_dev_... | Chanwoo Choi | 2014-06-16 | 1 | -1/+0 |
* | extcon: arizona: Update manual headphone detection calculation | Charles Keepax | 2014-06-16 | 1 | -5/+10 |
* | extcon: arizona: Correct typo to disable regulation for button detection | Charles Keepax | 2014-06-16 | 1 | -1/+1 |
* | extcon: arizona: Use extcon cable API with index of extcon cable instead of s... | Nikesh Oswal | 2014-06-16 | 1 | -9/+6 |
* | extcon: arizona: Remove duplicate set of input parent device | Charles Keepax | 2014-06-16 | 1 | -1/+0 |
* | extcon: arizona: support inverted jack detect switch | Richard Fitzgerald | 2014-06-16 | 1 | -8/+26 |