Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
4059cb6226ef3c495549842d15f0ba532724d255
/
drivers
/
extcon
/
extcon-arizona.c
03bf1ad
extcon: arizona: Use DAPM mutex helper functions
by Charles Keepax
· 9 years ago
bb6da5d
extcon: arizona: Add device bindings for the micd configurations
by Charles Keepax
· 9 years ago
7a7ef0f
extcon: arizona: Update naming for micd-timeout DT to include units
by Charles Keepax
· 9 years ago
832df9e
extcon: arizona: Update naming for second jack detection DT binding
by Charles Keepax
· 9 years ago
35247c1
extcon: arizona: Add device binding for second jack detect pin on GPIO5
by Charles Keepax
· 9 years ago
3d7a872
extcon: arizona: Add device binding for jack detect polarity inversion
by Charles Keepax
· 9 years ago
9937422
extcon: arizona: Add device binding for the general purpose switch
by Charles Keepax
· 9 years ago
2e87b7a
extcon: arizona: Add device binding to enable ADC mode micdet
by Charles Keepax
· 9 years ago
11eecf9
extcon: Modify the id and name of external connector
by Chanwoo Choi
· 9 years ago
e9844b2
extcon: arizona: Reorder the default statement to remove unnecessary warning
by Chanwoo Choi
· 9 years ago
d8d0956
extcon: arizona: Add support for WM8998 and WM1814
by Richard Fitzgerald
· 9 years ago
6c20b93
extcon: arizona: Don't disable debounce for inverted jacks
by Charles Keepax
· 9 years ago
ff1cb0e
extcon: arizona: Use the micd_clamp for interrupts if it is available
by Charles Keepax
· 9 years ago
a0ef642
extcon: arizona: Ignore jd_invert for MICD_CLAMP_STS
by Nariman Poushin
· 9 years ago
f719ae3
extcon: arizona: Additional settings to improve accuracy of HP detect
by Charles Keepax
· 9 years ago
6772a5a
extcon: arizona: Add support for general purpose switch
by Charles Keepax
· 9 years ago
df8b677
extcon: arizona: Add support for new ADC value mic detect
by Charles Keepax
· 9 years ago
bb327e9
extcon: arizona: Simplify pdata symantics for micd_dbtime
by Charles Keepax
· 9 years ago
57f70ef
extcon: arizona: Declare 3-pole jack if we detect open circuit on mic
by Charles Keepax
· 9 years ago
0ffe8cb
extcon: arizona: Ensure variables are set for headphone detection
by Charles Keepax
· 9 years ago
8e5838d
extcon: arizona: Use gpiod inteface to handle micd_pol_gpio gpio
by Charles Keepax
· 9 years ago
4778d44
extcon: arizona: Add basic microphone detection DT/ACPI bindings
by Charles Keepax
· 9 years ago
feffb0c
extcon: arizona: Update to use the new device properties API
by Charles Keepax
· 9 years ago
73b6ecd
extcon: Redefine the unique id of supported external connectors without 'enum extcon' type
by Chanwoo Choi
· 9 years ago
2a9de9c
extcon: Use the unique id for external connector instead of string
by Chanwoo Choi
· 10 years ago
9e86b2a
extcon: arizona: Add support for select accessory detect mode when headphone detection
by Inha Song
· 10 years ago
2b51f9c
extcon: arizona: Apply HP clamps correctly for WM8280
by Charles Keepax
· 10 years ago
a71fbc1
extcon: arizona: Remove the setting of device name
by Chanwoo Choi
· 10 years ago
d0fd5fb
extcon: arizona: Rename hpdet_ip to make its purpose clearer
by Richard Fitzgerald
· 10 years ago
1fc1499
Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 10 years ago
43f0acd
extcon: arizona: Fix headphone clamping on wm5110
by Charles Keepax
· 10 years ago
112bdfa
extcon: arizona: Deobfuscate arizona_extcon_do_magic
by Charles Keepax
· 10 years ago
2f2b6aa
extcon: arizona: Add support for WM8280/WM8281
by Richard Fitzgerald
· 10 years ago
08147bb
extcon: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
17271f6
extcon: arizona: Get MICVDD against extcon device
by Charles Keepax
· 10 years ago
0a16ee6
extcon: Remove unnecessary OOM messages
by Jingoo Han
· 10 years ago
ac65a62
extcon: Set parent device of extcon device using prameter of devm_extcon_dev_allocate
by Chanwoo Choi
· 10 years ago
24a279b
extcon: arizona: Update manual headphone detection calculation
by Charles Keepax
· 10 years ago
e368f52
extcon: arizona: Correct typo to disable regulation for button detection
by Charles Keepax
· 10 years ago
3460248
extcon: arizona: Use extcon cable API with index of extcon cable instead of string
by Nikesh Oswal
· 10 years ago
5a8844b
extcon: arizona: Remove duplicate set of input parent device
by Charles Keepax
· 10 years ago
a288d64
extcon: arizona: support inverted jack detect switch
by Richard Fitzgerald
· 10 years ago
ef70a21
extcon: arizona: Use devm_extcon_dev_allocate for extcon_dev
by Chanwoo Choi
· 11 years ago
d88cc36
extcon: arizona: Use devm_extcon_dev_register()
by Sangjung Woo
· 11 years ago
1139110
ASoC: dapm: Add locking to snd_soc_dapm_xxxx_pin functions
by Charles Keepax
· 11 years ago
7743861
extcon: arizona: Add support for headphone detection on wm5110 rev D
by Charles Keepax
· 11 years ago
9141461
extcon: arizona: No need to switch back down HPDET ranges
by Charles Keepax
· 11 years ago
31a847e
extcon: arizona: Fix race with microphone detection and removal
by Charles Keepax
· 11 years ago
a3e00d4
extcon: arizona: Fix reset of HPDET after race with removal
by Charles Keepax
· 11 years ago
ffae24f
extcon: arizona: Add defines for microphone detection levels
by Charles Keepax
· 11 years ago
6ac6b47
extcon: arizona: Get pdata from arizona structure not device
by Charles Keepax
· 11 years ago
2424a73
Merge tag 'extcon-next-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon into char-misc-next
by Greg Kroah-Hartman
· 11 years ago
42d7d75
extcon: Simplify extcon_dev_register() prototype by removing unnecessary parameter
by Chanwoo Choi
· 11 years ago
4102424
extcon: arizona: Don't require micbias to be shifted in pdata
by Charles Keepax
· 11 years ago
4ba1a9f
extcon: arizona: Correct typo in headphone detect range transitions
by Charles Keepax
· 11 years ago
d97abdd
extcon: arizona: Fix a typo in a comment
by Sachin Kamat
· 11 years ago
cb9005d
extcon: arizona: Clear trig_sts bits on all paths
by Charles Keepax
· 11 years ago
d667566
extcon: arizona: Fix up minor coding style to remove unnecessary braces
by Chanwoo Choi
· 11 years ago
c2275d2
extcon: Fix up 80 column coding style issues
by Chanwoo Choi
· 11 years ago
df9a5ab
extcon: arizona: Use power efficient workqueue
by Mark Brown
· 11 years ago
7abd4e2
extcon: arizona: Make mic detection timeout configurable
by Mark Brown
· 12 years ago
cd59e79
extcon: arizona: Allow additional debounce during microphone detection
by Mark Brown
· 12 years ago
41a5785
extcon: arizona: Clear existing button reports before reporting new one
by Mark Brown
· 12 years ago
939c567
extcon: arizona: Time out if MICDET fails to report
by Mark Brown
· 12 years ago
9c2ba27
extcon: arizona: Simplify HPDET based identification
by Mark Brown
· 12 years ago
db924ff
extcon: arizona: Don't ground flip when using HPDET identification
by Mark Brown
· 12 years ago
9dd5e53
extcon: arizona: Retry HPDET identification for high impedance
by Mark Brown
· 12 years ago
2643fd6
extcon: arizona: Tune up HPDET debounce
by Mark Brown
· 12 years ago
e2c0f47
extcon: arizona: Check we report a valid impedance
by Charles Keepax
· 12 years ago
a3e2078
extcon: arizona: Suppress duplicate JACKDET reports
by Mark Brown
· 12 years ago
82e2e0f
extcon: arizona: Raise minimum microphone impedance for HPDET method
by Mark Brown
· 12 years ago
e56a0a5
extcon: arizona: Allow pull to be disabled on GPIO5 when used for JACKET
by Mark Brown
· 12 years ago
77ff4f9
extcon: arizona: Don't pulse MICBIAS for HPDET identification
by Mark Brown
· 12 years ago
6fed4d8
extcon: arizona: Allow configuration of button detection
by Mark Brown
· 12 years ago
84eaa13
extcon: arizona: Attempt more microphone measurements
by Mark Brown
· 12 years ago
df8c3db
extcon: arizona: Fix interaction between headphone outputs and identification
by Mark Brown
· 12 years ago
0340907
extcon: arizona: Factor out magic application
by Mark Brown
· 12 years ago
bf14ee5
extcon: arizona: Use MICDET for final microphone identification
by Mark Brown
· 12 years ago
c37b387
extcon: arizona: Always take the first HPDET reading as the final one
by Mark Brown
· 12 years ago
5d9ab70
extcon: arizona: Clear _trig_sts bits after jack detection
by Charles Keepax
· 12 years ago
903aa56
extcon: arizona: Don't HPDET magic when headphones are enabled
by Mark Brown
· 12 years ago
0e27bd3
extcon: arizona: Add some debounce time before starting HPDET identification
by Mark Brown
· 12 years ago
e339af1
extcon: arizona: Remove extra jack flip increment
by Charles Keepax
· 12 years ago
bbbd46e
extcon: arizona: Use regulated mode for microphone supply when detecting
by Mark Brown
· 12 years ago
2e033db
extcon: arizona: Support additional configuration of microphone detection
by Mark Brown
· 12 years ago
f9365d0
extcon: arizona: Remove duplicate rate configuration
by Mark Brown
· 12 years ago
e6dd8cf
extcon: arizona: Retry failed HP measurements
by Mark Brown
· 12 years ago
4e61687
extcon: arizona: Disable debouce for accessory removal detection
by Mark Brown
· 12 years ago
1eda6aa
extcon: arizona: Support direct microphone measurement via HPDET
by Mark Brown
· 12 years ago
dd235ee
extcon: arizona: Support HPDET based accessory identification
by Mark Brown
· 12 years ago
9b1270c
extcon: Simple code motion supporting future work.
by Mark Brown
· 12 years ago
4f34033
extcon: arizona: Enable basic headphone identification
by Mark Brown
· 12 years ago
92a4987
extcon: arizona: Support use of GPIO5 as an input to jack detection
by Mark Brown
· 12 years ago
dab63eb
extcon: arizona: Use microphone clamp function if available
by Mark Brown
· 12 years ago
b17e546
extcon: arizona: Allow configuration of MICBIAS rise time
by Mark Brown
· 12 years ago
cd74f7b
extcon: arizona: Only set GPIO if it has been requested
by Mark Brown
· 12 years ago
db72e6a
extcon: arizona: Remove duplicate mic ramp configuration
by Mark Brown
· 12 years ago
3d44ea1
extcon: arizona: Convert to devm_input_allocate_device()
by Mark Brown
· 12 years ago
962b686
Merge tag 'pull_req_20121122' of git://git.kernel.org/pub/scm/linux/kernel/git/mzx/extcon into char-misc-next
by Greg Kroah-Hartman
· 12 years ago
5f7e222
extcon: remove use of __devexit_p
by Bill Pemberton
· 12 years ago
Next »