Age | Commit message (Expand) | Author |
2016-08-08 | extcon: Add the synchronization extcon APIs to support the notification | Chanwoo Choi |
2016-08-08 | extcon: Rename the extcon_set/get_state() to maintain the function naming pat... | Chanwoo Choi |
2016-08-08 | extcon: Add the support for the capability of each property | Chanwoo Choi |
2016-08-08 | extcon: Add the support for extcon property according to extcon type | Chanwoo Choi |
2016-08-08 | extcon: Add the extcon_type to gather each connector into five category | Chanwoo Choi |
2016-08-08 | extcon: Fix compile time warning | Maninder Singh |
2016-08-08 | extcon: Block the bit masking operation for cable state except for extcon core | Chanwoo Choi |
2016-08-08 | extcon: Remove the state_store() to prevent the wrong access | Chanwoo Choi |
2016-08-08 | extcon: gpio: Remove the usage of extcon_set_state() | Chanwoo Choi |
2016-08-08 | extcon: adc-jack: Remove the usage of extcon_set_state() | Chanwoo Choi |
2016-08-08 | extcon: arizona: Remove the usage of extcon_update_state() | Chanwoo Choi |
2016-08-08 | extcon: arizona: Remove unneeded semi-colon | Charles Keepax |
2016-08-08 | extcon: Move extcon_get_edev_by_phandle() errors to dbg level | Stephen Boyd |
2016-08-08 | extcon: adc-jack: update cable state during boot | Venkat Reddy Talla |
2016-07-02 | extcon: adc-jack: add suspend/resume support | Venkat Reddy Talla |
2016-07-02 | extcon: add missing of_node_put after calling of_parse_phandle | Peter Chen |
2016-06-30 | extcon: link devres into core module | Arnd Bergmann |
2016-06-27 | extcon: Add resource-managed functions to register extcon notifier | Chanwoo Choi |
2016-06-27 | extcon: Split out the resource-managed functions from extcon core | Chanwoo Choi |
2016-06-27 | extcon: Move struct extcon_cable from header file to core | Chanwoo Choi |
2016-06-23 | extcon: Check for incorrect connection type in notifier register | Stephen Boyd |
2016-06-21 | Merge branch 'ib-extcon-powersupply-4.8' into extcon-next | Chanwoo Choi |
2016-06-21 | extcon: usb-gpio: add support for ACPI gpio interface | Lu Baolu |
2016-06-21 | extcon: usb-gpio: add device binding for platform device | Lu Baolu |
2016-06-21 | extcon: usb-gpio: Don't miss event during suspend/resume | Roger Quadros |
2016-06-21 | extcon: usb-gpio: switch to use pm wakeirq apis | Grygorii Strashko |
2016-06-15 | extcon: palmas: Fix boot up state of VBUS when using GPIO detection | Roger Quadros |
2016-06-10 | extcon: Remove the deprecated extcon functions | Chanwoo Choi |
2016-04-04 | extcon: palmas: Drop stray IRQF_EARLY_RESUME flag | Nishanth Menon |
2016-02-29 | extcon: palmas: Drop IRQF_EARLY_RESUME flag | Grygorii Strashko |
2016-02-05 | extcon: palmas: Add the support for VBUS detection by using GPIO | Felipe Balbi |
2016-02-05 | extcon: max77843: Use correct size for reading the interrupt register | Dan Carpenter |
2016-01-25 | extcon: arizona: Use DAPM mutex helper functions | Charles Keepax |
2016-01-25 | extcon: Add the EXTCON_CHG_USB_SDP to support SDP charing port | Chanwoo Choi |
2016-01-25 | extcon: gpio: Fix typo in comment | Moritz Fischer |
2016-01-25 | extcon: Use to_i2c_client for both rt8973a and sm5502 | Geliang Tang |
2015-12-21 | extcon: add Maxim MAX3355 driver | Sergei Shtylyov |
2015-12-15 | extcon: max77843: fix handling return value of regmap_irq_get_virq | Andrzej Hajda |
2015-12-15 | extcon: max77693: fix handling return value of regmap_irq_get_virq | Andrzej Hajda |
2015-12-15 | extcon: max14577: fix handling return value of regmap_irq_get_virq | Andrzej Hajda |
2015-12-15 | extcon: arizona: Add device bindings for the micd configurations | Charles Keepax |
2015-11-27 | extcon: rt8973: Add IRQF_ONESHOT to interrupt flags | Saurabh Sengar |
2015-11-24 | extcon: arizona: Update naming for micd-timeout DT to include units | Charles Keepax |
2015-11-24 | extcon: arizona: Update naming for second jack detection DT binding | Charles Keepax |
2015-11-20 | extcon: arizona: Add device binding for second jack detect pin on GPIO5 | Charles Keepax |
2015-11-20 | extcon: arizona: Add device binding for jack detect polarity inversion | Charles Keepax |
2015-11-20 | extcon: arizona: Add device binding for the general purpose switch | Charles Keepax |
2015-11-20 | extcon: arizona: Add device binding to enable ADC mode micdet | Charles Keepax |
2015-10-16 | extcon: Modify the id and name of external connector | Chanwoo Choi |
2015-09-30 | extcon: gpio: Use descriptor-based GPIO interface instead of legacy gpio_* API | Chanwoo Choi |