aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/extcon.h
AgeCommit message (Expand)Author
2 daysmaster: sync with upstream 6.6Bruce Ashfield
2022-07-15extcon: Add EXTCON_DISP_CVBS and EXTCON_DISP_EDPMichael Wu
2022-05-13extcon: Fix extcon_get_extcon_dev() error handlingDan Carpenter
2021-03-15extcon: Add stubs for extcon_register_notifier_all() functionsKrzysztof Kozlowski
2020-03-25extcon: Mark extcon_get_edev_name() function as exported symbolMayank Rana
2020-01-13extcon: Remove unneeded extern keyword from extcon.hChanwoo Choi
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner
2018-03-08extcon: add possibility to get extcon device by OF nodeAndrzej Hajda
2017-10-23extcon: Split out extcon header file for consumer and provider deviceChanwoo Choi
2017-08-16extcon: Use tab instead of space for indentationChanwoo Choi
2017-08-16extcon: Correct description to improve the readabilityChanwoo Choi
2017-08-16extcon: Remove deprecated extcon_set/get_cable_state_()Chanwoo Choi
2017-04-04extcon: Add new extcon_register_notifier_all() to monitor all external connec...Chanwoo Choi
2017-01-09extcon: Add new EXTCON_CHG_USB_PD type for USB Power DeliveryChanwoo Choi
2017-01-09extcon: Add documentation for EXTCON_CHG_USB_SLOW/FASTBaolin Wang
2017-01-09extcon: Move defintion of struct extcon_dev to driver/extcon directoryChanwoo Choi
2017-01-09extcon: Add documentation for EXTCON_CHG_USB_* and EXTCON_USB_*Baolin Wang
2016-09-16include: extcon: Fix compilation error caused because of incomplete mergeKishon Vijay Abraham I
2016-09-15Merge branch 'next' into resolutionKishon Vijay Abraham I
2016-09-13extcon: Introduce EXTCON_PROP_DISP_HPD propertyChris Zhong
2016-09-10extcon: Introduce EXTCON_PROP_USB_SS property for SuperSpeed modeGuenter Roeck
2016-09-10extcon: Add new EXTCON_CHG_WPT for Wireless Power Transfer deviceChanwoo Choi
2016-09-10extcon: Add new EXTCON_DISP_HMD for Head-mounted Display deviceChanwoo Choi
2016-09-10extcon: Add EXTCON_DISP_DP and the property for USB Type-CChris Zhong
2016-09-10extcon: Add the synchronization extcon APIs to support the notificationChanwoo Choi
2016-09-10extcon: Rename the extcon_set/get_state() to maintain the function naming pat...Chanwoo Choi
2016-09-10extcon: Add the support for the capability of each propertyChanwoo Choi
2016-09-10extcon: Add the support for extcon property according to extcon typeChanwoo Choi
2016-09-10extcon: Add the extcon_type to gather each connector into five categoryChanwoo Choi
2016-09-10extcon: Block the bit masking operation for cable state except for extcon coreChanwoo Choi
2016-08-18extcon: Introduce EXTCON_PROP_USB_SS property for SuperSpeed modeGuenter Roeck
2016-08-08extcon: Add new EXTCON_CHG_WPT for Wireless Power Transfer deviceChanwoo Choi
2016-08-08extcon: Add new EXTCON_DISP_HMD for Head-mounted Display deviceChanwoo Choi
2016-08-08extcon: Add EXTCON_DISP_DP and the property for USB Type-CChris Zhong
2016-08-08extcon: Add the synchronization extcon APIs to support the notificationChanwoo Choi
2016-08-08extcon: Rename the extcon_set/get_state() to maintain the function naming pat...Chanwoo Choi
2016-08-08extcon: Add the support for the capability of each propertyChanwoo Choi
2016-08-08extcon: Add the support for extcon property according to extcon typeChanwoo Choi
2016-08-08extcon: Add the extcon_type to gather each connector into five categoryChanwoo Choi
2016-08-08extcon: Block the bit masking operation for cable state except for extcon coreChanwoo Choi
2016-06-29extcon: Fix the wrong description about extcon_set/get_cable_state_()Chanwoo Choi
2016-06-27extcon: Add resource-managed functions to register extcon notifierChanwoo Choi
2016-06-27extcon: Move struct extcon_cable from header file to coreChanwoo Choi
2016-06-10extcon: Remove the deprecated extcon functionsChanwoo Choi
2015-10-16extcon: Modify the id and name of external connectorChanwoo Choi
2015-08-10extcon: Remove optional print_state() function pointer of struct extcon_devChanwoo Choi
2015-08-10extcon: Remove duplicate header file in extcon.hChanwoo Choi
2015-06-12extcon: Redefine the unique id of supported external connectors without 'enum...Chanwoo Choi
2015-05-29extcon: Remove optional print_name() function pointer of extcon_devChanwoo Choi
2015-05-22extcon: Update the prototype of extcon_register_notifier() with enum extconChanwoo Choi