summaryrefslogtreecommitdiff
path: root/include/linux/extcon.h
AgeCommit message (Expand)Author
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
2015-05-22extcon: Use the unique id for external connector instead of stringChanwoo Choi
2015-05-19extcon: Fix the checkpatch warning and minor coding style issueChanwoo Choi
2015-05-19extcon: Add extcon_get_edev_name() API to get the extcon device nameChanwoo Choi
2014-04-29extcon: Add devm_extcon_dev_allocate/free to manage the resource of extcon de...Chanwoo Choi
2014-04-29extcon: Add extcon_dev_allocate/free() to control the memory of extcon deviceChanwoo Choi
2014-04-24extcon: Add resource-managed extcon register functionSangjung Woo
2014-03-19extcon: Move OF helper function to extcon core and change function nameChanwoo Choi
2013-09-27extcon: Simplify extcon_dev_register() prototype by removing unnecessary para...Chanwoo Choi
2013-09-27extcon: Change field type of 'dev' in extcon_dev structureChanwoo Choi
2013-09-27extcon: Fix indentation coding style to improve readabilityChanwoo Choi
2012-11-22extcon: kernel_doc style fixMyungJoo Ham
2012-11-20extcon: Add missing header file to extcon.hChanwoo Choi
2012-10-22extcon: standard cable names definition and declaration changedanish kumar
2012-09-05extcon: fixing typosPeter Meerwald
2012-05-04extcon: Add EXTCON_MECHANICAL cable type for physical presenceMark Brown
2012-04-20Extcon: support mutually exclusive relation between cables.MyungJoo Ham
2012-04-20Extcon: support multiple states at a device.MyungJoo Ham