Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
b95c29a20f070babfea92ab8f741ec94695617d3
/
drivers
/
extcon
« Previous
62e6d1e
extcon: palmas: Fix boot up state of VBUS when using GPIO detection
by Roger Quadros
· 8 years ago
830ae44
extcon: Remove the deprecated extcon functions
by Chanwoo Choi
· 8 years ago
f75587b
extcon: palmas: Drop stray IRQF_EARLY_RESUME flag
by Nishanth Menon
· 9 years ago
ae64e42
extcon: palmas: Drop IRQF_EARLY_RESUME flag
by Grygorii Strashko
· 9 years ago
b7aad8e
extcon: palmas: Add the support for VBUS detection by using GPIO
by Felipe Balbi
· 9 years ago
c4924e9
extcon: max77843: Use correct size for reading the interrupt register
by Dan Carpenter
· 9 years ago
03bf1ad
extcon: arizona: Use DAPM mutex helper functions
by Charles Keepax
· 9 years ago
8b45b6a
extcon: Add the EXTCON_CHG_USB_SDP to support SDP charing port
by Chanwoo Choi
· 9 years ago
b51b387
extcon: gpio: Fix typo in comment
by Moritz Fischer
· 9 years ago
d585934
extcon: Use to_i2c_client for both rt8973a and sm5502
by Geliang Tang
· 9 years ago
08a0a4f
extcon: add Maxim MAX3355 driver
by Sergei Shtylyov
· 9 years ago
c05c0d5
extcon: max77843: fix handling return value of regmap_irq_get_virq
by Andrzej Hajda
· 9 years ago
cbc4660
extcon: max77693: fix handling return value of regmap_irq_get_virq
by Andrzej Hajda
· 9 years ago
c295756
extcon: max14577: fix handling return value of regmap_irq_get_virq
by Andrzej Hajda
· 9 years ago
bb6da5d
extcon: arizona: Add device bindings for the micd configurations
by Charles Keepax
· 9 years ago
5f01e6b
extcon: rt8973: Add IRQF_ONESHOT to interrupt flags
by Saurabh Sengar
· 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
de992ac
extcon: gpio: Use descriptor-based GPIO interface instead of legacy gpio_* API
by Chanwoo Choi
· 9 years ago
6ba1299
extcon: gpio: Fix minor coding style and remove the unused fields.
by Chanwoo Choi
· 9 years ago
ce6f749
extcon: gpio: Add the missing supported_cable parameter to devm_extcon_dev_allocate()
by Chanwoo Choi
· 9 years ago
60f9b9e
extcon: gpio: Remove duplicate data from struct gpio_extcon_data
by Chanwoo Choi
· 9 years ago
ae59f3a
extcon: gpio: Use resource managed function for request_irq
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
37e5706
Merge branch 'ib-extcon-mfd-4.4' into extcon-next
by Chanwoo Choi
· 9 years ago
363b389
extcon: sm5502: fix handling regmap_irq_get_virq result
by Andrzej Hajda
· 9 years ago
238ffc2e6
extcon: rt8973a: fix handling regmap_irq_get_virq result
by Andrzej Hajda
· 9 years ago
4bf27b7
extcon: axp288: Convert to using managed resources
by Vaishali Thakkar
· 9 years ago
ff612f9
extcon: Export OF module alias information in missing drivers
by Javier Martinez Canillas
· 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
f4513b0
extcon: Fix attached value returned by is_extcon_changed
by Hans de Goede
· 9 years ago
cf9d615
Merge tag 'regulator-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator
by Linus Torvalds
· 9 years ago
176175b
Merge remote-tracking branches 'regulator/topic/lp872x', 'regulator/topic/ltc3589', 'regulator/topic/max77693' and 'regulator/topic/max8973' into regulator-next
by Mark Brown
· 9 years ago
ac22a1d
extcon: palmas: Fix build break due to devm_gpiod_get_optional API change
by Chanwoo Choi
· 9 years ago
92b7cb5
extcon: palmas: Support GPIO based USB ID detection
by Roger Quadros
· 9 years ago
a598af7
extcon: Fix signedness bugs about break error handling
by Dan Carpenter
· 9 years ago
bef025a
extcon: Drop owner assignment from i2c_driver
by Krzysztof Kozlowski
· 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
7eae43a
extcon: Add exception handling to prevent the NULL pointer access
by Chanwoo Choi
· 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
1fe189b
extcon: palmas: Remove the mutually_exclusive array
by Chanwoo Choi
· 9 years ago
2519b76
extcon: Remove optional print_state() function pointer of struct extcon_dev
by Chanwoo Choi
· 9 years ago
135d9f7
extcon: max77843: Clear IRQ bits state before request IRQ
by Jaewon Kim
· 9 years ago
f7a8981
extcon: Fix extcon_cable_get_state() from getting old state after notification
by Roger Quadros
· 9 years ago
be052cc
extcon: Fix hang and extcon_get/set_cable_state().
by Roger Quadros
· 9 years ago
e350f80
extcon: palmas: Fix NULL pointer error
by Chanwoo Choi
· 9 years ago
309a3e0
mfd/extcon: max77843: Rename defines to allow inclusion with max77693
by Krzysztof Kozlowski
· 9 years ago
cceb433
mfd/extcon: max77693: Rename defines to allow inclusion with max77843
by Krzysztof Kozlowski
· 9 years ago
bc1aadc
drivers: max77843: Switch to common max77693 state container
by Krzysztof Kozlowski
· 9 years ago
61b305c
drivers: max77693: Move state container to common header
by Krzysztof Kozlowski
· 9 years ago
0afab67
mfd/extcon: max77693: Remove unused extern declarations and max77693_dev members
by Krzysztof Kozlowski
· 9 years ago
73b6ecd
extcon: Redefine the unique id of supported external connectors without 'enum extcon' type
by Chanwoo Choi
· 9 years ago
f8df880
extcon: Remove optional print_name() function pointer of extcon_dev
by Chanwoo Choi
· 9 years ago
046050f
extcon: Update the prototype of extcon_register_notifier() with enum extcon
by Chanwoo Choi
· 9 years ago
8e9bc36
extcon: Use capital letter for the name of external connectors
by Chanwoo Choi
· 9 years ago
2a9de9c
extcon: Use the unique id for external connector instead of string
by Chanwoo Choi
· 10 years ago
35eed7a
extcon: usb-gpio: use flags argument of devm_gpiod_get to set direction
by Uwe Kleine-König
· 9 years ago
d71aadd
extcon: Remove the optional name of extcon device
by Chanwoo Choi
· 10 years ago
638f958
extcon: Allow compile test of GPIO consumers if !GPIOLIB
by Geert Uytterhoeven
· 10 years ago
c571bbb
extcon: adc-jack: Remove the unneeded num_cables field
by Chanwoo Choi
· 10 years ago
942e023
extcon: Alter MHL-TA cable name to TA cable name
by Chanwoo Choi
· 10 years ago
d519c42
extcon: Unify the dock device names on max8997/77693
by Chanwoo Choi
· 10 years ago
41b3c01
extcon: Unify the jig cable names on rt8973 and max14577/77693/77843
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
b9ec23c
extcon: Fix the checkpatch warning and minor coding style issue
by Chanwoo Choi
· 10 years ago
707d755
extcon: Add extcon_get_edev_name() API to get the extcon device name
by Chanwoo Choi
· 10 years ago
71c3ffa
extcon: Modify the device name as extcon[X] for sysfs
by Chanwoo Choi
· 10 years ago
f031237
extcon: axp288: Add axp288 extcon driver support
by Ramakrishna Pallala
· 10 years ago
d0fd5fb
extcon: arizona: Rename hpdet_ip to make its purpose clearer
by Richard Fitzgerald
· 10 years ago
ed2c060
extcon: Add manufactor name of each extcon device
by Chanwoo Choi
· 10 years ago
bc1aaba
extcon: usb-gpio: register extcon device before IRQ registration
by Robert Baldyga
· 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
66bee35
extcon: Fix missing locking when [un]registering notifiers
by Hans de Goede
· 10 years ago
b9b518f
extcon: max77843: Fix an error code in max77843_init_muic_regmap()
by Dan Carpenter
· 10 years ago
d927c59
extcon: max77843: Fix signedness bug in max77843_muic_set_debounce_time()
by Dan Carpenter
· 10 years ago
34825e5
extcon: Fix the checkpatch warning
by Chanwoo Choi
· 10 years ago
f68a834
extcon: Rename extcon core driver
by Chanwoo Choi
· 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
27a28d3
extcon: max77843: Add max77843 MUIC driver
by Jaewon Kim
· 10 years ago
e52817f
extcon: usb-gpio: Introduce gpio usb extcon driver
by Roger Quadros
· 10 years ago
4c883ab
extcon: max77693: Use HOST term to express USB-HOST cable instead of OTG term
by Jaewon Kim
· 10 years ago
Next »