Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
76ae076f99a6f4538f8d6f06be9b87ecafc00a97
/
drivers
/
extcon
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
dae6165
extcon: Change field type of 'dev' in extcon_dev structure
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
5bfbdc9
extcon: gpio: Add support for active-low presence to detect pins
by Guenter Roeck
· 11 years ago
7c0f6558
extcon: use dev_get_platdata()
by Jingoo Han
· 11 years ago
338de0c
extcon: gpio: Use gpio driver/chip debounce if supported
by Guenter Roeck
· 11 years ago
1073514
extcon: gpio: Do not unnecessarily initialize variables
by Guenter Roeck
· 11 years ago
cb8bb3a
extcon: Remove casting the return value which is a void pointer
by Jingoo Han
· 11 years ago
a75e1c7
extcon: Fix indentation coding style to improve readability
by Chanwoo Choi
· 11 years ago
a33411b
extcon: max77693: Fix checkpatch warning
by Sachin Kamat
· 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
ad07d8b
extcon: max8997: Fix checkpatch warning
by Sachin Kamat
· 11 years ago
d667566
extcon: arizona: Fix up minor coding style to remove unnecessary braces
by Chanwoo Choi
· 11 years ago
2cc7e4d
extcon: class: Remove unnecessary extern declaration
by Chanwoo Choi
· 11 years ago
c2275d2
extcon: Fix up 80 column coding style issues
by Chanwoo Choi
· 11 years ago
542a086
Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 11 years ago
1a82e81
extcon: adc-jack: Use power efficient workqueue
by Mark Brown
· 11 years ago
d0db2e7
extcon: gpio: Use power efficient workqueue for debounce
by Mark Brown
· 11 years ago
df9a5ab
extcon: arizona: Use power efficient workqueue
by Mark Brown
· 11 years ago
7281e05
extcon: palmas: Option to disable ID/VBUS detection based on platform
by Laxman Dewangan
· 11 years ago
024783e
extcon: palams: add support for suspend/resume
by Laxman Dewangan
· 11 years ago
002945f
extcon: palmas: enable ID_GND and ID_FLOAT detection always
by Laxman Dewangan
· 11 years ago
fc57303
extcon: palmas: remove assigning "edev.name" to palmas
by Kishon Vijay Abraham I
· 11 years ago
6eee5b3
extcon: Add an API to get extcon device from dt node
by Kishon Vijay Abraham I
· 11 years ago
af01da0
extcon: convert extcon_class to use dev_groups
by Greg Kroah-Hartman
· 11 years ago
02aa2a3
drivers: avoid format string in dev_set_name
by Kees Cook
· 11 years ago
b1f254e
extcon: Palmas Extcon Driver
by Graeme Gregory
· 11 years ago
9c8a013
extcon: add EXPORT_SYMBOL_GPL for exported functions
by Kishon Vijay Abraham I
· 11 years ago
ea9dd9d
extcon: Change permission 'state' sysfs entry (rw -> r)
by Chanwoo Choi
· 11 years ago
5647ac0
Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux
by Linus Torvalds
· 11 years ago
76ec9d1
Convert selectors of GENERIC_GPIO to GPIOLIB
by Alexandre Courbot
· 12 years ago
606f34a
Merge tag 'extcon-for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon into char-misc-next
by Greg Kroah-Hartman
· 12 years ago
3ad9e86
extcon: max8997: Fix return value
by Sachin Kamat
· 12 years ago
c253654
extcon: max77693: Fix return value
by Sachin Kamat
· 12 years ago
6ed2810
extcon: max8997: use dev_err() instead of pr_err()
by Jingoo Han
· 12 years ago
813b451
extcon: max77693: Staticize default_init_data
by Sachin Kamat
· 12 years ago
2638953
Merge tag 'extcon-arizona-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/misc into char-misc-next
by Greg Kroah-Hartman
· 12 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
8c876be
Merge branch 'char-misc-linus' into char-misc-next
by Greg Kroah-Hartman
· 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
0ec83bd
extcon: max77693: Initialize register of MUIC device to bring up it without platform data
by Chanwoo Choi
· 12 years ago
190d7cf
extcon: max77693: Fix bug of wrong pointer when platform data is not used
by Chanwoo Choi
· 12 years ago
810d601
extcon: max8997: Check the pointer of platform data to protect null pointer error
by Chanwoo Choi
· 12 years ago
7ed214a
Merge tag 'char-misc-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 12 years ago
af5eb1a
extcon: max8997: Use workqueue to check cable state after completing boot of platform
by Chanwoo Choi
· 12 years ago
685dc9a
extcon: max8997: Set default UART/USB path on probe
by Chanwoo Choi
· 12 years ago
f73f623
extcon: max8997: Consolidate duplicate code for checking ADC/CHG cable type
by Chanwoo Choi
· 12 years ago
027fcd5
extcon: max8997: Set default of ADC debounce time during initialization
by Chanwoo Choi
· 12 years ago
07c7050
extcon: max8997: Remove duplicate code related to set H/W line path
by Chanwoo Choi
· 12 years ago
e3e5bc0
extcon: max8997: Move defined constant to header file
by Chanwoo Choi
· 12 years ago
45d4a4e
extcon: max77693: Make max77693_extcon_cable static
by Sachin Kamat
· 12 years ago
6a462e1
extcon: max8997: Remove unreachable code
by Sachin Kamat
· 12 years ago
cae93db
extcon: max8997: Make max8997_extcon_cable static
by Sachin Kamat
· 12 years ago
19d3243
extcon: max77693: Remove unnecessary goto statement to improve readability
by Chanwoo Choi
· 12 years ago
eff7d74
extcon: max77693: Convert to devm_input_allocate_device()
by Chanwoo Choi
· 12 years ago
fd11606
extcon: gpio: Rename filename of extcon-gpio.c according to kernel naming style
by Chanwoo Choi
· 12 years ago
105cf1f
Merge tag 'extcon-arizona-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/misc into char-misc-next
by Greg Kroah-Hartman
· 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
5aa57f0
iio: Update iio_channel_get API to use consumer device pointer as argument
by Guenter Roeck
· 12 years ago
1aa0590
extcon: max77693: Fix bug of build error related to INPUT subsystem
by Chanwoo Choi
· 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
a162629
extcon: max77693: Add support Dock-Smart device for desktop mode
by Chanwoo Choi
· 12 years ago
0e2738f
extcon: max77693: Fix bug when detecting MHL/Dock-Audio with USB/TA cable
by Chanwoo Choi
· 12 years ago
Next »