1. 11eecf9 extcon: Modify the id and name of external connector by Chanwoo Choi · 9 years ago
  2. 2519b76 extcon: Remove optional print_state() function pointer of struct extcon_dev by Chanwoo Choi · 9 years ago
  3. 85a77ff extcon: Remove duplicate header file in extcon.h by Chanwoo Choi · 9 years ago
  4. 73b6ecd extcon: Redefine the unique id of supported external connectors without 'enum extcon' type by Chanwoo Choi · 9 years ago
  5. f8df880 extcon: Remove optional print_name() function pointer of extcon_dev by Chanwoo Choi · 9 years ago
  6. 046050f extcon: Update the prototype of extcon_register_notifier() with enum extcon by Chanwoo Choi · 9 years ago
  7. 2a9de9c extcon: Use the unique id for external connector instead of string by Chanwoo Choi · 9 years ago
  8. b9ec23c extcon: Fix the checkpatch warning and minor coding style issue by Chanwoo Choi · 9 years ago
  9. 707d755 extcon: Add extcon_get_edev_name() API to get the extcon device name by Chanwoo Choi · 9 years ago
  10. 739ba1b extcon: Add devm_extcon_dev_allocate/free to manage the resource of extcon device by Chanwoo Choi · 10 years ago
  11. a9af652 extcon: Add extcon_dev_allocate/free() to control the memory of extcon device by Chanwoo Choi · 10 years ago
  12. 1111244 extcon: Add resource-managed extcon register function by Sangjung Woo · 10 years ago
  13. 1ad94ff extcon: Move OF helper function to extcon core and change function name by Chanwoo Choi · 10 years ago
  14. 42d7d75 extcon: Simplify extcon_dev_register() prototype by removing unnecessary parameter by Chanwoo Choi · 11 years ago
  15. dae6165 extcon: Change field type of 'dev' in extcon_dev structure by Chanwoo Choi · 11 years ago
  16. a75e1c7 extcon: Fix indentation coding style to improve readability by Chanwoo Choi · 11 years ago
  17. df072eb extcon: kernel_doc style fix by MyungJoo Ham · 12 years ago
  18. d851718 extcon: Add missing header file to extcon.h by Chanwoo Choi · 12 years ago
  19. 0cf6ad8 extcon: standard cable names definition and declaration changed by anish kumar · 12 years ago
  20. c338bb0 extcon: fixing typos by Peter Meerwald · 12 years ago
  21. 0e1507c extcon: Add EXTCON_MECHANICAL cable type for physical presence by Mark Brown · 12 years ago
  22. bde68e6 Extcon: support mutually exclusive relation between cables. by MyungJoo Ham · 12 years ago
  23. 806d9dd Extcon: support multiple states at a device. by MyungJoo Ham · 12 years ago
  24. 74c5d09 Extcon: support notification based on the state changes. by Donggeun Kim · 12 years ago
  25. de55d87 Extcon (external connector): import Android's switch class and modify. by MyungJoo Ham · 12 years ago