1. 65be4a5 Merge remote-tracking branch '4.4/tmp-730d8a5' into 4.8 by Kyle Yan · 8 years ago
  2. eeb7df2 include: extcon: Fix compilation error caused because of incomplete merge by Kishon Vijay Abraham I · 8 years ago
  3. cb9850d Merge branch 'next' into resolution by Kishon Vijay Abraham I · 8 years ago
  4. c7914e8 extcon: Introduce EXTCON_PROP_DISP_HPD property by Chris Zhong · 8 years ago
  5. 8df0cfe6 extcon: Introduce EXTCON_PROP_USB_SS property for SuperSpeed mode by Guenter Roeck · 8 years ago
  6. af9b928 extcon: Add new EXTCON_CHG_WPT for Wireless Power Transfer device by Chanwoo Choi · 8 years ago
  7. 736d25b extcon: Add new EXTCON_DISP_HMD for Head-mounted Display device by Chanwoo Choi · 8 years ago
  8. 2f25140 extcon: Add EXTCON_DISP_DP and the property for USB Type-C by Chris Zhong · 8 years ago
  9. a580982 extcon: Add the synchronization extcon APIs to support the notification by Chanwoo Choi · 8 years ago
  10. 35872fd extcon: Rename the extcon_set/get_state() to maintain the function naming pattern by Chanwoo Choi · 8 years ago
  11. ceaa98f extcon: Add the support for the capability of each property by Chanwoo Choi · 8 years ago
  12. 067c165 extcon: Add the support for extcon property according to extcon type by Chanwoo Choi · 8 years ago
  13. 505cf01 extcon: Add the extcon_type to gather each connector into five category by Chanwoo Choi · 8 years ago
  14. 84c48dc extcon: Block the bit masking operation for cable state except for extcon core by Chanwoo Choi · 8 years ago
  15. a99689a dwc3: Add QTI MSM platform specific feature and other changes by Mayank Rana · 8 years ago
  16. 8457a1b extcon: Introduce EXTCON_PROP_USB_SS property for SuperSpeed mode by Guenter Roeck · 8 years ago
  17. 7fe95fb extcon: Add new EXTCON_CHG_WPT for Wireless Power Transfer device by Chanwoo Choi · 8 years ago
  18. 9c0595d extcon: Add new EXTCON_DISP_HMD for Head-mounted Display device by Chanwoo Choi · 8 years ago
  19. 2164188 extcon: Add EXTCON_DISP_DP and the property for USB Type-C by Chris Zhong · 8 years ago
  20. ab11af04 extcon: Add the synchronization extcon APIs to support the notification by Chanwoo Choi · 8 years ago
  21. 575c2b86 extcon: Rename the extcon_set/get_state() to maintain the function naming pattern by Chanwoo Choi · 8 years ago
  22. 7f2a0a1 extcon: Add the support for the capability of each property by Chanwoo Choi · 8 years ago
  23. 792e7e9e extcon: Add the support for extcon property according to extcon type by Chanwoo Choi · 8 years ago
  24. 55e4e2f extcon: Add the extcon_type to gather each connector into five category by Chanwoo Choi · 8 years ago
  25. 912465b extcon: Block the bit masking operation for cable state except for extcon core by Chanwoo Choi · 8 years ago
  26. bc92126 extcon: Fix the wrong description about extcon_set/get_cable_state_() by Chanwoo Choi · 8 years ago
  27. 58f3865 extcon: Add resource-managed functions to register extcon notifier by Chanwoo Choi · 8 years ago
  28. 20f7b53 extcon: Move struct extcon_cable from header file to core by Chanwoo Choi · 8 years ago
  29. 830ae44 extcon: Remove the deprecated extcon functions by Chanwoo Choi · 8 years ago
  30. 11eecf9 extcon: Modify the id and name of external connector by Chanwoo Choi · 9 years ago
  31. 2519b76 extcon: Remove optional print_state() function pointer of struct extcon_dev by Chanwoo Choi · 9 years ago
  32. 85a77ff extcon: Remove duplicate header file in extcon.h by Chanwoo Choi · 9 years ago
  33. 73b6ecd extcon: Redefine the unique id of supported external connectors without 'enum extcon' type by Chanwoo Choi · 9 years ago
  34. f8df880 extcon: Remove optional print_name() function pointer of extcon_dev by Chanwoo Choi · 9 years ago
  35. 046050f extcon: Update the prototype of extcon_register_notifier() with enum extcon by Chanwoo Choi · 9 years ago
  36. 2a9de9c extcon: Use the unique id for external connector instead of string by Chanwoo Choi · 9 years ago
  37. b9ec23c extcon: Fix the checkpatch warning and minor coding style issue by Chanwoo Choi · 9 years ago
  38. 707d755 extcon: Add extcon_get_edev_name() API to get the extcon device name by Chanwoo Choi · 10 years ago
  39. 739ba1b extcon: Add devm_extcon_dev_allocate/free to manage the resource of extcon device by Chanwoo Choi · 10 years ago
  40. a9af652 extcon: Add extcon_dev_allocate/free() to control the memory of extcon device by Chanwoo Choi · 10 years ago
  41. 1111244 extcon: Add resource-managed extcon register function by Sangjung Woo · 10 years ago
  42. 1ad94ff extcon: Move OF helper function to extcon core and change function name by Chanwoo Choi · 11 years ago
  43. 42d7d75 extcon: Simplify extcon_dev_register() prototype by removing unnecessary parameter by Chanwoo Choi · 11 years ago
  44. dae6165 extcon: Change field type of 'dev' in extcon_dev structure by Chanwoo Choi · 11 years ago
  45. a75e1c7 extcon: Fix indentation coding style to improve readability by Chanwoo Choi · 11 years ago
  46. df072eb extcon: kernel_doc style fix by MyungJoo Ham · 12 years ago
  47. d851718 extcon: Add missing header file to extcon.h by Chanwoo Choi · 12 years ago
  48. 0cf6ad8 extcon: standard cable names definition and declaration changed by anish kumar · 12 years ago
  49. c338bb0 extcon: fixing typos by Peter Meerwald · 12 years ago
  50. 0e1507c extcon: Add EXTCON_MECHANICAL cable type for physical presence by Mark Brown · 12 years ago
  51. bde68e6 Extcon: support mutually exclusive relation between cables. by MyungJoo Ham · 12 years ago
  52. 806d9dd Extcon: support multiple states at a device. by MyungJoo Ham · 12 years ago
  53. 74c5d09 Extcon: support notification based on the state changes. by Donggeun Kim · 12 years ago
  54. de55d87 Extcon (external connector): import Android's switch class and modify. by MyungJoo Ham · 12 years ago