index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
extcon
/
extcon-arizona.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
extcon: arizona: Use devm_extcon_dev_allocate for extcon_dev
Chanwoo Choi
2014-04-29
1
-13
/
+17
*
extcon: arizona: Use devm_extcon_dev_register()
Sangjung Woo
2014-04-24
1
-8
/
+4
*
ASoC: dapm: Add locking to snd_soc_dapm_xxxx_pin functions
Charles Keepax
2014-02-20
1
-12
/
+0
*
extcon: arizona: Add support for headphone detection on wm5110 rev D
Charles Keepax
2014-01-07
1
-0
/
+12
[next]