aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/extcon.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-29extcon: Add devm_extcon_dev_allocate/free to manage the resource of extcon deviceChanwoo Choi1-0/+11
2014-04-29extcon: Add extcon_dev_allocate/free() to control the memory of extcon deviceChanwoo Choi1-0/+13
2014-04-24extcon: Add resource-managed extcon register functionSangjung Woo1-0/+13
2014-03-19extcon: Move OF helper function to extcon core and change function nameChanwoo Choi1-0/+12
2013-09-27extcon: Simplify extcon_dev_register() prototype by removing unnecessary parameterChanwoo Choi1-3/+2
2013-09-27extcon: Change field type of 'dev' in extcon_dev structureChanwoo Choi1-2/+2
2013-09-27extcon: Fix indentation coding style to improve readabilityChanwoo Choi1-32/+35
2012-11-22extcon: kernel_doc style fixMyungJoo Ham1-24/+24
2012-11-20extcon: Add missing header file to extcon.hChanwoo Choi1-0/+2
2012-10-22extcon: standard cable names definition and declaration changedanish kumar1-1/+1
2012-09-05extcon: fixing typosPeter Meerwald1-9/+9
2012-05-04extcon: Add EXTCON_MECHANICAL cable type for physical presenceMark Brown1-0/+1
2012-04-20Extcon: support mutually exclusive relation between cables.MyungJoo Ham1-5/+23
2012-04-20Extcon: support multiple states at a device.MyungJoo Ham1-0/+185
2012-04-20Extcon: support notification based on the state changes.Donggeun Kim1-0/+38
2012-04-20Extcon (external connector): import Android's switch class and modify.MyungJoo Ham1-0/+82