aboutsummaryrefslogtreecommitdiff
path: root/include/linux/extcon.h
AgeCommit message (Expand)AuthorFilesLines
2015-08-10extcon: Remove optional print_state() function pointer of struct extcon_devGravatar Chanwoo Choi 1-5/+0
2015-08-10extcon: Remove duplicate header file in extcon.hGravatar Chanwoo Choi 1-2/+0
2015-06-12extcon: Redefine the unique id of supported external connectors without 'enum...Gravatar Chanwoo Choi 1-48/+42
2015-05-29extcon: Remove optional print_name() function pointer of extcon_devGravatar Chanwoo Choi 1-3/+0
2015-05-22extcon: Update the prototype of extcon_register_notifier() with enum extconGravatar Chanwoo Choi 1-9/+8
2015-05-22extcon: Use the unique id for external connector instead of stringGravatar Chanwoo Choi 1-63/+48
2015-05-19extcon: Fix the checkpatch warning and minor coding style issueGravatar Chanwoo Choi 1-3/+4
2015-05-19extcon: Add extcon_get_edev_name() API to get the extcon device nameGravatar Chanwoo Choi 1-0/+4
2014-04-29extcon: Add devm_extcon_dev_allocate/free to manage the resource of extcon de...Gravatar Chanwoo Choi 1-0/+11
2014-04-29extcon: Add extcon_dev_allocate/free() to control the memory of extcon deviceGravatar Chanwoo Choi 1-0/+13
2014-04-24extcon: Add resource-managed extcon register functionGravatar Sangjung Woo 1-0/+13
2014-03-19extcon: Move OF helper function to extcon core and change function nameGravatar Chanwoo Choi 1-0/+12
2013-09-27extcon: Simplify extcon_dev_register() prototype by removing unnecessary para...Gravatar Chanwoo Choi 1-3/+2
2013-09-27extcon: Change field type of 'dev' in extcon_dev structureGravatar Chanwoo Choi 1-2/+2
2013-09-27extcon: Fix indentation coding style to improve readabilityGravatar Chanwoo Choi 1-32/+35
2012-11-22extcon: kernel_doc style fixGravatar MyungJoo Ham 1-24/+24
2012-11-20extcon: Add missing header file to extcon.hGravatar Chanwoo Choi 1-0/+2
2012-10-22extcon: standard cable names definition and declaration changedGravatar anish kumar 1-1/+1
2012-09-05extcon: fixing typosGravatar Peter Meerwald 1-9/+9
2012-05-04extcon: Add EXTCON_MECHANICAL cable type for physical presenceGravatar Mark Brown 1-0/+1
2012-04-20Extcon: support mutually exclusive relation between cables.Gravatar MyungJoo Ham 1-5/+23
2012-04-20Extcon: support multiple states at a device.Gravatar MyungJoo Ham 1-0/+185
2012-04-20Extcon: support notification based on the state changes.Gravatar Donggeun Kim 1-0/+38
2012-04-20Extcon (external connector): import Android's switch class and modify.Gravatar MyungJoo Ham 1-0/+82