| Commit message (Expand) | Author | Age | Files | Lines |
* | extcon: adc-jack: add suspend/resume support | Venkat Reddy Talla | 2016-07-02 | 1 | -0/+34 |
* | extcon: add missing of_node_put after calling of_parse_phandle | Peter Chen | 2016-07-02 | 1 | -0/+2 |
* | extcon: link devres into core module | Arnd Bergmann | 2016-06-30 | 1 | -1/+2 |
* | extcon: Add resource-managed functions to register extcon notifier | Chanwoo Choi | 2016-06-27 | 1 | -0/+73 |
* | extcon: Split out the resource-managed functions from extcon core | Chanwoo Choi | 2016-06-27 | 3 | -118/+144 |
* | extcon: Move struct extcon_cable from header file to core | Chanwoo Choi | 2016-06-27 | 1 | -0/+20 |
* | extcon: Check for incorrect connection type in notifier register | Stephen Boyd | 2016-06-23 | 1 | -0/+4 |
* | Merge branch 'ib-extcon-powersupply-4.8' into extcon-next | Chanwoo Choi | 2016-06-21 | 1 | -177/+24 |
|\ |
|
| * | extcon: Remove the deprecated extcon functions | Chanwoo Choi | 2016-06-10 | 1 | -177/+24 |
* | | extcon: usb-gpio: add support for ACPI gpio interface | Lu Baolu | 2016-06-21 | 1 | -1/+2 |
* | | extcon: usb-gpio: add device binding for platform device | Lu Baolu | 2016-06-21 | 1 | -0/+7 |
* | | extcon: usb-gpio: Don't miss event during suspend/resume | Roger Quadros | 2016-06-21 | 1 | -0/+3 |
* | | extcon: usb-gpio: switch to use pm wakeirq apis | Grygorii Strashko | 2016-06-21 | 1 | -13/+6 |
* | | extcon: palmas: Fix boot up state of VBUS when using GPIO detection | Roger Quadros | 2016-06-15 | 1 | -0/+2 |
|/ |
|
* | extcon: palmas: Drop stray IRQF_EARLY_RESUME flag | Nishanth Menon | 2016-04-04 | 1 | -2/+1 |
* | extcon: palmas: Drop IRQF_EARLY_RESUME flag | Grygorii Strashko | 2016-02-29 | 1 | -2/+2 |
* | extcon: palmas: Add the support for VBUS detection by using GPIO | Felipe Balbi | 2016-02-05 | 1 | -0/+50 |
* | extcon: max77843: Use correct size for reading the interrupt register | Dan Carpenter | 2016-02-05 | 1 | -1/+1 |
* | extcon: arizona: Use DAPM mutex helper functions | Charles Keepax | 2016-01-25 | 1 | -2/+2 |
* | extcon: Add the EXTCON_CHG_USB_SDP to support SDP charing port | Chanwoo Choi | 2016-01-25 | 6 | -1/+28 |
* | extcon: gpio: Fix typo in comment | Moritz Fischer | 2016-01-25 | 1 | -1/+1 |
* | extcon: Use to_i2c_client for both rt8973a and sm5502 | Geliang Tang | 2016-01-25 | 2 | -4/+4 |
* | extcon: add Maxim MAX3355 driver | Sergei Shtylyov | 2015-12-21 | 3 | -0/+156 |
* | extcon: max77843: fix handling return value of regmap_irq_get_virq | Andrzej Hajda | 2015-12-15 | 1 | -1/+1 |
* | extcon: max77693: fix handling return value of regmap_irq_get_virq | Andrzej Hajda | 2015-12-15 | 1 | -2/+2 |
* | extcon: max14577: fix handling return value of regmap_irq_get_virq | Andrzej Hajda | 2015-12-15 | 1 | -1/+1 |
* | extcon: arizona: Add device bindings for the micd configurations | Charles Keepax | 2015-12-15 | 1 | -2/+54 |
* | extcon: rt8973: Add IRQF_ONESHOT to interrupt flags | Saurabh Sengar | 2015-11-27 | 1 | -1/+1 |
* | extcon: arizona: Update naming for micd-timeout DT to include units | Charles Keepax | 2015-11-24 | 1 | -1/+1 |
* | extcon: arizona: Update naming for second jack detection DT binding | Charles Keepax | 2015-11-24 | 1 | -2/+2 |
* | extcon: arizona: Add device binding for second jack detect pin on GPIO5 | Charles Keepax | 2015-11-20 | 1 | -0/+5 |
* | extcon: arizona: Add device binding for jack detect polarity inversion | Charles Keepax | 2015-11-20 | 1 | -0/+3 |
* | extcon: arizona: Add device binding for the general purpose switch | Charles Keepax | 2015-11-20 | 1 | -0/+2 |
* | extcon: arizona: Add device binding to enable ADC mode micdet | Charles Keepax | 2015-11-20 | 1 | -0/+3 |
* | 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 |