1. ac65a62 extcon: Set parent device of extcon device using prameter of devm_extcon_dev_allocate by Chanwoo Choi · 10 years ago
  2. 739ba1b extcon: Add devm_extcon_dev_allocate/free to manage the resource of extcon device by Chanwoo Choi · 10 years ago
  3. a9af652 extcon: Add extcon_dev_allocate/free() to control the memory of extcon device by Chanwoo Choi · 10 years ago
  4. 1111244 extcon: Add resource-managed extcon register function by Sangjung Woo · 10 years ago
  5. 1ad94ff extcon: Move OF helper function to extcon core and change function name by Chanwoo Choi · 10 years ago
  6. 7585ca0 extcon: remove freed groups caused the panic or warning in unregister flow by Wang, Xiaoming · 11 years ago
  7. 2424a73 Merge tag 'extcon-next-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon into char-misc-next by Greg Kroah-Hartman · 11 years ago
  8. 42d7d75 extcon: Simplify extcon_dev_register() prototype by removing unnecessary parameter by Chanwoo Choi · 11 years ago
  9. dae6165 extcon: Change field type of 'dev' in extcon_dev structure by Chanwoo Choi · 11 years ago
  10. cb8bb3a extcon: Remove casting the return value which is a void pointer by Jingoo Han · 11 years ago
  11. a75e1c7 extcon: Fix indentation coding style to improve readability by Chanwoo Choi · 11 years ago
  12. 2cc7e4d extcon: class: Remove unnecessary extern declaration by Chanwoo Choi · 11 years ago
  13. c2275d2 extcon: Fix up 80 column coding style issues by Chanwoo Choi · 11 years ago
  14. 542a086 Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  15. 6eee5b3 extcon: Add an API to get extcon device from dt node by Kishon Vijay Abraham I · 11 years ago
  16. af01da0 extcon: convert extcon_class to use dev_groups by Greg Kroah-Hartman · 11 years ago
  17. 02aa2a3 drivers: avoid format string in dev_set_name by Kees Cook · 11 years ago
  18. 9c8a013 extcon: add EXPORT_SYMBOL_GPL for exported functions by Kishon Vijay Abraham I · 11 years ago
  19. ea9dd9d extcon: Change permission 'state' sysfs entry (rw -> r) by Chanwoo Choi · 11 years ago
  20. c0c078c extcon: Fix return value in extcon-class.c by Sachin Kamat · 12 years ago
  21. 4f2de3b extcon : register for cable interest by cable name by Jenny TC · 12 years ago
  22. 57e7cd3 extcon: driver model release call not needed by anish kumar · 12 years ago
  23. 909f9ec extcon: Fix kerneldoc for extcon_set_cable_state and extcon_set_cable_state_ by Axel Lin · 12 years ago
  24. 5cd3c27 extcon: Fix return value in extcon_register_interest() by Sachin Kamat · 12 years ago
  25. 824a1bc extcon: unregister compat link on cleanup by Peter Huewe · 12 years ago
  26. 0dc77b6 extcon: Unregister compat class at module unload to fix oops by Peter Huewe · 12 years ago
  27. 28c0ada extcon: optimising the check_mutually_exclusive function by anish kumar · 12 years ago
  28. 0cf6ad8 extcon: standard cable names definition and declaration changed by anish kumar · 12 years ago
  29. c338bb0 extcon: fixing typos by Peter Meerwald · 12 years ago
  30. 9baf322 extcon: Ensure dynamically allocated sysfs attributes are initialised by Mark Brown · 12 years ago
  31. 0ea62503 Extcon: renamed files to comply with the standard naming. by MyungJoo Ham · 12 years ago[Renamed from drivers/extcon/extcon_class.c]
  32. 6fbfd05 Merge v3.5-rc5 into driver-core-next by Greg Kroah-Hartman · 12 years ago
  33. c3b1545 Extcon: Don't try to create duplicate link names by Mark Brown · 12 years ago
  34. be3a07f Extcon: Staticise extcon_class by Mark Brown · 12 years ago
  35. 0e1507c extcon: Add EXTCON_MECHANICAL cable type for physical presence by Mark Brown · 12 years ago
  36. f4cce69 Extcon: Notify changed state for only one cable to notifee by Chanwoo Choi · 12 years ago
  37. a1d26ac Extcon: check for allocation failure by Dan Carpenter · 12 years ago
  38. 449a2bf Remove "switch" class in drivers/staging/android/switch by MyungJoo Ham · 12 years ago
  39. bde68e6 Extcon: support mutually exclusive relation between cables. by MyungJoo Ham · 12 years ago
  40. 806d9dd Extcon: support multiple states at a device. by MyungJoo Ham · 12 years ago
  41. 74c5d09 Extcon: support notification based on the state changes. by Donggeun Kim · 12 years ago
  42. de55d87 Extcon (external connector): import Android's switch class and modify. by MyungJoo Ham · 12 years ago