summaryrefslogtreecommitdiffstats
path: root/drivers/extcon/extcon.c
Commit message (Expand)AuthorAgeFilesLines
* extcon: fix possible name leak in extcon_dev_register()Yaxiong Tian2023-12-041-2/+1
* extcon: Drop unneeded assignmentsAndy Shevchenko2023-05-291-3/+3
* extcon: Use sizeof(*pointer) instead of sizeof(type)Andy Shevchenko2023-05-291-8/+5
* extcon: Use unique number for the extcon device IDAndy Shevchenko2023-05-291-3/+13
* extcon: Remove dup device name in the message and unneeded error checkAndy Shevchenko2023-05-291-3/+2
* extcon: Use dev_of_node(dev) instead of dev->of_nodeAndy Shevchenko2023-05-291-8/+4
* extcon: Use device_match_of_node() helperAndy Shevchenko2023-05-291-1/+1
* extcon: Use sysfs_emit() to instead of sprintf()Andy Shevchenko2023-05-291-9/+9
* extcon: Use DECLARE_BITMAP() to declare bit arraysAndy Shevchenko2023-05-291-4/+4
* extcon: Fix kernel doc of property capability fields to avoid warningsAndy Shevchenko2023-05-291-0/+4
* extcon: Fix kernel doc of property fields to avoid warningsAndy Shevchenko2023-05-291-0/+4
* extcon: Add extcon_alloc_groups to simplify extcon register functionBumwoo Lee2023-05-291-22/+39
* extcon: Add extcon_alloc_muex to simplify extcon register functionBumwoo Lee2023-05-291-48/+61
* extcon: Add extcon_alloc_cables to simplify extcon register functionBumwoo Lee2023-05-291-46/+65
* extcon: Remove redundant null checking for classBumwoo Lee2023-05-291-11/+10
* driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-1/+1
* extcon: Add EXTCON_DISP_CVBS and EXTCON_DISP_EDPMichael Wu2022-07-151-0/+10
* extcon: Drop unexpected word "the" in the commentsJiang Jian2022-07-151-1/+1
* extcon: Modify extcon device to be created after driver data is setbumwoo lee2022-05-131-12/+17
* extcon: Fix some kernel-doc commentsYang Li2022-05-131-0/+4
* extcon: Fix extcon_get_extcon_dev() error handlingDan Carpenter2022-05-131-1/+3
* extcon: Deduplicate code in extcon_set_state_sync()Alexander Stein2021-12-241-13/+1
* extcon: Fix error handling in extcon_dev_registerDinghao Liu2021-03-151-0/+1
* extcon: remove redundant assignment to variable idxColin Ian King2020-05-291-1/+1
* 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