| Commit message (Expand) | Author | Age | Files | Lines |
* | extcon: Modify the id and name of external connector | Chanwoo Choi | 2015-10-16 | 9 | -93/+103 |
* | extcon: gpio: Use descriptor-based GPIO interface instead of legacy gpio_* API | Chanwoo Choi | 2015-09-30 | 1 | -19/+43 |
* | extcon: gpio: Fix minor coding style and remove the unused fields. | Chanwoo Choi | 2015-09-30 | 1 | -7/+4 |
* | extcon: gpio: Add the missing supported_cable parameter to devm_extcon_dev_al... | Chanwoo Choi | 2015-09-30 | 1 | -4/+2 |
* | extcon: gpio: Remove duplicate data from struct gpio_extcon_data | Chanwoo Choi | 2015-09-30 | 1 | -39/+31 |
* | extcon: gpio: Use resource managed function for request_irq | Chanwoo Choi | 2015-09-30 | 1 | -4/+3 |
* | extcon: arizona: Reorder the default statement to remove unnecessary warning | Chanwoo Choi | 2015-09-30 | 1 | -3/+6 |
* | extcon: arizona: Add support for WM8998 and WM1814 | Richard Fitzgerald | 2015-09-29 | 1 | -10/+21 |
* | Merge branch 'ib-extcon-mfd-4.4' into extcon-next | Chanwoo Choi | 2015-09-29 | 1 | -18/+88 |
|\ |
|
| * | extcon: arizona: Don't disable debounce for inverted jacks | Charles Keepax | 2015-09-22 | 1 | -3/+5 |
| * | extcon: arizona: Use the micd_clamp for interrupts if it is available | Charles Keepax | 2015-09-22 | 1 | -3/+3 |
| * | extcon: arizona: Ignore jd_invert for MICD_CLAMP_STS | Nariman Poushin | 2015-09-22 | 1 | -4/+1 |
| * | extcon: arizona: Additional settings to improve accuracy of HP detect | Charles Keepax | 2015-09-22 | 1 | -2/+17 |
| * | extcon: arizona: Add support for general purpose switch | Charles Keepax | 2015-09-22 | 1 | -0/+4 |
| * | extcon: arizona: Add support for new ADC value mic detect | Charles Keepax | 2015-09-22 | 1 | -6/+58 |
* | | extcon: sm5502: fix handling regmap_irq_get_virq result | Andrzej Hajda | 2015-09-29 | 1 | -1/+1 |
* | | extcon: rt8973a: fix handling regmap_irq_get_virq result | Andrzej Hajda | 2015-09-29 | 1 | -1/+1 |
* | | extcon: axp288: Convert to using managed resources | Vaishali Thakkar | 2015-09-29 | 1 | -18/+5 |
* | | extcon: Export OF module alias information in missing drivers | Javier Martinez Canillas | 2015-09-29 | 2 | -0/+2 |
* | | extcon: Fix attached value returned by is_extcon_changed | Hans de Goede | 2015-09-21 | 1 | -1/+1 |
|/ |
|
* | 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 |