summaryrefslogtreecommitdiff
path: root/drivers/extcon/extcon.c
Commit message (Expand)AuthorAge
* extcon: add possibility to get extcon device by OF nodeAndrzej Hajda2018-03-08
* extcon: make extcon_info static const, fixes warningColin Ian King2017-10-23
* extcon: Correct description to improve the readabilityChanwoo Choi2017-08-16
* extcon: Remove unused CABLE_NAME_MAX definitionChanwoo Choi2017-08-16
* extcon: Convert to using %pOF instead of full_nameRob Herring2017-07-19
* extcon: Fix a typo in three comment linesMarkus Elfring2017-05-23
* extcon: Use devm_kcalloc() in extcon_dev_register()Markus Elfring2017-05-23
* extcon: Use BIT() macro for the left-shift operationChanwoo Choi2017-04-06
* extcon: Remove porting compatibility of swich classChanwoo Choi2017-04-06
* extcon: Add new extcon_register_notifier_all() to monitor all external connec...Chanwoo Choi2017-04-04
* extcon: Modify the name of EXTCON_USB_HOST connectorChanwoo Choi2017-01-09
* extcon: Add new EXTCON_CHG_USB_PD type for USB Power DeliveryChanwoo Choi2017-01-09
* extcon: Move defintion of struct extcon_dev to driver/extcon directoryChanwoo Choi2017-01-09
* extcon: Remove potential problem when calling extcon_register_notifier()Chanwoo Choi2017-01-09
* extcon: Return error code on failurePan Bian2017-01-09
* extcon: Add new EXTCON_CHG_WPT for Wireless Power Transfer deviceChanwoo Choi2016-08-08
* extcon: Add new EXTCON_DISP_HMD for Head-mounted Display deviceChanwoo Choi2016-08-08
* extcon: Add EXTCON_DISP_DP and the property for USB Type-CChris Zhong2016-08-08
* extcon: Add the synchronization extcon APIs to support the notificationChanwoo Choi2016-08-08
* extcon: Rename the extcon_set/get_state() to maintain the function naming pat...Chanwoo Choi2016-08-08
* extcon: Add the support for the capability of each propertyChanwoo Choi2016-08-08
* extcon: Add the support for extcon property according to extcon typeChanwoo Choi2016-08-08
* extcon: Add the extcon_type to gather each connector into five categoryChanwoo Choi2016-08-08
* extcon: Fix compile time warningManinder Singh2016-08-08
* extcon: Block the bit masking operation for cable state except for extcon coreChanwoo Choi2016-08-08
* extcon: Remove the state_store() to prevent the wrong accessChanwoo Choi2016-08-08
* extcon: Move extcon_get_edev_by_phandle() errors to dbg levelStephen Boyd2016-08-08
* extcon: add missing of_node_put after calling of_parse_phandlePeter Chen2016-07-02
* extcon: Split out the resource-managed functions from extcon coreChanwoo Choi2016-06-27
* extcon: Move struct extcon_cable from header file to coreChanwoo Choi2016-06-27
* extcon: Check for incorrect connection type in notifier registerStephen Boyd2016-06-23
* extcon: Remove the deprecated extcon functionsChanwoo Choi2016-06-10
* extcon: Modify the id and name of external connectorChanwoo Choi2015-10-16
* extcon: Fix attached value returned by is_extcon_changedHans de Goede2015-09-21
* extcon: Fix signedness bugs about break error handlingDan Carpenter2015-08-10
* extcon: Add exception handling to prevent the NULL pointer accessChanwoo Choi2015-08-10
* extcon: Remove optional print_state() function pointer of struct extcon_devChanwoo Choi2015-08-10
* extcon: Fix extcon_cable_get_state() from getting old state after notificationRoger Quadros2015-07-31
* extcon: Fix hang and extcon_get/set_cable_state().Roger Quadros2015-07-31
* extcon: Redefine the unique id of supported external connectors without 'enum...Chanwoo Choi2015-06-12
* extcon: Remove optional print_name() function pointer of extcon_devChanwoo Choi2015-05-29
* extcon: Update the prototype of extcon_register_notifier() with enum extconChanwoo Choi2015-05-22
* extcon: Use capital letter for the name of external connectorsChanwoo Choi2015-05-22
* extcon: Use the unique id for external connector instead of stringChanwoo Choi2015-05-22
* extcon: Fix the checkpatch warning and minor coding style issueChanwoo Choi2015-05-19
* extcon: Add extcon_get_edev_name() API to get the extcon device nameChanwoo Choi2015-05-19
* extcon: Modify the device name as extcon[X] for sysfsChanwoo Choi2015-05-19
* extcon: Fix missing locking when [un]registering notifiersHans de Goede2015-03-23
* extcon: Fix the checkpatch warningChanwoo Choi2015-03-07
* extcon: Rename extcon core driverChanwoo Choi2015-03-07