aboutsummaryrefslogtreecommitdiff
path: root/include/linux/extcon.h
AgeCommit message (Expand)Author
2014-04-29extcon: Add devm_extcon_dev_allocate/free to manage the resource of extcon de...Chanwoo Choi
2014-04-29extcon: Add extcon_dev_allocate/free() to control the memory of extcon deviceChanwoo Choi
2014-04-24extcon: Add resource-managed extcon register functionSangjung Woo
2014-03-19extcon: Move OF helper function to extcon core and change function nameChanwoo Choi
2013-09-27extcon: Simplify extcon_dev_register() prototype by removing unnecessary para...Chanwoo Choi
2013-09-27extcon: Change field type of 'dev' in extcon_dev structureChanwoo Choi
2013-09-27extcon: Fix indentation coding style to improve readabilityChanwoo Choi
2012-11-22extcon: kernel_doc style fixMyungJoo Ham
2012-11-20extcon: Add missing header file to extcon.hChanwoo Choi
2012-10-22extcon: standard cable names definition and declaration changedanish kumar
2012-09-05extcon: fixing typosPeter Meerwald
2012-05-04extcon: Add EXTCON_MECHANICAL cable type for physical presenceMark Brown
2012-04-20Extcon: support mutually exclusive relation between cables.MyungJoo Ham
2012-04-20Extcon: support multiple states at a device.MyungJoo Ham
2012-04-20Extcon: support notification based on the state changes.Donggeun Kim
2012-04-20Extcon (external connector): import Android's switch class and modify.MyungJoo Ham