summaryrefslogtreecommitdiffstats
path: root/drivers/extcon/extcon.c
Commit message (Expand)AuthorAgeFilesLines
* extcon: Mark extcon_get_edev_name() function as exported symbolMayank Rana2020-03-251-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2019-06-051-9/+1
* extcon: Switch to use kasprintf() instead of open codedAndy Shevchenko2018-08-281-10/+3
* extcon: Make static analyzer happy about union assignmentAndy Shevchenko2018-08-281-1/+1
* extcon: Release locking when sending the notification of connector stateChanwoo Choi2018-07-121-1/+2
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-10/+14
* extcon: add possibility to get extcon device by OF nodeAndrzej Hajda2018-03-081-10/+34
* extcon: make extcon_info static const, fixes warningColin Ian King2017-10-231-1/+1
* extcon: Correct description to improve the readabilityChanwoo Choi2017-08-161-140/+134
* extcon: Remove unused CABLE_NAME_MAX definitionChanwoo Choi2017-08-161-1/+0
* extcon: Convert to using %pOF instead of full_nameRob Herring2017-07-191-2/+2
* extcon: Fix a typo in three comment linesMarkus Elfring2017-05-231-3/+3
* extcon: Use devm_kcalloc() in extcon_dev_register()Markus Elfring2017-05-231-3/+2
* extcon: Use BIT() macro for the left-shift operationChanwoo Choi2017-04-061-1/+1
* extcon: Remove porting compatibility of swich classChanwoo Choi2017-04-061-20/+0
* extcon: Add new extcon_register_notifier_all() to monitor all external connec...Chanwoo Choi2017-04-041-0/+66
* extcon: Modify the name of EXTCON_USB_HOST connectorChanwoo Choi2017-01-091-1/+1
* extcon: Add new EXTCON_CHG_USB_PD type for USB Power DeliveryChanwoo Choi2017-01-091-0/+5
* extcon: Move defintion of struct extcon_dev to driver/extcon directoryChanwoo Choi2017-01-091-1/+2
* extcon: Remove potential problem when calling extcon_register_notifier()Chanwoo Choi2017-01-091-26/+7
* extcon: Return error code on failurePan Bian2017-01-091-1/+1
* extcon: Add new EXTCON_CHG_WPT for Wireless Power Transfer deviceChanwoo Choi2016-08-081-0/+5
* extcon: Add new EXTCON_DISP_HMD for Head-mounted Display deviceChanwoo Choi2016-08-081-0/+5
* extcon: Add EXTCON_DISP_DP and the property for USB Type-CChris Zhong2016-08-081-0/+5
* extcon: Add the synchronization extcon APIs to support the notificationChanwoo Choi2016-08-081-75/+135
* extcon: Rename the extcon_set/get_state() to maintain the function naming pat...Chanwoo Choi2016-08-081-15/+13
* extcon: Add the support for the capability of each propertyChanwoo Choi2016-08-081-0/+140
* extcon: Add the support for extcon property according to extcon typeChanwoo Choi2016-08-081-1/+200
* extcon: Add the extcon_type to gather each connector into five categoryChanwoo Choi2016-08-081-29/+130
* extcon: Fix compile time warningManinder Singh2016-08-081-1/+1
* extcon: Block the bit masking operation for cable state except for extcon coreChanwoo Choi2016-08-081-19/+1
* extcon: Remove the state_store() to prevent the wrong accessChanwoo Choi2016-08-081-20/+1
* extcon: Move extcon_get_edev_by_phandle() errors to dbg levelStephen Boyd2016-08-081-2/+2
* extcon: add missing of_node_put after calling of_parse_phandlePeter Chen2016-07-021-0/+2
* extcon: Split out the resource-managed functions from extcon coreChanwoo Choi2016-06-271-117/+0
* extcon: Move struct extcon_cable from header file to coreChanwoo Choi2016-06-271-0/+20
* extcon: Check for incorrect connection type in notifier registerStephen Boyd2016-06-231-0/+4
* extcon: Remove the deprecated extcon functionsChanwoo Choi2016-06-101-177/+24
* extcon: Modify the id and name of external connectorChanwoo Choi2015-10-161-29/+32
* extcon: Fix attached value returned by is_extcon_changedHans de Goede2015-09-211-1/+1
* extcon: Fix signedness bugs about break error handlingDan Carpenter2015-08-101-4/+4
* extcon: Add exception handling to prevent the NULL pointer accessChanwoo Choi2015-08-101-1/+31
* extcon: Remove optional print_state() function pointer of struct extcon_devChanwoo Choi2015-08-101-8/+0
* extcon: Fix extcon_cable_get_state() from getting old state after notificationRoger Quadros2015-07-311-5/+10
* extcon: Fix hang and extcon_get/set_cable_state().Roger Quadros2015-07-311-12/+34
* extcon: Redefine the unique id of supported external connectors without 'enum...Chanwoo Choi2015-06-121-12/+12
* extcon: Remove optional print_name() function pointer of extcon_devChanwoo Choi2015-05-291-8/+0
* extcon: Update the prototype of extcon_register_notifier() with enum extconChanwoo Choi2015-05-221-43/+48
* extcon: Use capital letter for the name of external connectorsChanwoo Choi2015-05-221-14/+23
* extcon: Use the unique id for external connector instead of stringChanwoo Choi2015-05-221-72/+91