Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
f82b4b6780afabce9d9a91c84fae17ec3d63b9d7
/
drivers
/
extcon
a75fed2
extcon: sm5502: Change internal hardware switch according to cable type
by Chanwoo Choi
· 10 years ago
e195445
extcon: sm5502: Detect cable state after completing platform booting
by Chanwoo Choi
· 10 years ago
914b881
extcon: sm5502: Add support new SM5502 extcon device driver
by Chanwoo Choi
· 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
6b18aa1
Merge tag 'mfd-extcon-regulator-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into extcon-next
by Chanwoo Choi
· 10 years ago
342d669
mfd: max77693: Handle IRQs using regmap
by Robert Baldyga
· 10 years ago
d0540f9
mfd: max77693: Remove unnecessary wrapper functions
by Robert Baldyga
· 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
e48f9da
extcon: Reorder the sequence of extcon device driver alphabetically
by Chanwoo Choi
· 10 years ago
3bc2ac7
extcon: palmas: Make of_device_id array const
by Krzysztof Kozlowski
· 10 years ago
a288d64
extcon: arizona: support inverted jack detect switch
by Richard Fitzgerald
· 10 years ago
3f79a3f
extcon: palmas: Use devm_extcon_dev_allocate for extcon_dev
by Chanwoo Choi
· 11 years ago
60cd62d
extcon: gpio: Use devm_extcon_dev_allocate for extcon_dev
by Chanwoo Choi
· 11 years ago
1876fd9
extcon: adc-jack: Use devm_extcon_dev_allocate for extcon_dev
by Chanwoo Choi
· 11 years ago
ef70a21
extcon: arizona: Use devm_extcon_dev_allocate for extcon_dev
by Chanwoo Choi
· 11 years ago
0604002
extcon: max14577: Use devm_extcon_dev_allocate for extcon_dev
by Chanwoo Choi
· 11 years ago
577bef1
extcon: max77693: Use devm_extcon_dev_allocate for extcon_dev
by Chanwoo Choi
· 11 years ago
22f9afb
extcon: max8997: Use devm_extcon_dev_allocate for extcon_dev
by Chanwoo Choi
· 11 years ago
739ba1b
extcon: Add devm_extcon_dev_allocate/free to manage the resource of extcon device
by Chanwoo Choi
· 11 years ago
a9af652
extcon: Add extcon_dev_allocate/free() to control the memory of extcon device
by Chanwoo Choi
· 11 years ago
d88cc36
extcon: arizona: Use devm_extcon_dev_register()
by Sangjung Woo
· 11 years ago
b4dad55
extcon: palmas: Use devm_extcon_dev_register()
by Sangjung Woo
· 11 years ago
2923803
extcon: max8997: Use devm_extcon_dev_register()
by Sangjung Woo
· 11 years ago
10fae11
extcon: max77693: Use devm_extcon_dev_register()
by Sangjung Woo
· 11 years ago
14dbd54
extcon: max14577: Use devm_extcon_dev_register()
by Sangjung Woo
· 11 years ago
d92c2f1
extcon: gpio: Use devm_extcon_dev_register()
by Sangjung Woo
· 11 years ago
4b5dd73
extcon: adc-jack: Use devm_extcon_dev_register()
by Sangjung Woo
· 11 years ago
1111244
extcon: Add resource-managed extcon register function
by Sangjung Woo
· 11 years ago
369afd4
extcon: max14577: Properly handle regmap_irq_get_virq error
by Krzysztof Kozlowski
· 11 years ago
12adef5
extcon: max14577: Fix probe failure on successful work queue
by Krzysztof Kozlowski
· 11 years ago
a55d952
Merge tag 'ib-mfd-extcon-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into HEAD
by Chanwoo Choi
· 11 years ago
bf9509e
extcon: max8997: Use power efficient workqueue for delayed cable detection
by Krzysztof Kozlowski
· 11 years ago
b862941
extcon: max77693: Use power efficient workqueue for delayed cable detection
by Krzysztof Kozlowski
· 11 years ago
dfee411
extcon: max8997: Fix NULL pointer exception on missing pdata
by Krzysztof Kozlowski
· 11 years ago
d5653f2
extcon: max77693: Fix two NULL pointer exceptions on missing pdata
by Krzysztof Kozlowski
· 11 years ago
4706a52
extcon: max14577: Add support for MAX77836
by Krzysztof Kozlowski
· 11 years ago
0ca852b
extcon: max14577: Choose muic_irqs according to device type
by Krzysztof Kozlowski
· 11 years ago
2b1d18f
extcon: max14577: Add max14577 prefix to muic_irqs
by Krzysztof Kozlowski
· 11 years ago
4005da5
extcon: max14577: Change extcon name instead of static name according to device type
by Chanwoo Choi
· 11 years ago
f63d32d
extcon: palmas: explicitly set edev name as node name
by Kishon Vijay Abraham I
· 11 years ago
1ad94ff
extcon: Move OF helper function to extcon core and change function name
by Chanwoo Choi
· 11 years ago
ca48824
extcon: of: Remove unnecessary function call by using the name of device_node
by Chanwoo Choi
· 11 years ago
3cc731d
extcon: gpio: Use SIMPLE_DEV_PM_OPS macro
by Jingoo Han
· 11 years ago
8d4288f
extcon: palmas: Use SIMPLE_DEV_PM_OPS macro
by Jingoo Han
· 11 years ago
1139110
ASoC: dapm: Add locking to snd_soc_dapm_xxxx_pin functions
by Charles Keepax
· 11 years ago
6544dfa
extcon: gpio: Add power resume support
by Rongjun Ying
· 11 years ago
962e56b
extcon: max14577: Add extcon-max14577 driver to support MUIC device
by Chanwoo Choi
· 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
b7d2d5b
extcon: palmas: Handle ID interrupt properly using USB_ID_INT_SRC
by George Cherian
· 11 years ago
5fbc77d
extcon: palmas: Added a new compatible type *ti,palmas-usb-vid*
by Kishon Vijay Abraham I
· 11 years ago
4288d9b
extcon: gpio: Request gpio pin before modifying its state
by Guenter Roeck
· 11 years ago
7585ca0
extcon: remove freed groups caused the panic or warning in unregister flow
by Wang, Xiaoming
· 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
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
Next »