summaryrefslogtreecommitdiff
path: root/drivers/extcon
AgeCommit message (Expand)Author
2017-12-01Merge branch 'linux-linaro-lsk-v4.4-android' of git://git.linaro.org/kernel/l...Tao Huang
2017-11-21extcon: palmas: Check the parent instance to prevent the NULLRoger Quadros
2017-11-02Merge branch 'linux-linaro-lsk-v4.4-android' of git://git.linaro.org/kernel/l...Tao Huang
2017-10-08extcon: axp288: Use vbus-valid instead of -present to determine cable presenceHans de Goede
2016-10-07extcon: Add EXTCON_USB_VBUS_EN for USB Type-CBin Yang
2016-08-05FROMLIST: extcon: Add EXTCON_DISP_DP and the property for USB Type-CChris Zhong
2016-08-05FROMLIST: extcon: Add the synchronization extcon APIs to support the notifica...Chanwoo Choi
2016-08-05FROMLIST: extcon: Rename the extcon_set/get_state() to maintain the function ...Chanwoo Choi
2016-08-05FROMLIST: extcon: Add the support for the capability of each propertyChanwoo Choi
2016-08-05FROMLIST: extcon: Add the support for extcon property according to extcon typeChanwoo Choi
2016-08-05FROMLIST: extcon: Add the extcon_type to gather each connector into five cate...Chanwoo Choi
2016-08-03UPSTREAM: extcon: Block the bit masking operation for cable state except for ...Chanwoo Choi
2016-08-03UPSTREAM: extcon: adc-jack: Remove the usage of extcon_set_state()Chanwoo Choi
2016-08-03UPSTREAM: extcon: gpio: Remove the usage of extcon_set_state()Chanwoo Choi
2016-08-03UPSTREAM: extcon: arizona: Remove the usage of extcon_update_state()Chanwoo Choi
2016-08-03UPSTREAM: extcon: arizona: Remove unneeded semi-colonCharles Keepax
2016-08-03UPSTREAM: extcon: Remove the state_store() to prevent the wrong accessChanwoo Choi
2016-08-03UPSTREAM: extcon: Move extcon_get_edev_by_phandle() errors to dbg levelStephen Boyd
2016-08-03UPSTREAM: extcon: add missing of_node_put after calling of_parse_phandlePeter Chen
2016-08-03UPSTREAM: extcon: link devres into core moduleArnd Bergmann
2016-08-03UPSTREAM: extcon: Add resource-managed functions to register extcon notifierChanwoo Choi
2016-08-03UPSTREAM: extcon: Split out the resource-managed functions from extcon coreChanwoo Choi
2016-08-03UPSTREAM: extcon: Move struct extcon_cable from header file to coreChanwoo Choi
2016-08-03UPSTREAM: extcon: Check for incorrect connection type in notifier registerStephen Boyd
2016-08-03UPSTREAM: extcon: Remove the deprecated extcon functionsChanwoo Choi
2016-07-06extcon: fix duplicate create switch classWu Liang feng
2016-05-04extcon: max77843: Use correct size for reading the interrupt registerDan Carpenter
2015-10-16extcon: Modify the id and name of external connectorChanwoo Choi
2015-09-30extcon: gpio: Use descriptor-based GPIO interface instead of legacy gpio_* APIChanwoo Choi
2015-09-30extcon: gpio: Fix minor coding style and remove the unused fields.Chanwoo Choi
2015-09-30extcon: gpio: Add the missing supported_cable parameter to devm_extcon_dev_al...Chanwoo Choi
2015-09-30extcon: gpio: Remove duplicate data from struct gpio_extcon_dataChanwoo Choi
2015-09-30extcon: gpio: Use resource managed function for request_irqChanwoo Choi
2015-09-30extcon: arizona: Reorder the default statement to remove unnecessary warningChanwoo Choi
2015-09-29extcon: arizona: Add support for WM8998 and WM1814Richard Fitzgerald
2015-09-29Merge branch 'ib-extcon-mfd-4.4' into extcon-nextChanwoo Choi
2015-09-29extcon: sm5502: fix handling regmap_irq_get_virq resultAndrzej Hajda
2015-09-29extcon: rt8973a: fix handling regmap_irq_get_virq resultAndrzej Hajda
2015-09-29extcon: axp288: Convert to using managed resourcesVaishali Thakkar
2015-09-29extcon: Export OF module alias information in missing driversJavier Martinez Canillas
2015-09-22extcon: arizona: Don't disable debounce for inverted jacksCharles Keepax
2015-09-22extcon: arizona: Use the micd_clamp for interrupts if it is availableCharles Keepax
2015-09-22extcon: arizona: Ignore jd_invert for MICD_CLAMP_STSNariman Poushin
2015-09-22extcon: arizona: Additional settings to improve accuracy of HP detectCharles Keepax
2015-09-22extcon: arizona: Add support for general purpose switchCharles Keepax
2015-09-22extcon: arizona: Add support for new ADC value mic detectCharles Keepax
2015-09-21extcon: Fix attached value returned by is_extcon_changedHans de Goede
2015-08-31Merge tag 'regulator-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds
2015-08-30Merge remote-tracking branches 'regulator/topic/lp872x', 'regulator/topic/ltc...Mark Brown
2015-08-13extcon: palmas: Fix build break due to devm_gpiod_get_optional API changeChanwoo Choi