1. 023d139 extcon: Add stubs for extcon_register_notifier_all() functions by Krzysztof Kozlowski · 4 years ago
  2. 995bb10 extcon: Mark extcon_get_edev_name() function as exported symbol by Mayank Rana · 4 years, 10 months ago
  3. b736558 extcon: Remove unneeded extern keyword from extcon.h by Chanwoo Choi · 5 years ago
  4. 9c92ab6 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282 by Thomas Gleixner · 6 years ago
  5. 370ed7a extcon: add possibility to get extcon device by OF node by Andrzej Hajda · 7 years ago
  6. 176aa36 extcon: Split out extcon header file for consumer and provider device by Chanwoo Choi · 7 years ago
  7. ab8a8fb extcon: Use tab instead of space for indentation by Chanwoo Choi · 7 years ago
  8. 6ab6094f extcon: Correct description to improve the readability by Chanwoo Choi · 8 years ago
  9. 808ae8f extcon: Remove deprecated extcon_set/get_cable_state_() by Chanwoo Choi · 8 years ago
  10. 815429b3 extcon: Add new extcon_register_notifier_all() to monitor all external connectors by Chanwoo Choi · 8 years ago
  11. 3c5f0e0 extcon: Add new EXTCON_CHG_USB_PD type for USB Power Delivery by Chanwoo Choi · 8 years ago
  12. 62a3744 extcon: Add documentation for EXTCON_CHG_USB_SLOW/FAST by Baolin Wang · 8 years ago
  13. e6cf046 extcon: Move defintion of struct extcon_dev to driver/extcon directory by Chanwoo Choi · 8 years ago
  14. db62286 extcon: Add documentation for EXTCON_CHG_USB_* and EXTCON_USB_* by Baolin Wang · 8 years ago
  15. eeb7df2 include: extcon: Fix compilation error caused because of incomplete merge by Kishon Vijay Abraham I · 8 years ago
  16. cb9850d Merge branch 'next' into resolution by Kishon Vijay Abraham I · 8 years ago
  17. c7914e8 extcon: Introduce EXTCON_PROP_DISP_HPD property by Chris Zhong · 8 years ago
  18. 8df0cfe extcon: Introduce EXTCON_PROP_USB_SS property for SuperSpeed mode by Guenter Roeck · 8 years ago
  19. af9b928 extcon: Add new EXTCON_CHG_WPT for Wireless Power Transfer device by Chanwoo Choi · 8 years ago
  20. 736d25b extcon: Add new EXTCON_DISP_HMD for Head-mounted Display device by Chanwoo Choi · 8 years ago
  21. 2f25140 extcon: Add EXTCON_DISP_DP and the property for USB Type-C by Chris Zhong · 8 years ago
  22. a580982 extcon: Add the synchronization extcon APIs to support the notification by Chanwoo Choi · 8 years ago
  23. 35872fd extcon: Rename the extcon_set/get_state() to maintain the function naming pattern by Chanwoo Choi · 8 years ago
  24. ceaa98f extcon: Add the support for the capability of each property by Chanwoo Choi · 8 years ago
  25. 067c165 extcon: Add the support for extcon property according to extcon type by Chanwoo Choi · 8 years ago
  26. 505cf01 extcon: Add the extcon_type to gather each connector into five category by Chanwoo Choi · 8 years ago
  27. 84c48dc extcon: Block the bit masking operation for cable state except for extcon core by Chanwoo Choi · 8 years ago
  28. 8457a1b extcon: Introduce EXTCON_PROP_USB_SS property for SuperSpeed mode by Guenter Roeck · 8 years ago
  29. 7fe95fb extcon: Add new EXTCON_CHG_WPT for Wireless Power Transfer device by Chanwoo Choi · 8 years ago
  30. 9c0595d extcon: Add new EXTCON_DISP_HMD for Head-mounted Display device by Chanwoo Choi · 8 years ago
  31. 2164188 extcon: Add EXTCON_DISP_DP and the property for USB Type-C by Chris Zhong · 8 years ago
  32. ab11af04 extcon: Add the synchronization extcon APIs to support the notification by Chanwoo Choi · 8 years ago
  33. 575c2b86 extcon: Rename the extcon_set/get_state() to maintain the function naming pattern by Chanwoo Choi · 8 years ago
  34. 7f2a0a1 extcon: Add the support for the capability of each property by Chanwoo Choi · 8 years ago
  35. 792e7e9e extcon: Add the support for extcon property according to extcon type by Chanwoo Choi · 8 years ago
  36. 55e4e2f extcon: Add the extcon_type to gather each connector into five category by Chanwoo Choi · 8 years ago
  37. 912465b extcon: Block the bit masking operation for cable state except for extcon core by Chanwoo Choi · 8 years ago
  38. bc92126 extcon: Fix the wrong description about extcon_set/get_cable_state_() by Chanwoo Choi · 9 years ago
  39. 58f3865 extcon: Add resource-managed functions to register extcon notifier by Chanwoo Choi · 9 years ago
  40. 20f7b53 extcon: Move struct extcon_cable from header file to core by Chanwoo Choi · 9 years ago
  41. 830ae44 extcon: Remove the deprecated extcon functions by Chanwoo Choi · 9 years ago
  42. 11eecf9 extcon: Modify the id and name of external connector by Chanwoo Choi · 9 years ago
  43. 2519b76 extcon: Remove optional print_state() function pointer of struct extcon_dev by Chanwoo Choi · 10 years ago
  44. 85a77ff extcon: Remove duplicate header file in extcon.h by Chanwoo Choi · 10 years ago
  45. 73b6ecd extcon: Redefine the unique id of supported external connectors without 'enum extcon' type by Chanwoo Choi · 10 years ago
  46. f8df880 extcon: Remove optional print_name() function pointer of extcon_dev by Chanwoo Choi · 10 years ago
  47. 046050f extcon: Update the prototype of extcon_register_notifier() with enum extcon by Chanwoo Choi · 10 years ago
  48. 2a9de9c extcon: Use the unique id for external connector instead of string by Chanwoo Choi · 10 years ago
  49. b9ec23c extcon: Fix the checkpatch warning and minor coding style issue by Chanwoo Choi · 10 years ago
  50. 707d755 extcon: Add extcon_get_edev_name() API to get the extcon device name by Chanwoo Choi · 10 years ago
  51. 739ba1b extcon: Add devm_extcon_dev_allocate/free to manage the resource of extcon device by Chanwoo Choi · 11 years ago
  52. a9af652 extcon: Add extcon_dev_allocate/free() to control the memory of extcon device by Chanwoo Choi · 11 years ago
  53. 1111244 extcon: Add resource-managed extcon register function by Sangjung Woo · 11 years ago
  54. 1ad94ff extcon: Move OF helper function to extcon core and change function name by Chanwoo Choi · 11 years ago
  55. 42d7d75 extcon: Simplify extcon_dev_register() prototype by removing unnecessary parameter by Chanwoo Choi · 11 years ago
  56. dae6165 extcon: Change field type of 'dev' in extcon_dev structure by Chanwoo Choi · 11 years ago
  57. a75e1c7 extcon: Fix indentation coding style to improve readability by Chanwoo Choi · 11 years ago
  58. df072eb extcon: kernel_doc style fix by MyungJoo Ham · 12 years ago
  59. d851718 extcon: Add missing header file to extcon.h by Chanwoo Choi · 12 years ago
  60. 0cf6ad8 extcon: standard cable names definition and declaration changed by anish kumar · 12 years ago
  61. c338bb0 extcon: fixing typos by Peter Meerwald · 12 years ago
  62. 0e1507c extcon: Add EXTCON_MECHANICAL cable type for physical presence by Mark Brown · 13 years ago
  63. bde68e6 Extcon: support mutually exclusive relation between cables. by MyungJoo Ham · 13 years ago
  64. 806d9dd Extcon: support multiple states at a device. by MyungJoo Ham · 13 years ago
  65. 74c5d09 Extcon: support notification based on the state changes. by Donggeun Kim · 13 years ago
  66. de55d87 Extcon (external connector): import Android's switch class and modify. by MyungJoo Ham · 13 years ago