aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/extcon/extcon.c
Commit message (Expand)AuthorAge
* extcon: return error code on failurePan Bian2017-01-19
* extcon: Add new EXTCON_CHG_WPT for Wireless Power Transfer deviceChanwoo Choi2016-08-07
* extcon: Add new EXTCON_DISP_HMD for Head-mounted Display deviceChanwoo Choi2016-08-07
* extcon: Add EXTCON_DISP_DP and the property for USB Type-CChris Zhong2016-08-07
* extcon: Add the synchronization extcon APIs to support the notificationChanwoo Choi2016-08-07
* extcon: Rename the extcon_set/get_state() to maintain the function naming pat...Chanwoo Choi2016-08-07
* extcon: Add the support for the capability of each propertyChanwoo Choi2016-08-07
* extcon: Add the support for extcon property according to extcon typeChanwoo Choi2016-08-07
* extcon: Add the extcon_type to gather each connector into five categoryChanwoo Choi2016-08-07
* extcon: Fix compile time warningManinder Singh2016-08-07
* extcon: Block the bit masking operation for cable state except for extcon coreChanwoo Choi2016-08-07
* extcon: Remove the state_store() to prevent the wrong accessChanwoo Choi2016-08-07
* extcon: Move extcon_get_edev_by_phandle() errors to dbg levelStephen Boyd2016-08-07
* 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-09
* extcon: Modify the id and name of external connectorChanwoo Choi2015-10-15
* extcon: Fix attached value returned by is_extcon_changedHans de Goede2015-09-21
* extcon: Fix signedness bugs about break error handlingDan Carpenter2015-08-09
* extcon: Add exception handling to prevent the NULL pointer accessChanwoo Choi2015-08-09
* extcon: Remove optional print_state() function pointer of struct extcon_devChanwoo Choi2015-08-09
* 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-30
* 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-22
* extcon: Fix the checkpatch warningChanwoo Choi2015-03-07
* extcon: Rename extcon core driverChanwoo Choi2015-03-07