Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
refs/heads/android12-5.10-lts
/
include
/
linux
/
extcon.h
023d139
extcon: Add stubs for extcon_register_notifier_all() functions
by Krzysztof Kozlowski
· 4 years ago
995bb10
extcon: Mark extcon_get_edev_name() function as exported symbol
by Mayank Rana
· 4 years, 10 months ago
b736558
extcon: Remove unneeded extern keyword from extcon.h
by Chanwoo Choi
· 5 years ago
9c92ab6
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282
by Thomas Gleixner
· 6 years ago
370ed7a
extcon: add possibility to get extcon device by OF node
by Andrzej Hajda
· 7 years ago
176aa36
extcon: Split out extcon header file for consumer and provider device
by Chanwoo Choi
· 7 years ago
ab8a8fb
extcon: Use tab instead of space for indentation
by Chanwoo Choi
· 7 years ago
6ab6094f
extcon: Correct description to improve the readability
by Chanwoo Choi
· 8 years ago
808ae8f
extcon: Remove deprecated extcon_set/get_cable_state_()
by Chanwoo Choi
· 8 years ago
815429b3
extcon: Add new extcon_register_notifier_all() to monitor all external connectors
by Chanwoo Choi
· 8 years ago
3c5f0e0
extcon: Add new EXTCON_CHG_USB_PD type for USB Power Delivery
by Chanwoo Choi
· 8 years ago
62a3744
extcon: Add documentation for EXTCON_CHG_USB_SLOW/FAST
by Baolin Wang
· 8 years ago
e6cf046
extcon: Move defintion of struct extcon_dev to driver/extcon directory
by Chanwoo Choi
· 8 years ago
db62286
extcon: Add documentation for EXTCON_CHG_USB_* and EXTCON_USB_*
by Baolin Wang
· 8 years ago
eeb7df2
include: extcon: Fix compilation error caused because of incomplete merge
by Kishon Vijay Abraham I
· 8 years ago
cb9850d
Merge branch 'next' into resolution
by Kishon Vijay Abraham I
· 8 years ago
c7914e8
extcon: Introduce EXTCON_PROP_DISP_HPD property
by Chris Zhong
· 8 years ago
8df0cfe
extcon: Introduce EXTCON_PROP_USB_SS property for SuperSpeed mode
by Guenter Roeck
· 8 years ago
af9b928
extcon: Add new EXTCON_CHG_WPT for Wireless Power Transfer device
by Chanwoo Choi
· 8 years ago
736d25b
extcon: Add new EXTCON_DISP_HMD for Head-mounted Display device
by Chanwoo Choi
· 8 years ago
2f25140
extcon: Add EXTCON_DISP_DP and the property for USB Type-C
by Chris Zhong
· 8 years ago
a580982
extcon: Add the synchronization extcon APIs to support the notification
by Chanwoo Choi
· 8 years ago
35872fd
extcon: Rename the extcon_set/get_state() to maintain the function naming pattern
by Chanwoo Choi
· 8 years ago
ceaa98f
extcon: Add the support for the capability of each property
by Chanwoo Choi
· 8 years ago
067c165
extcon: Add the support for extcon property according to extcon type
by Chanwoo Choi
· 8 years ago
505cf01
extcon: Add the extcon_type to gather each connector into five category
by Chanwoo Choi
· 8 years ago
84c48dc
extcon: Block the bit masking operation for cable state except for extcon core
by Chanwoo Choi
· 8 years ago
8457a1b
extcon: Introduce EXTCON_PROP_USB_SS property for SuperSpeed mode
by Guenter Roeck
· 8 years ago
7fe95fb
extcon: Add new EXTCON_CHG_WPT for Wireless Power Transfer device
by Chanwoo Choi
· 8 years ago
9c0595d
extcon: Add new EXTCON_DISP_HMD for Head-mounted Display device
by Chanwoo Choi
· 8 years ago
2164188
extcon: Add EXTCON_DISP_DP and the property for USB Type-C
by Chris Zhong
· 8 years ago
ab11af04
extcon: Add the synchronization extcon APIs to support the notification
by Chanwoo Choi
· 8 years ago
575c2b86
extcon: Rename the extcon_set/get_state() to maintain the function naming pattern
by Chanwoo Choi
· 8 years ago
7f2a0a1
extcon: Add the support for the capability of each property
by Chanwoo Choi
· 8 years ago
792e7e9e
extcon: Add the support for extcon property according to extcon type
by Chanwoo Choi
· 8 years ago
55e4e2f
extcon: Add the extcon_type to gather each connector into five category
by Chanwoo Choi
· 8 years ago
912465b
extcon: Block the bit masking operation for cable state except for extcon core
by Chanwoo Choi
· 8 years ago
bc92126
extcon: Fix the wrong description about extcon_set/get_cable_state_()
by Chanwoo Choi
· 9 years ago
58f3865
extcon: Add resource-managed functions to register extcon notifier
by Chanwoo Choi
· 9 years ago
20f7b53
extcon: Move struct extcon_cable from header file to core
by Chanwoo Choi
· 9 years ago
830ae44
extcon: Remove the deprecated extcon functions
by Chanwoo Choi
· 9 years ago
11eecf9
extcon: Modify the id and name of external connector
by Chanwoo Choi
· 9 years ago
2519b76
extcon: Remove optional print_state() function pointer of struct extcon_dev
by Chanwoo Choi
· 10 years ago
85a77ff
extcon: Remove duplicate header file in extcon.h
by Chanwoo Choi
· 10 years ago
73b6ecd
extcon: Redefine the unique id of supported external connectors without 'enum extcon' type
by Chanwoo Choi
· 10 years ago
f8df880
extcon: Remove optional print_name() function pointer of extcon_dev
by Chanwoo Choi
· 10 years ago
046050f
extcon: Update the prototype of extcon_register_notifier() with enum extcon
by Chanwoo Choi
· 10 years ago
2a9de9c
extcon: Use the unique id for external connector instead of string
by Chanwoo Choi
· 10 years ago
b9ec23c
extcon: Fix the checkpatch warning and minor coding style issue
by Chanwoo Choi
· 10 years ago
707d755
extcon: Add extcon_get_edev_name() API to get the extcon device name
by Chanwoo Choi
· 10 years ago
739ba1b
extcon: Add devm_extcon_dev_allocate/free to manage the resource of extcon device
by Chanwoo Choi
· 11 years ago
a9af652
extcon: Add extcon_dev_allocate/free() to control the memory of extcon device
by Chanwoo Choi
· 11 years ago
1111244
extcon: Add resource-managed extcon register function
by Sangjung Woo
· 11 years ago
1ad94ff
extcon: Move OF helper function to extcon core and change function name
by Chanwoo Choi
· 11 years ago
42d7d75
extcon: Simplify extcon_dev_register() prototype by removing unnecessary parameter
by Chanwoo Choi
· 11 years ago
dae6165
extcon: Change field type of 'dev' in extcon_dev structure
by Chanwoo Choi
· 11 years ago
a75e1c7
extcon: Fix indentation coding style to improve readability
by Chanwoo Choi
· 11 years ago
df072eb
extcon: kernel_doc style fix
by MyungJoo Ham
· 12 years ago
d851718
extcon: Add missing header file to extcon.h
by Chanwoo Choi
· 12 years ago
0cf6ad8
extcon: standard cable names definition and declaration changed
by anish kumar
· 12 years ago
c338bb0
extcon: fixing typos
by Peter Meerwald
· 12 years ago
0e1507c
extcon: Add EXTCON_MECHANICAL cable type for physical presence
by Mark Brown
· 13 years ago
bde68e6
Extcon: support mutually exclusive relation between cables.
by MyungJoo Ham
· 13 years ago
806d9dd
Extcon: support multiple states at a device.
by MyungJoo Ham
· 13 years ago
74c5d09
Extcon: support notification based on the state changes.
by Donggeun Kim
· 13 years ago
de55d87
Extcon (external connector): import Android's switch class and modify.
by MyungJoo Ham
· 13 years ago