summaryrefslogtreecommitdiffstats
path: root/drivers/extcon/extcon-class.c
AgeCommit message (Expand)AuthorLines
2014-04-29extcon: Add devm_extcon_dev_allocate/free to manage the resource of extcon de...Chanwoo Choi-12/+58
2014-04-29extcon: Add extcon_dev_allocate/free() to control the memory of extcon deviceChanwoo Choi-0/+36
2014-04-24extcon: Add resource-managed extcon register functionSangjung Woo-0/+69
2014-03-19extcon: Move OF helper function to extcon core and change function nameChanwoo Choi-0/+42
2013-11-26extcon: remove freed groups caused the panic or warning in unregister flowWang, Xiaoming-1/+2
2013-09-26Merge tag 'extcon-next-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman-49/+46
2013-09-27extcon: Simplify extcon_dev_register() prototype by removing unnecessary para...Chanwoo Choi-4/+7
2013-09-27extcon: Change field type of 'dev' in extcon_dev structureChanwoo Choi-29/+23
2013-09-27extcon: Remove casting the return value which is a void pointerJingoo Han-4/+4
2013-09-27extcon: Fix indentation coding style to improve readabilityChanwoo Choi-13/+13
2013-09-26extcon: class: Remove unnecessary extern declarationChanwoo Choi-1/+0
2013-09-26extcon: Fix up 80 column coding style issuesChanwoo Choi-2/+4
2013-09-03Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-5/+8
2013-08-05extcon: Add an API to get extcon device from dt nodeKishon Vijay Abraham I-1/+2
2013-07-25extcon: convert extcon_class to use dev_groupsGreg Kroah-Hartman-5/+8
2013-07-03drivers: avoid format string in dev_set_nameKees Cook-1/+1
2013-06-17extcon: add EXPORT_SYMBOL_GPL for exported functionsKishon Vijay Abraham I-0/+2
2013-06-17extcon: Change permission 'state' sysfs entry (rw -> r)Chanwoo Choi-22/+1
2012-11-21extcon: Fix return value in extcon-class.cSachin Kamat-1/+1
2012-10-23extcon : register for cable interest by cable nameJenny TC-10/+34
2012-10-23extcon: driver model release call not neededanish kumar-40/+35
2012-10-23extcon: Fix kerneldoc for extcon_set_cable_state and extcon_set_cable_state_Axel Lin-2/+2
2012-10-23extcon: Fix return value in extcon_register_interest()Sachin Kamat-1/+1
2012-10-23extcon: unregister compat link on cleanupPeter Huewe-0/+4
2012-10-23extcon: Unregister compat class at module unload to fix oopsPeter Huewe-0/+3
2012-10-22extcon: optimising the check_mutually_exclusive functionanish kumar-10/+6
2012-10-22extcon: standard cable names definition and declaration changedanish kumar-3/+1
2012-09-05extcon: fixing typosPeter Meerwald-4/+4
2012-08-16extcon: Ensure dynamically allocated sysfs attributes are initialisedMark Brown-0/+4
2012-08-16Extcon: renamed files to comply with the standard naming.MyungJoo Ham-0/+832