Andy Shevchenko
|
69f75a4f8c
extcon: Switch to use kasprintf() instead of open coded
|
7 년 전 |
Andy Shevchenko
|
cff7499d7e
extcon: Make static analyzer happy about union assignment
|
7 년 전 |
Chanwoo Choi
|
8a9dbb779f
extcon: Release locking when sending the notification of connector state
|
7 년 전 |
Kees Cook
|
6396bb2215
treewide: kzalloc() -> kcalloc()
|
7 년 전 |
Andrzej Hajda
|
370ed7a9b9
extcon: add possibility to get extcon device by OF node
|
7 년 전 |
Colin Ian King
|
5183240cde
extcon: make extcon_info static const, fixes warning
|
8 년 전 |
Chanwoo Choi
|
6ab6094f37
extcon: Correct description to improve the readability
|
8 년 전 |
Chanwoo Choi
|
dd4ed69a0e
extcon: Remove unused CABLE_NAME_MAX definition
|
8 년 전 |
Rob Herring
|
5c27036d2b
extcon: Convert to using %pOF instead of full_name
|
8 년 전 |
Markus Elfring
|
826a47e978
extcon: Fix a typo in three comment lines
|
8 년 전 |
Markus Elfring
|
3f5071a8b0
extcon: Use devm_kcalloc() in extcon_dev_register()
|
8 년 전 |
Chanwoo Choi
|
70641a0a84
extcon: Use BIT() macro for the left-shift operation
|
8 년 전 |
Chanwoo Choi
|
c9d0f1d121
extcon: Remove porting compatibility of swich class
|
8 년 전 |
Chanwoo Choi
|
815429b39d
extcon: Add new extcon_register_notifier_all() to monitor all external connectors
|
8 년 전 |
Chanwoo Choi
|
86d6cda68f
extcon: Modify the name of EXTCON_USB_HOST connector
|
8 년 전 |
Chanwoo Choi
|
3c5f0e0768
extcon: Add new EXTCON_CHG_USB_PD type for USB Power Delivery
|
8 년 전 |
Chanwoo Choi
|
e6cf046543
extcon: Move defintion of struct extcon_dev to driver/extcon directory
|
8 년 전 |
Chanwoo Choi
|
01b4c9a1ae
extcon: Remove potential problem when calling extcon_register_notifier()
|
8 년 전 |
Pan Bian
|
e7d9dd5ab1
extcon: Return error code on failure
|
8 년 전 |
Chanwoo Choi
|
7fe95fb889
extcon: Add new EXTCON_CHG_WPT for Wireless Power Transfer device
|
9 년 전 |
Chanwoo Choi
|
9c0595d688
extcon: Add new EXTCON_DISP_HMD for Head-mounted Display device
|
9 년 전 |
Chris Zhong
|
2164188d57
extcon: Add EXTCON_DISP_DP and the property for USB Type-C
|
9 년 전 |
Chanwoo Choi
|
ab11af049f
extcon: Add the synchronization extcon APIs to support the notification
|
9 년 전 |
Chanwoo Choi
|
575c2b867e
extcon: Rename the extcon_set/get_state() to maintain the function naming pattern
|
9 년 전 |
Chanwoo Choi
|
7f2a0a1699
extcon: Add the support for the capability of each property
|
9 년 전 |
Chanwoo Choi
|
792e7e9e5d
extcon: Add the support for extcon property according to extcon type
|
9 년 전 |
Chanwoo Choi
|
55e4e2f129
extcon: Add the extcon_type to gather each connector into five category
|
9 년 전 |
Maninder Singh
|
2c8116a111
extcon: Fix compile time warning
|
9 년 전 |
Chanwoo Choi
|
912465bcf8
extcon: Block the bit masking operation for cable state except for extcon core
|
9 년 전 |
Chanwoo Choi
|
5d5321e90a
extcon: Remove the state_store() to prevent the wrong access
|
9 년 전 |