summaryrefslogtreecommitdiffstats
path: root/drivers/extcon/extcon-class.c
Commit message (Expand)AuthorAgeFilesLines
* extcon: Rename extcon core driverChanwoo Choi2015-03-071-1038/+0
* extcon: Remove duplicated include from extcon-class.cWei Yongjun2015-01-261-1/+0
* extcon: Implement OF-based extcon lookup properlyTomasz Figa2014-11-241-5/+9
* extcon: Set parent device of extcon device using prameter of devm_extcon_dev_...Chanwoo Choi2014-06-161-0/+2
* extcon: Add devm_extcon_dev_allocate/free to manage the resource of extcon de...Chanwoo Choi2014-04-291-12/+58
* extcon: Add extcon_dev_allocate/free() to control the memory of extcon deviceChanwoo Choi2014-04-291-0/+36
* extcon: Add resource-managed extcon register functionSangjung Woo2014-04-241-0/+69
* extcon: Move OF helper function to extcon core and change function nameChanwoo Choi2014-03-191-0/+42
* extcon: remove freed groups caused the panic or warning in unregister flowWang, Xiaoming2013-11-261-1/+2
* Merge tag 'extcon-next-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2013-09-261-49/+46
|\
| * extcon: Simplify extcon_dev_register() prototype by removing unnecessary para...Chanwoo Choi2013-09-271-4/+7
| * extcon: Change field type of 'dev' in extcon_dev structureChanwoo Choi2013-09-271-29/+23
| * extcon: Remove casting the return value which is a void pointerJingoo Han2013-09-271-4/+4
| * extcon: Fix indentation coding style to improve readabilityChanwoo Choi2013-09-271-13/+13
* | extcon: class: Remove unnecessary extern declarationChanwoo Choi2013-09-261-1/+0
* | extcon: Fix up 80 column coding style issuesChanwoo Choi2013-09-261-2/+4
|/
* Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-09-031-5/+8
|\
| * extcon: convert extcon_class to use dev_groupsGreg Kroah-Hartman2013-07-251-5/+8
* | extcon: Add an API to get extcon device from dt nodeKishon Vijay Abraham I2013-08-051-1/+2
|/
* drivers: avoid format string in dev_set_nameKees Cook2013-07-031-1/+1
* extcon: add EXPORT_SYMBOL_GPL for exported functionsKishon Vijay Abraham I2013-06-171-0/+2
* extcon: Change permission 'state' sysfs entry (rw -> r)Chanwoo Choi2013-06-171-22/+1
* extcon: Fix return value in extcon-class.cSachin Kamat2012-11-211-1/+1
* extcon : register for cable interest by cable nameJenny TC2012-10-231-10/+34
* extcon: driver model release call not neededanish kumar2012-10-231-40/+35
* extcon: Fix kerneldoc for extcon_set_cable_state and extcon_set_cable_state_Axel Lin2012-10-231-2/+2
* extcon: Fix return value in extcon_register_interest()Sachin Kamat2012-10-231-1/+1
* extcon: unregister compat link on cleanupPeter Huewe2012-10-231-0/+4
* extcon: Unregister compat class at module unload to fix oopsPeter Huewe2012-10-231-0/+3
* extcon: optimising the check_mutually_exclusive functionanish kumar2012-10-221-10/+6
* extcon: standard cable names definition and declaration changedanish kumar2012-10-221-3/+1
* extcon: fixing typosPeter Meerwald2012-09-051-4/+4
* extcon: Ensure dynamically allocated sysfs attributes are initialisedMark Brown2012-08-161-0/+4
* Extcon: renamed files to comply with the standard naming.MyungJoo Ham2012-08-161-0/+832
OpenPOWER on IntegriCloud