aboutsummaryrefslogtreecommitdiff
path: root/drivers/extcon/extcon.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 'kernel.lnx.4.4.r39-rel' into 10.0Pranav Vashi2021-04-191-0/+1
|\
| * Merge branch 'android-4.4-p' into kernel.lnx.4.4.r39-relPranav Vashi2021-04-181-0/+1
| |\
| | * extcon: Fix error handling in extcon_dev_registerDinghao Liu2021-04-071-0/+1
* | | Synchronize codes for Oneplus 5T OBT A5010_41_200423 and OnePlus 5 OBT A5000_...Harshit Agarwal2021-02-111-5/+18
|/ /
* | extcon: Add support for USB connector speedHemant Kumar2016-05-241-0/+3
* | extcon: Add support for type-c connector orientationHemant Kumar2016-05-181-0/+3
* | extcon: Don't register switch class if CONFIG_SWITCH is enabledJack Pham2016-03-231-5/+5
|/
* 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
* extcon: Fix the checkpatch warning and minor coding style issueChanwoo Choi2015-05-191-5/+5
* extcon: Add extcon_get_edev_name() API to get the extcon device nameChanwoo Choi2015-05-191-0/+9
* extcon: Modify the device name as extcon[X] for sysfsChanwoo Choi2015-05-191-3/+5
* extcon: Fix missing locking when [un]registering notifiersHans de Goede2015-03-231-4/+31
* extcon: Fix the checkpatch warningChanwoo Choi2015-03-071-0/+1
* extcon: Rename extcon core driverChanwoo Choi2015-03-071-0/+1038