index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
extcon
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'regulator-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/b...
Linus Torvalds
2015-08-31
2
-79
/
+81
|
\
|
*
-
.
Merge remote-tracking branches 'regulator/topic/lp872x', 'regulator/topic/ltc...
Mark Brown
2015-08-30
2
-79
/
+81
|
|
\
\
|
|
|
*
mfd/extcon: max77843: Rename defines to allow inclusion with max77693
Krzysztof Kozlowski
2015-07-16
1
-17
/
+32
|
|
|
*
mfd/extcon: max77693: Rename defines to allow inclusion with max77843
Krzysztof Kozlowski
2015-07-16
1
-34
/
+38
|
|
|
*
drivers: max77843: Switch to common max77693 state container
Krzysztof Kozlowski
2015-07-16
1
-8
/
+9
|
|
|
*
drivers: max77693: Move state container to common header
Krzysztof Kozlowski
2015-07-16
1
-1
/
+2
|
|
|
*
mfd/extcon: max77693: Remove unused extern declarations and max77693_dev members
Krzysztof Kozlowski
2015-07-16
1
-19
/
+0
|
|
|
/
*
|
|
extcon: palmas: Fix build break due to devm_gpiod_get_optional API change
Chanwoo Choi
2015-08-13
1
-1
/
+3
*
|
|
extcon: palmas: Support GPIO based USB ID detection
Roger Quadros
2015-08-10
2
-15
/
+115
*
|
|
extcon: Fix signedness bugs about break error handling
Dan Carpenter
2015-08-10
1
-4
/
+4
*
|
|
extcon: Drop owner assignment from i2c_driver
Krzysztof Kozlowski
2015-08-10
2
-2
/
+0
*
|
|
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: Add exception handling to prevent the NULL pointer access
Chanwoo Choi
2015-08-10
1
-1
/
+31
*
|
|
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: palmas: Remove the mutually_exclusive array
Chanwoo Choi
2015-08-10
1
-3
/
+0
*
|
|
extcon: Remove optional print_state() function pointer of struct extcon_dev
Chanwoo Choi
2015-08-10
2
-26
/
+0
*
|
|
extcon: max77843: Clear IRQ bits state before request IRQ
Jaewon Kim
2015-08-10
1
-0
/
+9
|
/
/
*
|
extcon: Fix extcon_cable_get_state() from getting old state after notification
Roger Quadros
2015-07-31
1
-5
/
+10
*
|
extcon: Fix hang and extcon_get/set_cable_state().
Roger Quadros
2015-07-31
1
-12
/
+34
*
|
extcon: palmas: Fix NULL pointer error
Chanwoo Choi
2015-07-29
1
-13
/
+0
|
/
*
extcon: Redefine the unique id of supported external connectors without 'enum...
Chanwoo Choi
2015-06-12
12
-28
/
+28
*
extcon: Remove optional print_name() function pointer of extcon_dev
Chanwoo Choi
2015-05-29
1
-8
/
+0
*
extcon: Update the prototype of extcon_register_notifier() with enum extcon
Chanwoo Choi
2015-05-22
1
-43
/
+48
*
extcon: Use capital letter for the name of external connectors
Chanwoo Choi
2015-05-22
1
-14
/
+23
*
extcon: Use the unique id for external connector instead of string
Chanwoo Choi
2015-05-22
11
-341
/
+265
*
extcon: usb-gpio: use flags argument of devm_gpiod_get to set direction
Uwe Kleine-König
2015-05-20
1
-1
/
+1
*
extcon: Remove the optional name of extcon device
Chanwoo Choi
2015-05-19
8
-9
/
+0
*
extcon: Allow compile test of GPIO consumers if !GPIOLIB
Geert Uytterhoeven
2015-05-19
2
-2
/
+3
*
extcon: adc-jack: Remove the unneeded num_cables field
Chanwoo Choi
2015-05-19
1
-12
/
+0
*
extcon: Alter MHL-TA cable name to TA cable name
Chanwoo Choi
2015-05-19
2
-11
/
+7
*
extcon: Unify the dock device names on max8997/77693
Chanwoo Choi
2015-05-19
2
-25
/
+16
*
extcon: Unify the jig cable names on rt8973 and max14577/77693/77843
Chanwoo Choi
2015-05-19
4
-78
/
+23
*
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: Fix the checkpatch warning and minor coding style issue
Chanwoo Choi
2015-05-19
1
-5
/
+5
*
extcon: Add extcon_get_edev_name() API to get the extcon device name
Chanwoo Choi
2015-05-19
1
-0
/
+9
*
extcon: Modify the device name as extcon[X] for sysfs
Chanwoo Choi
2015-05-19
1
-3
/
+5
*
extcon: axp288: Add axp288 extcon driver support
Ramakrishna Pallala
2015-05-19
3
-0
/
+393
*
extcon: arizona: Rename hpdet_ip to make its purpose clearer
Richard Fitzgerald
2015-05-19
1
-5
/
+5
*
extcon: Add manufactor name of each extcon device
Chanwoo Choi
2015-05-19
1
-7
/
+7
*
extcon: usb-gpio: register extcon device before IRQ registration
Robert Baldyga
2015-04-27
1
-12
/
+12
*
Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2015-04-21
11
-56
/
+1227
|
\
|
*
extcon: Fix missing locking when [un]registering notifiers
Hans de Goede
2015-03-23
1
-4
/
+31
|
*
extcon: max77843: Fix an error code in max77843_init_muic_regmap()
Dan Carpenter
2015-03-23
1
-1
/
+1
|
*
extcon: max77843: Fix signedness bug in max77843_muic_set_debounce_time()
Dan Carpenter
2015-03-16
1
-1
/
+1
[next]